Update demo.py
Browse files
demo.py
CHANGED
@@ -12,7 +12,7 @@ from peft import PeftModel
|
|
12 |
|
13 |
|
14 |
def main():
|
15 |
-
# select model_path from ["animatediff-
|
16 |
# "modelscopet2v-webvid", "modelscopet2v-laion", "modelscopet2v-anime",
|
17 |
# "modelscopet2v-real", "modelscopet2v-3d-cartoon"]
|
18 |
model_path = "modelscopet2v-laion"
|
|
|
12 |
|
13 |
|
14 |
def main():
|
15 |
+
# select model_path from ["animatediff-laion", "animatediff-webvid",
|
16 |
# "modelscopet2v-webvid", "modelscopet2v-laion", "modelscopet2v-anime",
|
17 |
# "modelscopet2v-real", "modelscopet2v-3d-cartoon"]
|
18 |
model_path = "modelscopet2v-laion"
|