Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

AttributeError: 'StableDiffusionProcessingImg2Img' object has no attribute 'enable_progressive_growing' #4

Open
Krek12 opened this issue Aug 29, 2024 · 0 comments

Comments

@Krek12
Copy link

Krek12 commented Aug 29, 2024

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

@github-staff github-staff deleted a comment from rooneyrulz Oct 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant