Replies: 1 comment 5 replies
-
Why not just use two installs, one for sharing, one for personal? That seems way simpler than trying to mess with the UI / cramming two configs into one install. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've been running this for quite a while now, and as someone without any Python experience, I'm absolutely in love with all of this stuff.
I've been trying to add some stuff myself, change settings outside of the standard ones, but one thing that I would like to implement myself, or see implemented, is more "easy" options for changing the UI, or an easier availabability to do so.
I've tried to change some of these myselfs, for example hiding/removing the History tab from the ui.py, but I ended up with multiple errors because it would require changing the code from other .py files as well, which ended up in a huge rabbit hole.
Right now I have three .bat files;
I would like to change the show/hide these settings based on which .bat I start.
--ckpt-dir
"model location folder"' argument, but that would require duplicate models, which isn't the end of the world.I've tried looking into the files and changing it myself, but after multiple errors, and multiple copies of the .py files, I kinda gave up, so hopefully someone with more python / gradio knowledge could have a look at this, or point me in the right direction where I don't mess up a lot of files.
Beta Was this translation helpful? Give feedback.
All reactions