Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,8 @@ def stop_gen():
|
|
| 32 |
css = "#col-container {max_width: 1000px; margin: 0 auto;}"
|
| 33 |
|
| 34 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 35 |
-
gr.Markdown("# 🌀 Deforum
|
|
|
|
| 36 |
with gr.Row():
|
| 37 |
with gr.Column():
|
| 38 |
with gr.Accordion("Pipeline Config", open=True):
|
|
|
|
| 32 |
css = "#col-container {max_width: 1000px; margin: 0 auto;}"
|
| 33 |
|
| 34 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 35 |
+
gr.Markdown("# 🌀 Deforum Soon® CPU")
|
| 36 |
+
gr.Markdown("**Model Suggestions:** AiArtLab/sdxs, stabilityai/sdxl-turbo, CodeGoat24/sdxl-turbo-unified-reward-dpo, fluently/Fluently-XL-v3-Lightning, stabilityai/sd-turbo, SimianLuo/LCM_Dreamshaper_v7, rupeshs/sdxs-512-0.9-orig-vae, Disty0/LCM_SoteMix, qiacheng/stable-diffusion-v1-5-lcm, AiArtLab/sdxs-08b")
|
| 37 |
with gr.Row():
|
| 38 |
with gr.Column():
|
| 39 |
with gr.Accordion("Pipeline Config", open=True):
|