diff --git a/modules/ui_models.py b/modules/ui_models.py index 23a39f317..28724bd66 100644 --- a/modules/ui_models.py +++ b/modules/ui_models.py @@ -643,7 +643,7 @@ def create_ui(): gr.HTML('

Search for models

') with gr.Row(): with gr.Column(scale=1): - civit_model_type = gr.Dropdown(label='Model type', choices=['Model', 'LoRA', 'Embedding', 'VAE', 'Other'], value='Model') + civit_model_type = gr.Dropdown(label='CivitAI model type', choices=['Model', 'LoRA', 'Embedding', 'VAE', 'Other'], value='Model') with gr.Column(scale=15): with gr.Row(): civit_search_text = gr.Textbox('', label='Search models', placeholder='keyword')