rahul7star commited on
Commit
2d3bfe7
·
verified ·
1 Parent(s): 6685bf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -156,11 +156,8 @@ def generate_video_with_example(
156
 
157
 
158
  with gr.Blocks() as demo:
159
- gr.Markdown('''# Normalized Attention Guidance (NAG) for fast 4 steps Wan2.1-T2V-14B with CausVid LoRA
160
- Implementation of [Normalized Attention Guidance](https://chendaryen.github.io/NAG.github.io/).
161
-
162
- [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).
163
- ''')
164
 
165
  with gr.Row():
166
  with gr.Column():
 
156
 
157
 
158
  with gr.Blocks() as demo:
159
+ gr.Markdown('''# Normalized Attention Guidance (NAG) for fast 4 steps Wan2.1-T2V-14B with Wan14BT2VFusioniX
160
+ ''')
 
 
 
161
 
162
  with gr.Row():
163
  with gr.Column():