rahul7star commited on
Commit
cbd516d
·
verified ·
1 Parent(s): f5da354

Update app_t2v.py

Browse files
Files changed (1) hide show
  1. app_t2v.py +1 -1
app_t2v.py CHANGED
@@ -23,7 +23,7 @@ import gc
23
  print("Starting Gradio App for Wan 2.2 TI2V-5B...")
24
 
25
  # Download model snapshots from Hugging Face Hub
26
- repo_id = "meimeilook/Wan2.2-TI2V-5B_FP8"
27
  print(f"Downloading/loading checkpoints for {repo_id}...")
28
  ckpt_dir = snapshot_download(repo_id, local_dir_use_symlinks=False)
29
  print(f"Using checkpoints from {ckpt_dir}")
 
23
  print("Starting Gradio App for Wan 2.2 TI2V-5B...")
24
 
25
  # Download model snapshots from Hugging Face Hub
26
+ repo_id = "Wan-AI/Wan2.2-TI2V-5B"
27
  print(f"Downloading/loading checkpoints for {repo_id}...")
28
  ckpt_dir = snapshot_download(repo_id, local_dir_use_symlinks=False)
29
  print(f"Using checkpoints from {ckpt_dir}")