Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix IndexError #13630

Merged
merged 1 commit into from Oct 14, 2023
Merged

fix IndexError #13630

merged 1 commit into from Oct 14, 2023

Conversation

wkpark
Copy link
Contributor

@wkpark wkpark commented Oct 13, 2023

Description

      File "F:\webui\webui\stable-diffusion-webui\modules\processing.py", line 734, in process_images
        res = process_images_inner(p)
      File "F:\webui\webui\stable-diffusion-webui\extensions\sd-webui-controlnet\scripts\batch_hijack.py", line 42, in processing_process_images_hijack
        return getattr(processing, '__controlnet_original_process_images_inner')(p, *args, **kwargs)
      File "F:\webui\webui\stable-diffusion-webui\modules\processing.py", line 989, in process_images_inner
        info=infotexts[0],
    IndexError: list index out of range
...
  • fix IndexError: list index out of range error when interrupted while postprocessing
  • This fix simply adds a default infotext

Checklist:

@AUTOMATIC1111 AUTOMATIC1111 merged commit 27fdc26 into AUTOMATIC1111:dev Oct 14, 2023
3 checks passed
@w-e-w w-e-w mentioned this pull request Dec 4, 2023
@w-e-w w-e-w mentioned this pull request Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants