r3gm commited on
Commit
ac9412c
·
verified ·
1 Parent(s): 99652ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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():