Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -302,6 +302,7 @@ def generate_video(
|
|
| 302 |
with gr.Blocks(theme=gr.themes.Soft(), delete_cache=(12800, 12800)) as demo:
|
| 303 |
gr.Markdown("# WAMU V2 - Wan 2.2 I2V (14B) 🐢")
|
| 304 |
gr.Markdown("## ℹ️ **A Note on Performance:** This version prioritizes a straightforward setup over maximum speed, so performance may vary.")
|
|
|
|
| 305 |
gr.Markdown("run Wan 2.2 in just 4-8 steps, fp8 quantization & AoT compilation - compatible with 🧨 diffusers and ZeroGPU")
|
| 306 |
with gr.Row():
|
| 307 |
with gr.Column():
|
|
|
|
| 302 |
with gr.Blocks(theme=gr.themes.Soft(), delete_cache=(12800, 12800)) as demo:
|
| 303 |
gr.Markdown("# WAMU V2 - Wan 2.2 I2V (14B) 🐢")
|
| 304 |
gr.Markdown("## ℹ️ **A Note on Performance:** This version prioritizes a straightforward setup over maximum speed, so performance may vary.")
|
| 305 |
+
gr.Markdown('Try the previous version: [WAMU v1](https://huggingface.co/spaces/r3gm/wan2-2-fp8da-aoti-preview2)')
|
| 306 |
gr.Markdown("run Wan 2.2 in just 4-8 steps, fp8 quantization & AoT compilation - compatible with 🧨 diffusers and ZeroGPU")
|
| 307 |
with gr.Row():
|
| 308 |
with gr.Column():
|