You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
Traceback (most recent call last):
File "/home/studio-lab-user/asd/modules/call_queue.py", line 74, in f
res = list(func(*args, **kwargs))
File "/home/studio-lab-user/asd/modules/call_queue.py", line 53, in f
res = func(*args, **kwargs)
File "/home/studio-lab-user/asd/modules/call_queue.py", line 37, in f
res = func(*args, **kwargs)
File "/home/studio-lab-user/asd/modules/txt2img.py", line 122, in txt2img
processed = modules.scripts.scripts_txt2img.run(p, *p.script_args)
File "/home/studio-lab-user/asd/modules/scripts.py", line 780, in run
processed = script.run(p, *script_args)
File "/home/studio-lab-user/asd/scripts/Txt2img2img2img.py", line 242, in run
proc2 = process_images(img2img_processing)
File "/home/studio-lab-user/asd/modules/processing.py", line 852, in process_images
res = process_images_inner(p)
File "/home/studio-lab-user/asd/extensions/sd-webui-controlnet/scripts/batch_hijack.py", line 59, in processing_process_images_hijack
return getattr(processing, '__controlnet_original_process_images_inner')(p, *args, **kwargs)
File "/home/studio-lab-user/asd/modules/processing.py", line 982, in process_images_inner
file.write(processed.infotext(p, 0))
File "/home/studio-lab-user/asd/modules/processing.py", line 610, in infotext
return create_infotext(p, self.all_prompts, self.all_seeds, self.all_subseeds, comments=[], position_in_batch=index % self.batch_size, iteration=index // self.batch_size)
File "/home/studio-lab-user/asd/extensions/sd-webui-hires-fix-tweaks/hires_fix_tweaks/hr_modules/hr_batch_seed.py", line 77, in wrapped_function
results = create_infotext(*args, **kwargs)
File "/home/studio-lab-user/asd/modules/processing.py", line 797, in create_infotext
"Progressive Growing": "True" if p.enable_progressive_growing else None,
AttributeError: 'StableDiffusionProcessingImg2Img' object has no attribute 'enable_progressive_growing'
Traceback (most recent call last):
File "/home/studio-lab-user/asd/modules/call_queue.py", line 74, in f
res = list(func(*args, **kwargs))
File "/home/studio-lab-user/asd/modules/call_queue.py", line 53, in f
res = func(*args, **kwargs)
File "/home/studio-lab-user/asd/modules/call_queue.py", line 37, in f
res = func(*args, **kwargs)
File "/home/studio-lab-user/asd/modules/txt2img.py", line 122, in txt2img
processed = modules.scripts.scripts_txt2img.run(p, *p.script_args)
File "/home/studio-lab-user/asd/modules/scripts.py", line 780, in run
processed = script.run(p, *script_args)
File "/home/studio-lab-user/asd/scripts/Txt2img2img2img.py", line 242, in run
proc2 = process_images(img2img_processing)
File "/home/studio-lab-user/asd/modules/processing.py", line 852, in process_images
res = process_images_inner(p)
File "/home/studio-lab-user/asd/extensions/sd-webui-controlnet/scripts/batch_hijack.py", line 59, in processing_process_images_hijack
return getattr(processing, '__controlnet_original_process_images_inner')(p, *args, **kwargs)
File "/home/studio-lab-user/asd/modules/processing.py", line 982, in process_images_inner
file.write(processed.infotext(p, 0))
File "/home/studio-lab-user/asd/modules/processing.py", line 610, in infotext
return create_infotext(p, self.all_prompts, self.all_seeds, self.all_subseeds, comments=[], position_in_batch=index % self.batch_size, iteration=index // self.batch_size)
File "/home/studio-lab-user/asd/extensions/sd-webui-hires-fix-tweaks/hires_fix_tweaks/hr_modules/hr_batch_seed.py", line 77, in wrapped_function
results = create_infotext(*args, **kwargs)
File "/home/studio-lab-user/asd/modules/processing.py", line 797, in create_infotext
"Progressive Growing": "True" if p.enable_progressive_growing else None,
AttributeError: 'StableDiffusionProcessingImg2Img' object has no attribute 'enable_progressive_growing'
use script https://github.com/Extraltodeus/custom-sd-upscale.git
The text was updated successfully, but these errors were encountered: