Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ def generate_video(
|
|
154 |
|
155 |
with gr.Blocks() as demo:
|
156 |
gr.Markdown("# Fast 4 steps Wan 2.2 T2V (14B) with Lightning LoRA")
|
157 |
-
gr.Markdown("run Wan 2.2 in just 4-8 steps, with [Wan 2.2 Lightning LoRA](https://huggingface.co/Kijai/WanVideo_comfy/tree/main/Wan22-Lightning), compatible with 🧨 diffusers")
|
158 |
with gr.Row():
|
159 |
with gr.Column():
|
160 |
prompt_input = gr.Textbox(label="Prompt", value=default_prompt_t2v)
|
|
|
154 |
|
155 |
with gr.Blocks() as demo:
|
156 |
gr.Markdown("# Fast 4 steps Wan 2.2 T2V (14B) with Lightning LoRA")
|
157 |
+
gr.Markdown("run Wan 2.2 in just 4-8 steps, with [Wan 2.2 Lightning LoRA](https://huggingface.co/Kijai/WanVideo_comfy/tree/main/Wan22-Lightning), fp8 quantization & AoT compilation - compatible with 🧨 diffusers and ZeroGPU⚡️")
|
158 |
with gr.Row():
|
159 |
with gr.Column():
|
160 |
prompt_input = gr.Textbox(label="Prompt", value=default_prompt_t2v)
|