mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
@@ -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
|
||||
|
||||
@@ -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='')
|
||||
|
||||
Reference in New Issue
Block a user