-
Notifications
You must be signed in to change notification settings - Fork 27k
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]: Resizing the image in img2img #10504
Comments
Having the same behavior. Makes resizing, finding areas and relighting techniques impossible. |
Can confirm the issue here too. Alternate resize fail and bounce back to previous canvas. Also dropping an image onto the canvas fails if another one is already present. |
The issue is in gradio itself. It has been there for quite some time. Issue: If you really need this function, the best bet is to revert to an older commit that uses gradio 3.16.2 |
I have the same problem |
Since Gradio has not repaired this functionality in months it's just been removed from the web UI for the time being. #12792 Closing. |
Re-opening so it's easier to keep track of when this is actually fixed. It should be after Gradio 4 support is merged in. #14184 |
Is there an existing issue for this?
What happened?
Resizing the canvas does not work as it should.
https://github.com/AUTOMATIC1111/stable-diffusion-webui/assets/58225118/c2cdbd67-f158-402c-8fc3-a953286e97ac
Steps to reproduce the problem
What should have happened?
How it worked before the bugs:
https://youtu.be/ubvFXuPJk5k?t=218
Commit where the problem happens
2b3fc24
What platforms do you use to access the UI ?
Windows
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
set COMMANDLINE_ARGS=--opt-sdp-no-mem-attention --autolaunch
List of extensions
Console logs
Additional information
It worked for the last time 2-3 months ago before the version of Gradio 3.23.1
The text was updated successfully, but these errors were encountered: