Commit
•
2dbdbd8
1
Parent(s):
29fb0ab
Update app.py
Browse files
app.py
CHANGED
@@ -536,7 +536,7 @@ with gr.Blocks(css=css) as demo:
|
|
536 |
<p>Do a <code>pip install requirements-local.txt</code></p>
|
537 |
</div>
|
538 |
''')
|
539 |
-
gr.Markdown("# Dreambooth Training UI 💭")
|
540 |
gr.Markdown("Customize Stable Diffusion v1 or v2 (ⁿᵉʷ!) by giving it a few examples of a concept. Based on the [🧨 diffusers](https://github.com/huggingface/diffusers) implementation, additional techniques from [TheLastBen](https://github.com/TheLastBen/diffusers) and [ShivamShrirao](https://github.com/ShivamShrirao/diffusers)")
|
541 |
|
542 |
with gr.Row() as what_are_you_training:
|
|
|
536 |
<p>Do a <code>pip install requirements-local.txt</code></p>
|
537 |
</div>
|
538 |
''')
|
539 |
+
gr.Markdown("# Dreambooth Training UI for SD1.5 and 2 💭 (for SDXL, try [LoRA Ease](https://huggingface.co/spaces/multimodalart/lora-ease)")
|
540 |
gr.Markdown("Customize Stable Diffusion v1 or v2 (ⁿᵉʷ!) by giving it a few examples of a concept. Based on the [🧨 diffusers](https://github.com/huggingface/diffusers) implementation, additional techniques from [TheLastBen](https://github.com/TheLastBen/diffusers) and [ShivamShrirao](https://github.com/ShivamShrirao/diffusers)")
|
541 |
|
542 |
with gr.Row() as what_are_you_training:
|