Commit
•
18dc636
1
Parent(s):
dbb3fc1
Update app.py
Browse files
app.py
CHANGED
@@ -548,7 +548,7 @@ theme = gr.themes.Monochrome(
|
|
548 |
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](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:
|
|
|
548 |
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 and for cheap
|
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:
|