LPX55 commited on
Commit
48b4c73
·
verified ·
1 Parent(s): c692ff8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -55,8 +55,8 @@ pipeline = HunyuanVideoPipeline.from_pretrained(
55
  device_map="balanced",
56
  )
57
  model_id = "hunyuanvideo-community/HunyuanVideo"
58
- lora_path = hf_hub_download("dashtoon/hunyuan-video-keyframe-control-lora", "i2v.sft")
59
- # lora_path = "./cache/i2v.sft"
60
 
61
  # Replace with the actual LORA path
62
 
 
55
  device_map="balanced",
56
  )
57
  model_id = "hunyuanvideo-community/HunyuanVideo"
58
+ # lora_path = hf_hub_download("dashtoon/hunyuan-video-keyframe-control-lora", "i2v.sft")
59
+ lora_path = "i2v.sft"
60
 
61
  # Replace with the actual LORA path
62