mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
use short model name and update hints
This commit is contained in:
@@ -143,7 +143,7 @@ def create_ui():
|
||||
|
||||
with gr.Row():
|
||||
model_list_btn = gr.Button(value="List model details", variant='primary')
|
||||
model_checkhash_btn = gr.Button(value="Calculate hash for all models (may take a long time)", variant='primary')
|
||||
model_checkhash_btn = gr.Button(value="Calculate hash for all models", variant='primary')
|
||||
model_checkhash_btn.click(fn=sd_models.update_model_hashes, inputs=[], outputs=[models_outcome])
|
||||
with gr.Row():
|
||||
model_table = gr.DataFrame(
|
||||
|
||||
Reference in New Issue
Block a user