Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -150,7 +150,11 @@ def generate_video_with_example(
|
|
| 150 |
|
| 151 |
with gr.Blocks() as demo:
|
| 152 |
gr.Markdown('''# Normalized Attention Guidance (NAG) for fast 4 steps Wan2.1-T2V-14B with CausVid LoRA
|
|
|
|
|
|
|
| 153 |
Implementation of [Normalized Attention Guidance](https://chendaryen.github.io/NAG.github.io/).
|
|
|
|
|
|
|
| 154 |
|
| 155 |
[CausVid](https://github.com/tianweiy/CausVid) is a distilled version of Wan2.1 to run faster in just 4-8 steps, [extracted as LoRA by Kijai](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Wan21_CausVid_14B_T2V_lora_rank32.safetensors).
|
| 156 |
''')
|
|
|
|
| 150 |
|
| 151 |
with gr.Blocks() as demo:
|
| 152 |
gr.Markdown('''# Normalized Attention Guidance (NAG) for fast 4 steps Wan2.1-T2V-14B with CausVid LoRA
|
| 153 |
+
NAG demos: [LTX Video Fast](https://huggingface.co/spaces/ChenDY/NAG_ltx-video-distilled), [FLUX.1-dev](https://huggingface.co/spaces/ChenDY/NAG_FLUX.1-dev), [FLUX.1-schnell](https://huggingface.co/spaces/ChenDY/NAG_FLUX.1-schnell)
|
| 154 |
+
|
| 155 |
Implementation of [Normalized Attention Guidance](https://chendaryen.github.io/NAG.github.io/).
|
| 156 |
+
|
| 157 |
+
[Paper](https://arxiv.org/abs/2505.21179), [GitHub](https://github.com/ChenDarYen/Normalized-Attention-Guidance), [ComfyUI](https://github.com/ChenDarYen/ComfyUI-NAG)
|
| 158 |
|
| 159 |
[CausVid](https://github.com/tianweiy/CausVid) is a distilled version of Wan2.1 to run faster in just 4-8 steps, [extracted as LoRA by Kijai](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Wan21_CausVid_14B_T2V_lora_rank32.safetensors).
|
| 160 |
''')
|