-
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
Gradio 4 #14184
base: dev
Are you sure you want to change the base?
Gradio 4 #14184
Conversation
Hi, can you tag me when img2img is working? I will try to fix canvas-zoom-and-pan |
@daswer123 Basic img2img is working. Still need to fix sketch, inpaint, etc. |
Yeah, thanks, in general everything is more or less for build-in "canvas-zoom-and-pan", a number of features will have to be abandoned because it is no longer needed, some will have to be redone. |
Seems to work right, anyway. Added webcam source. Some img2img modes may now be redundant.
Make it work on inpaint upload tab
Oh, nice, there's been some work on this. Thanks. I couldn't do any myself because I was too busy. |
fwiw - as far as extensions go, while testing the Image Browser extension, I ran into ASGI errors, when many events were triggered. I addressed this with the Gradio team and it is fixed in Gradio 4.9.0. |
so bump to gradio 4.9.1? |
Not all postprocessing scripts work
ya auto's issue post is closed |
Docs still doesn't work.
Fix restore extension config
Is there any timeline when gradio 4.0 update will be ready? |
I don't know when I will merge this in. With SD3, it definitely should be after that. I also want to get some info about which big extensions this breaks, and possibly fix compatibility issues from our side. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Can't wait for FileExplorer 🤤 |
Forge canvas looks like a good think that can fix all inconvenience with gradio 4 image editor lllyasviel/stable-diffusion-webui-forge#853 I didn't test it, but porting it into our project can be a good idea |
Fixes the API docs
Why they do it 😡 |
ImageEditor color switching is broken on newer versions.
Gradio 4 update.
The update breaks a lot of compatibility, some for very questionable reasons. Among other things, this branch makes it again possible to send bogus keyword arguments to components, and only get a warning for it, and use a
_js
argument for events. Basic functionality works, some extensions I have enabled like imagenet and tagcomplete load.