Commit
•
76c4247
1
Parent(s):
6644356
Update app.py
Browse files
app.py
CHANGED
@@ -471,7 +471,7 @@ with gr.Blocks(css=css) as demo:
|
|
471 |
</div>
|
472 |
''')
|
473 |
gr.Markdown("# Dreambooth Training UI 💭")
|
474 |
-
gr.Markdown("Customize Stable Diffusion v1 or v2 (
|
475 |
|
476 |
with gr.Row() as what_are_you_training:
|
477 |
type_of_thing = gr.Dropdown(label="What would you like to train?", choices=["object", "person", "style"], value="object", interactive=True)
|
|
|
471 |
</div>
|
472 |
''')
|
473 |
gr.Markdown("# Dreambooth Training UI 💭")
|
474 |
+
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)")
|
475 |
|
476 |
with gr.Row() as what_are_you_training:
|
477 |
type_of_thing = gr.Dropdown(label="What would you like to train?", choices=["object", "person", "style"], value="object", interactive=True)
|