-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[UI] UI fix/cleanup #2033
[UI] UI fix/cleanup #2033
Conversation
This look great. This next release will see some major upgrade ;-) I like it. This will be some major rework of the GUI. It will make life easier for many users. |
As far as defaults directory go this is tricky. We can try to set some values. The ones proposed make sense. |
I have been playing with the updated code so far and the UI look really slick. I like the rework you have done. One thing I noticed, at the moment the default location for everything appear to be in the root of the repo... I wonder if this should not be changed to a folder that could be ignored within the repo... for example, say we follow the comfyui I know I am getting ahead but perhaps this could be set via a parameter that could be kept with the GUI... so if a user would rather output his LoRA under E:\loras and his Finetune under e:\models it would be great... something for the future... but something I think your new UI style might support well. Thanks for all this work by the way. I really appreciate the help to make the GUI better for everyone and more accessible as e future extension of a1111. |
1ed9cf0
to
35303b7
Compare
more fixes + partially squashed. |
update all remaining UIs using |
The new UI is not working with my astigmatism and is going to trigger a full on migrine if I try to use it longer than the few seconds I was on it after updating. Any way to get the previous text style back or whatever other major change that could be the problem? I can't actually look at it long enough to tell whats different or specifically causing this rare problem on certain UI designs. Literally was only on it for about 30 seconds trying to find there the config panel moved to and had started to loose the use of one eye and the other was going blurry. I need to need to be able to function today, so I stopped there. |
WIP
gr.Dropdown()
list_dirs()
,list_files()
for more easy dir/file selection for headlessmisc fixes:
elem_classes=["tool"]
added for icons for sd-webui.create_refresh_button()
from sd-webuiwe need to discuss some
default_*
settings, for example:default_train_data_dir
:data/
default_output_dir
:outputs/
default_logging_dir
:logs/
default_reg_data_dir
:data/
some extra notes:
vae
: e.g)models/VAE
in sd-webuimodels
: e.g)models/Stable-diffusion
in sd-webuiLora
: e.g)models/Lora
in sd-webuiembeddings
: e.g)embeddings/
in sd-webuiscreenshot
headless + with dark theme