Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added possibility to set the theme (light or dark)
|
|
Launch the UI in dark mode with the --dark-mode switch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Problem
everytime I modified pt files in embedding_dir or hypernetwork_dir, I
need to restart webui to have the new files shown in the dropdown of
Train Tab
Solution
refactored create_refresh_button out of create_setting_component so we
can use this method to create button next to gr.Dropdowns of embedding
name and hypernetworks
Extra Modification
hypernetwork pt are now sorted in alphabetic order
|
|
|
|
Default value is the first value of selectables.
Particually, None in styles.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Víctor Gallego <vicgalle@ucm.es>
|
|
Co-authored-by: Víctor Gallego <vicgalle@ucm.es>
|
|
Co-authored-by: Víctor Gallego <vicgalle@ucm.es>
|
|
Co-authored-by: Víctor Gallego <vicgalle@ucm.es>
|
|
|
|
|
|
embedding before the generation using text
|
|
|
|
made save style button not die when you cancel
|
|
|
|
|
|
And duplicate implementations are removed
|
|
|
|
anything up until you use it
|
|
|