-
Notifications
You must be signed in to change notification settings - Fork 28.3k
[Bug]: IndexError: list index out of range #7102
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
#7071 |
Thank you. Yes. It resolved the issue. :) |
I'm also having this issue as of today, but a reload didn't fix it. |
It needs a hard reload, not a regular reload. Did you do it? |
thank you! |
Thank you! I had the same problem |
That was weird. I was having this problem and even restarting my computer didn't work. Either way, thanks! |
I Had the same issue today and later realised that i had a space bar in Deforum prompt where it was not supposed to be: frame count " 200" was like this instead of "200". After i fixed it, it runs fine |
Ctrl + F5 doesn't help me. I can generate img2img but when I try to generate a batch I get an error "IndexError: list index out of range |
I had this error with Controlnet activated. I updated controlnet and it went away. Hope that helps for you. |
I have the same problem, when i try to generate a batch. i get the IndexError: list index out of range. I already updated and reloaded all that stuff. The thing is, it generates one picture, but after that i get the error. |
the same problem, maybe there's a way to get it out.... |
Same problem, img2img with CN works, but batch gives an error after the first image generation |
it was working fine in a few weeks ago |
same here, [IndexError: list index out of range] when trying to batch img2img. |
same problem here with img2img batch, error after first image.. |
Mikubill/sd-webui-controlnet#1848 problem solved |
Yes, it works without CN detectmap! Thanks! |
I probably should have making an announcement here too.... |
issue still there |
having this problem as well, turning off various extensions eventually alleviated it |
I need to solve the problem, can someone please help me. IndexError Traceback (most recent call last) IndexError: list index out of range |
Is there an existing issue for this?
What happened?
Trying to create a new model with Dreambooth extension
Steps to reproduce the problem
What should have happened?
A new Dreambooth model should be created but it oly returns the error pasted below.
Commit where the problem happens
97ba01a
What platforms do you use to access UI ?
Windows
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
No response
Additional information, context and logs
Traceback (most recent call last):
File "H:\StableDiffusion\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 337, in run_predict
output = await app.get_blocks().process_api(
File "H:\StableDiffusion\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1013, in process_api
inputs = self.preprocess_data(fn_index, inputs, state)
File "H:\StableDiffusion\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 911, in preprocess_data
processed_input.append(block.preprocess(inputs[i]))
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: