-
Notifications
You must be signed in to change notification settings - Fork 172
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
(Studio) Update gradio and multicontrolnet UI. #2001
Conversation
2372aa1
to
7bdc1dd
Compare
7bdc1dd
to
0afc605
Compare
e529627
to
36d7bf0
Compare
36d7bf0
to
ce77c1c
Compare
FYI @one-lithe-rune you might have opinions about this change |
TODO: fix nod logo, see about controlnet issues. |
I wasn't following along with what the issue was that caused gradio to be pinned this time around, but its generally best to bite the bullet to upgrade, and then fix up, unless there is a known gradio bug that is blocking us, or we're looking do a stable release real soon. It would be useful to get things like the new file picker for instance, and the longer we leave it the worse it always gets. However, I'm currently working on some LoRA fixes/changes with pieces all over the floor in an 'I don't want to even commit locally' state atm, plus I expect to need to start doing a job search sometime next week, so I'm a bit tied up to look at stuff atm. |
8f1014a
to
af6f5d8
Compare
af6f5d8
to
f837501
Compare
@@ -19,6 +19,9 @@ a = Analysis( | |||
win_private_assemblies=False, | |||
cipher=block_cipher, | |||
noarchive=False, | |||
module_collection_mode={ | |||
'gradio': 'py', # Collect gradio package as source .py files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont even want to know how you figured out this was required...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just wasnt collecting some random source files
tried adding metadata and hidden files, nope, ok just gimme it all then
* (Studio) Update gradio and multicontrolnet UI. * Fixes for outputgallery, exe build * Fix image return types. * Update Gradio to 4.7.1 * Fix send buttons and hiresfix * Various bugfixes and SDXL additions. * More UI fixes and txt2img_sdxl presets. *enable SDXL-Turbo and custom models, custom VAE for sdxl * img2img ui tweaks
Updates gradio pin to 4.7, which might just break everything apparently.
What else does this break? I'd like the new gradio features.