Change a message
This commit is contained in:
parent
a12dae51b9
commit
bfafd07f44
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ from modules.utils import gradio
|
||||||
|
|
||||||
def load_model_wrapper(selected_model, loader, autoload=False):
|
def load_model_wrapper(selected_model, loader, autoload=False):
|
||||||
if not autoload:
|
if not autoload:
|
||||||
yield f"The settings for {selected_model} have been updated.\nClick on \"Load the model\" to load it."
|
yield f"The settings for {selected_model} have been updated.\nClick on \"Load\" to load it."
|
||||||
return
|
return
|
||||||
|
|
||||||
if selected_model == 'None':
|
if selected_model == 'None':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue