update changelog

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-08-07 17:11:12 -04:00
parent 5ffb6e8b88
commit c0b8c4e2cb
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -56,6 +56,7 @@ And (*as always*) many bugfixes and improvements to existing features!
- redesigned **GPU monitor**
- standard-ui: *system -> gpu monitor*
- modern-ui: *aside -> console -> gpu monitor*
- supported for *nVidia CUDA* and *AMD ROCm* platforms
- configurable interval in *settings -> user interface*
- updated *models* tab
- updated *models -> current* tab
+1 -1
View File
@@ -500,7 +500,7 @@ def create_ui():
with gr.Row():
civit_nsfw = gr.Checkbox(label='NSFW allowed', value=True)
with gr.Row():
civit_type = gr.Textbox(label='Model type', placeholder='Checkpoint, LORA, ...')
civit_type = gr.Textbox(label='Target model type', placeholder='Checkpoint, LORA, ...', value='')
with gr.Row():
# civit_base = gr.Textbox(label='Base model', placeholder='SDXL, ...')
civit_base = gr.Dropdown(choices=base_models, label='Base model', value='')