-
Notifications
You must be signed in to change notification settings - Fork 28.3k
[Bug]: Index boundary error during img2img batch processing #12149
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
Comments
I wonder exactly what the role of the use_main_prompt variable is. Shouldn't the value of this variable be True in the batch process? |
I did a quick test with image to image batch and wasn't able to reproduce the issue please provide more detail steps if I recall correctly, they have been changes to that part of the code recently when thest also tried disabling all extensions, in case it's somehow it affects |
My step is...
I used 2 controlnet(openpose and temporalnet), and face-restore option. |
Also there was no error when I used previous version, I forget version exactly but It is under 1.5. I will compare the variables with previous version and share it. |
tested the issue occurred when using combination with controlnet |
Now I modified my local python file but want to modify this issue :) I am also trying fix this issue. |
hi,dear, |
looking read the wiki, there's an example t2i, just change it to ITI and this is a closed issue post not a place to ask questions furthermore your topic is completely unrelated to the issue |
Is there an existing issue for this?
What happened?
During img2img batch processing, this error has been occured,
Steps to reproduce the problem
What should have happened?
Batch processing should correctly work.
Version or Commit where the problem happens
68f336b
What Python version are you running on ?
Python 3.10.x
What platforms do you use to access the UI ?
Windows
What device are you running WebUI on?
Nvidia GPUs (RTX 20 above)
Cross attention optimization
Automatic
What browsers do you use to access the UI ?
No response
Command Line Arguments
List of extensions
temporalkit, adetailer, openpose-editor, sd-webui-controlnet
Console logs
Additional information
In my test, As the image processing progresses, the index increases, but it is confirmed that the seed array has only one element.
The text was updated successfully, but these errors were encountered: