Coyote-A / ultimate-upscale-for-automatic1111

GNU General Public License v3.0
1.59k stars 160 forks source link

Error completing request with the latest update #104

Open karlingermano opened 1 year ago

karlingermano commented 1 year ago

None of the upscaler methods in ultimate sd upscale works for me since the latest update and it's not dependent on the multiplication value or the source image resolution. This is the error I get

File "F:\Work\AI\SD_20230209\stable-diffusion-webui-master\modules\call_queue.py", line 57, in f res = list(func(*args, *kwargs)) File "F:\Work\AI\SD_20230209\stable-diffusion-webui-master\modules\call_queue.py", line 37, in f res = func(args, *kwargs) File "F:\Work\AI\SD_20230209\stable-diffusion-webui-master\modules\img2img.py", line 179, in img2img processed = modules.scripts.scripts_img2img.run(p, args) File "F:\Work\AI\SD_20230209\stable-diffusion-webui-master\modules\scripts.py", line 407, in run processed = script.run(p, *script_args) File "F:\Work\AI\SD_20230209\stable-diffusion-webui-master\extensions\ultimate-upscale-for-automatic1111\scripts\ultimate-upscale.py", line 553, in run upscaler.process() File "F:\Work\AI\SD_20230209\stable-diffusion-webui-master\extensions\ultimate-upscale-for-automatic1111\scripts\ultimate-upscale.py", line 136, in process self.image = self.redraw.start(self.p, self.image, self.rows, self.cols) File "F:\Work\AI\SD_20230209\stable-diffusion-webui-master\extensions\ultimate-upscale-for-automatic1111\scripts\ultimate-upscale.py", line 243, in start return self.linear_process(p, image, rows, cols) File "F:\Work\AI\SD_20230209\stable-diffusion-webui-master\extensions\ultimate-upscale-for-automatic1111\scripts\ultimate-upscale.py", line 178, in linear_process processed = processing.process_images(p) File "F:\Work\AI\SD_20230209\stable-diffusion-webui-master\extensions\sd-webui-prompt-history\lib_history\image_process_hijacker.py", line 29, in process_images images.save_image_with_geninfo(img, None, os.path.join(global_state.history_path, f"{img_id}.jpg")) AttributeError: module 'modules.images' has no attribute 'save_image_with_geninfo'

Sorry I don't know what's the proper way to share the error details. Anyone with the same issue lately?

Thanks!

kitamo1981 commented 1 year ago

I got problems too - not work anymore.