pkuliyi2015 / multidiffusion-upscaler-for-automatic1111

Tiled Diffusion and VAE optimize, licensed under CC BY-NC-SA 4.0
Other
4.73k stars 334 forks source link

'StableDiffusionProcessingImg2Img' object has no attribute 'scale_factor' #378

Closed wewosw closed 5 months ago

wewosw commented 6 months ago

Error running postprocess_batch_list: D:\sd-webui-aki-v4.4\extensions\multidiffusion-upscaler-for-automatic1111\scripts\tileglobal.py Traceback (most recent call last): File "D:\sd-webui-aki-v4.4\modules\scripts.py", line 832, in postprocess_batch_list script.postprocess_batch_list(p, pp, script_args, kwargs) File "D:\sd-webui-aki-v4.4\extensions\multidiffusion-upscaler-for-automatic1111\scripts\tileglobal.py", line 227, in postprocess_batch_list pp.images[idx] = image[:,:image.shape[1]//(p.scale_factor)(idx_b+1),:image.shape[2]//(p.scale_factor)(idx_b+1)] AttributeError: 'StableDiffusionProcessingImg2Img' object has no attribute 'scale_factor'


What happened? Please help me!thanks。

Jaylen-Lee commented 6 months ago

please update to latest version, this bug has been fixed

wewosw commented 5 months ago

请更新到最新版本,此错误已修复

Thank you very much, the bug has been fixed.