Spaces:
Runtime error
Runtime error
guoyww
commited on
Commit
·
849636d
1
Parent(s):
25eb8c0
update
Browse files
app.py
CHANGED
|
@@ -18,8 +18,7 @@ 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 |
-
|
| 22 |
-
pretrained_model_path = "runwayml/stable-diffusion-v1-5"
|
| 23 |
inference_config_path = "configs/inference/inference.yaml"
|
| 24 |
|
| 25 |
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 |
inference_config_path = "configs/inference/inference.yaml"
|
| 23 |
|
| 24 |
css = """
|