linoyts HF Staff commited on
Commit
5daf83d
·
verified ·
1 Parent(s): ed7a43b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -210,8 +210,8 @@ def generate_video(
210
  return video_path, current_seed
211
 
212
  with gr.Blocks() as demo:
213
- gr.Markdown("# Fast 4 steps Wan 2.1 I2V (14B) with CausVid LoRA")
214
- gr.Markdown("[CausVid](https://github.com/tianweiy/CausVid) is a distilled version of Wan 2.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) and is compatible with 🧨 diffusers")
215
  with gr.Row():
216
  with gr.Column():
217
  input_image_component = gr.Image(type="pil", label="Input Image (auto-resized to target H/W)")
 
210
  return video_path, current_seed
211
 
212
  with gr.Blocks() as demo:
213
+ gr.Markdown("# Fast 6 steps Wan 2.2 I2V (14B) with Phantom LoRA")
214
+ gr.Markdown("run Wan 2.2 in just 6-8 steps, with [FusionX Phantom LoRA by DeeJayT](https://huggingface.co/vrgamedevgirl84/Wan14BT2VFusioniX/tree/main/FusionX_LoRa) and is compatible with 🧨 diffusers")
215
  with gr.Row():
216
  with gr.Column():
217
  input_image_component = gr.Image(type="pil", label="Input Image (auto-resized to target H/W)")