multimodalart HF staff commited on
Commit
576bad0
1 Parent(s): 34a9bf9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -512,7 +512,7 @@ with gr.Blocks(css=css, theme=theme) as demo:
512
  dataset_folder = gr.State()
513
  gr.Markdown('''# LoRA Ease 🧞‍♂️
514
  ### Train a high quality SDXL LoRA in a breeze ༄ with state-of-the-art techniques
515
- <small>Dreambooth + Pivotal Tuning + Prodigy and more! [blog about the training script](#), [Colab Pro](#), [run locally or in a cloud](#)</small>''', elem_id="main_title")
516
  lora_name = gr.Textbox(label="The name of your LoRA", info="This has to be a unique name", placeholder="e.g.: Persian Miniature Painting style, Cat Toy")
517
  training_option = gr.Radio(
518
  label="What are you training?", choices=["object", "style", "face", "custom"]
 
512
  dataset_folder = gr.State()
513
  gr.Markdown('''# LoRA Ease 🧞‍♂️
514
  ### Train a high quality SDXL LoRA in a breeze ༄ with state-of-the-art techniques
515
+ <small>Dreambooth with Pivotal Tuning, Prodigy and more! Use the trained LoRAs with diffusers, AUTO1111, Comfy. [blog about the training script](#), [Colab Pro](#), [run locally or in a cloud](#)</small>''', elem_id="main_title")
516
  lora_name = gr.Textbox(label="The name of your LoRA", info="This has to be a unique name", placeholder="e.g.: Persian Miniature Painting style, Cat Toy")
517
  training_option = gr.Radio(
518
  label="What are you training?", choices=["object", "style", "face", "custom"]