Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,8 +53,8 @@ body, .gradio-container {
|
|
| 53 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 54 |
gr.Markdown("# 🌀 DEFORUM SOON®🐢 DIFFUSION")
|
| 55 |
gr.Markdown(" ***whatever comes, here's a lazy lil cpu deforum animator for our forever | it's still better than we've known*** ")
|
| 56 |
-
gr.Markdown("
|
| 57 |
-
gr.Markdown(" *Models in* **bold** *confirmed to work well here.* **cc-nms/tiny-sd-turbo**, **Disty0/LCM_SoteMix**, **AiArtLab/sdxs**, **rupeshs/sdxs-512-0.9-orig-vae**, **SimianLuo/LCM_Dreamshaper_v7**, runwayml/stable-diffusion-v1-5, segmind/tiny-sd, stabilityai/sdxl-turbo, CodeGoat24/sdxl-turbo-unified-reward-dpo, fluently/Fluently-XL-v3-Lightning, segmind/portrait-finetuned, qiacheng/stable-diffusion-v1-5-lcm, AiArtLab/sdxs-08b,
|
| 58 |
with gr.Row():
|
| 59 |
with gr.Column():
|
| 60 |
with gr.Accordion("Pipeline Config", open=True):
|
|
|
|
| 53 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 54 |
gr.Markdown("# 🌀 DEFORUM SOON®🐢 DIFFUSION")
|
| 55 |
gr.Markdown(" ***whatever comes, here's a lazy lil cpu deforum animator for our forever | it's still better than we've known*** ")
|
| 56 |
+
gr.Markdown("#### MODEL SUGGESTIONS (below):| *Note:* cpu handles turbo/sx/lcm surprisingly ok @low-res|**strength**+**steps** are *KEY*:if both too low=diffusion dies;both too high=slow w/no flow|lower **strength** = more coherence/less detail|use schedules!|try my defaults")
|
| 57 |
+
gr.Markdown(" *Models in* **bold** *confirmed to work well here.* **cc-nms/tiny-sd-turbo**, **Disty0/LCM_SoteMix**, **AiArtLab/sdxs**, **rupeshs/sdxs-512-0.9-orig-vae**, **SimianLuo/LCM_Dreamshaper_v7**, runwayml/stable-diffusion-v1-5, segmind/tiny-sd, stabilityai/sdxl-turbo, CodeGoat24/sdxl-turbo-unified-reward-dpo, fluently/Fluently-XL-v3-Lightning, segmind/portrait-finetuned, qiacheng/stable-diffusion-v1-5-lcm, AiArtLab/sdxs-08b, nota-ai/bk-sdm-base-2m, nota-ai/bk-sdm-v2-tiny, nota-ai/bk-sdm-tiny-2m, segmind/small-sd | LoRA: latent-consistency/lcm-lora-sdv1-5, akameswa/lcm-lora-tiny-sd, kmpartner/bkv2tpcmlra-test, openskyml/lcm-lora-sdxl-turbo")
|
| 58 |
with gr.Row():
|
| 59 |
with gr.Column():
|
| 60 |
with gr.Accordion("Pipeline Config", open=True):
|