guoyww commited on
Commit
0818a8f
2 Parent(s): 2e9515a 78960f3

Merge branch 'main' of hf.co:spaces/guoyww/AnimateDiff into main

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 = """