bluestarburst
commited on
Commit
•
fdf716b
1
Parent(s):
09be41c
Upload folder using huggingface_hub
Browse files- handler.py +1 -2
handler.py
CHANGED
@@ -51,8 +51,7 @@ class EndpointHandler():
|
|
51 |
|
52 |
# huggingface download motion module from bluestarburst/AnimateDiff-SceneFusion/models/Motion_Module/mm_sd_v15.ckpt
|
53 |
|
54 |
-
motion_module = "models/
|
55 |
-
hf_hub_download(repo_id="bluestarburst/AnimateDiff-SceneFusion", filename="models/Motion_Module/mm_sd_v15.ckpt")
|
56 |
|
57 |
|
58 |
self.pipeline = load_weights(
|
|
|
51 |
|
52 |
# huggingface download motion module from bluestarburst/AnimateDiff-SceneFusion/models/Motion_Module/mm_sd_v15.ckpt
|
53 |
|
54 |
+
motion_module = hf_hub_download(repo_id="bluestarburst/AnimateDiff-SceneFusion", filename="models/Motion_Module/mm_sd_v15.ckpt")
|
|
|
55 |
|
56 |
|
57 |
self.pipeline = load_weights(
|