cocktailpeanut commited on
Commit
4cb40de
1 Parent(s): d9dcfa9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -532,7 +532,7 @@ with gr.Blocks(css="custom.css") as demo:
532
  show_share_button=False,
533
  height=550
534
  )
535
- custom_model = gr.Textbox(label="or enter a custom Hugging Face or CivitAI SDXL LoRA", placeholder="Paste Hugging Face or CivitAI model path...")
536
  custom_model_card = gr.HTML(visible=False)
537
  custom_model_button = gr.Button("Remove custom LoRA", visible=False)
538
  with gr.Column(scale=5):
 
532
  show_share_button=False,
533
  height=550
534
  )
535
+ custom_model = gr.Textbox(label="or enter a custom Hugging Face or CivitAI SDXL LoRA (Example: https://civitai.com/models/262880/eldritch-comics-comic-book-style-illustration?modelVersionId=305491)", placeholder="Paste Hugging Face or CivitAI model path...")
536
  custom_model_card = gr.HTML(visible=False)
537
  custom_model_button = gr.Button("Remove custom LoRA", visible=False)
538
  with gr.Column(scale=5):