rahul7star commited on
Commit
6a9012c
·
verified ·
1 Parent(s): 32f015f

Update app_lora.py

Browse files
Files changed (1) hide show
  1. app_lora.py +2 -3
app_lora.py CHANGED
@@ -156,10 +156,9 @@ 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():
 
156
 
157
 
158
  with gr.Blocks() as demo:
159
+ gr.Markdown('''# Normalized Attention Guidance (NAG) for fast 4 steps Wan2.1-T2V-14B with FuxionX Base T2V
160
  Implementation of [Normalized Attention Guidance](https://chendaryen.github.io/NAG.github.io/).
161
+
 
162
  ''')
163
 
164
  with gr.Row():