stable-diffusion-webui-tensorrt icon indicating copy to clipboard operation
stable-diffusion-webui-tensorrt copied to clipboard

Cannot run img2img on SDXL

Open aferlo78 opened this issue 1 year ago • 0 comments

Hi,

I get this error when trying to use img2img with the refiner model.

self.image_cfg_scale: float = image_cfg_scale if shared.sd_model.cond_stage_key == "edit" else None AttributeError: 'NoneType' object has no attribute 'cond_stage_key'

Does anyone know a solution for this?

aferlo78 avatar Aug 21 '23 14:08 aferlo78