Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
3b28bbe
1
Parent(s):
aba5aea
Update app.py
Browse files
app.py
CHANGED
@@ -570,7 +570,7 @@ theme = gr.themes.Monochrome(
|
|
570 |
with gr.Blocks(css=css, theme=theme) as demo:
|
571 |
dataset_folder = gr.State()
|
572 |
gr.Markdown('''# LoRA Ease 🧞♂️
|
573 |
-
### Train a high quality SDXL LoRA in a breeze ༄ with state-of-the-art techniques and for cheap
|
574 |
<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")
|
575 |
#gr.LoginButton(elem_classes=["login_logout"])
|
576 |
with gr.Tab("Train on Spaces"):
|
|
|
570 |
with gr.Blocks(css=css, theme=theme) as demo:
|
571 |
dataset_folder = gr.State()
|
572 |
gr.Markdown('''# LoRA Ease 🧞♂️
|
573 |
+
### Train a high quality SDXL LoRA in a breeze ༄ with state-of-the-art techniques and for cheap ([try out the FLUX Ease trainer](https://huggingface.co/spaces/autotrain-projects/train-flux-lora-ease))
|
574 |
<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")
|
575 |
#gr.LoginButton(elem_classes=["login_logout"])
|
576 |
with gr.Tab("Train on Spaces"):
|