Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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 |
|