-
Notifications
You must be signed in to change notification settings - Fork 23
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
Upcoming issues in next version of web UI 1.6.0, Gradio 3.39 #88
Comments
Yes, I will look into porting all canvas-zoom modifications to the new version of gradio so that there are no problems with the new webui version. Thanks for letting me know. |
There is definitely a problem with this, as there is no procedure for uninstalling the extension to properly restore the gradio library. |
@w-e-w Actually I have an idea, for example, when installing canvas-zoom, I put a file detect_canvas_zoom.py in the scripts folder, which will check whether the extension is installed or not, if the user deleted the extension folder, then this script at the next startup, automatically reinstall gradio and self-delete. |
well we kind of arrived at the same solution I think it may be better for you to join auto's discord so you can discuss with him directly? then invite link is on the web UI contribution page in the wiki
|
is patching the lib absolutely necessary no way around it? |
The modified library contains a lot of small changes that cannot be done from the outside. I moved everything that worked well to the build in extension, because all other functionality in one way or another relies on modification of gradio. I don't change anything coordinate, in many respects the extension relies on these small functions that ensure correct work, in fact the same gradio but with a small modification.
I'm already in your community :) , you can tag me in discord @daswer123. |
@w-e-w The installation method is so far, old, I need to figure out how to swap the folder. |
in the next version of web UI we are moving to Gradio 3.39, see current
dev
branchwith this comes a new feature, the inpaint mask is render as transparent
this main issue is that this extension injects some code into Gradio lib, which causes the transparency to not work
furthermore the change is injectded itself into Gradio and so the changes persist even after the extension is disabled or removed
The text was updated successfully, but these errors were encountered: