Spaces:
Build error
Build error
Merge branch 'main' of hf.co:spaces/guoyww/AnimateDiff into main
Browse files
app.py
CHANGED
@@ -18,7 +18,8 @@ from animatediff.utils.util import save_videos_grid
|
|
18 |
from animatediff.utils.convert_from_ckpt import convert_ldm_unet_checkpoint, convert_ldm_clip_checkpoint, convert_ldm_vae_checkpoint
|
19 |
|
20 |
|
21 |
-
pretrained_model_path = "models/StableDiffusion/stable-diffusion-v1-5"
|
|
|
22 |
inference_config_path = "configs/inference/inference.yaml"
|
23 |
|
24 |
css = """
|
|
|
18 |
from animatediff.utils.convert_from_ckpt import convert_ldm_unet_checkpoint, convert_ldm_clip_checkpoint, convert_ldm_vae_checkpoint
|
19 |
|
20 |
|
21 |
+
# pretrained_model_path = "models/StableDiffusion/stable-diffusion-v1-5"
|
22 |
+
pretrained_model_path = "runwayml/stable-diffusion-v1-5"
|
23 |
inference_config_path = "configs/inference/inference.yaml"
|
24 |
|
25 |
css = """
|