-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
[Bug]: Version: v1.6.0 Options in Inpainting are doubled, ValueError: ['Just resize (latent upscale)', 'Just resize (latent upscale)'] is not in list #12886
Comments
Had the same problem. Solved it by updating under extensions and restart SD and A1111 |
Jump to the settings page and click apply, which may solve the problem |
The same problem for absolutely ALL gradio.Radio() buttons. |
Same probleme here, and the solutions in the comments didnt help me |
What version of gradio is being reported at the bottom of the page? |
yeah same, I also did what the first two comments said, I even deleted and redownloaded SD and a111, it didn't fix it. I just settled on removing auto update and rolled back to an older version via hard reset |
I can't remember since I reset my SD to an older version, but I had it on auto update so I'm assuming the latest version |
Are there any errors when you run the install? Try installing 1.6 again in a new folder. |
This seems a likely culprit: gradio-app/gradio#5232 |
canvas-zoom (https://github.com/richrobber2/canvas-zoom.git) extension is a reason. It's modyfying gradio in venv folder. |
@daswer123 Do you want to take a look at this? Seems like the extension version is modifying the Gradio install for some reason. For everyone else reading this: the canvas extension is built-in as of 1.5.0, so it's been available for quite some time ( |
Also -- I'm going to close this as instructions in #12886 (comment) are sufficient. The issue is caused upstream and not by the webui. |
Yes, thanks for letting me know, it's because the modified version is 3.41.0 and I'm in the process of upgrading to the new 3.41.2. You can remove canvas-zoom and the gradio will automatically revert to standard, I'll update modifyed version in an hour. UPD: Fixed it |
That fixed it! Thanks. |
Confirming that this fixed it for me too. Had to redownload canvas zoom, though. |
Is there an existing issue for this?
What happened?
Sorry if I'm doing this wrong as I have absolutely no knowledge about code whatsoever.
After updating to 1.6.0, my ui suddenly looks like as seen as below. Upon inpainting an image and clicking "Generate", it gives the error:
ValueError: ['Just resize (latent upscale)', 'Just resize (latent upscale)'] is not in list
deleting and reinstalling SD or the webui doesn't fix the issue
Steps to reproduce the problem
What should have happened?
An image should be generated
Sysinfo
sysinfo-2023-08-31-07-35.txt
What browsers do you use to access the UI ?
Other
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: