Fix URLs on the front page

#4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -549,7 +549,7 @@ with gr.Blocks(css=css, theme=theme) as demo:
549
  dataset_folder = gr.State()
550
  gr.Markdown('''# LoRA Ease 🧞‍♂️
551
  ### Train a high quality SDXL LoRA in a breeze ༄ with state-of-the-art techniques
552
- <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")
553
  #gr.LoginButton(elem_classes=["login_logout"])
554
  with gr.Column(elem_classes=["main_logged"]) as main_ui:
555
  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")
 
549
  dataset_folder = gr.State()
550
  gr.Markdown('''# LoRA Ease 🧞‍♂️
551
  ### Train a high quality SDXL LoRA in a breeze ༄ with state-of-the-art techniques
552
+ <small>Dreambooth with Pivotal Tuning, Prodigy and more! Use the trained LoRAs with diffusers, AUTO1111, Comfy. [blog about the training script](https://huggingface.co/blog/sdxl_lora_advanced_script), [Colab Pro](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/SDXL_Dreambooth_LoRA_advanced_example.ipynb), [run locally or in a cloud](https://github.com/huggingface/diffusers/blob/main/examples/advanced_diffusion_training/train_dreambooth_lora_sdxl_advanced.py)</small>''', elem_id="main_title")
553
  #gr.LoginButton(elem_classes=["login_logout"])
554
  with gr.Column(elem_classes=["main_logged"]) as main_ui:
555
  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")