zcxu-eric commited on
Commit
7c6241f
1 Parent(s): 39645f1
Files changed (2) hide show
  1. app.py +1 -1
  2. configs/prompts/animation.yaml +3 -3
app.py CHANGED
@@ -102,5 +102,5 @@ with gr.Blocks() as demo:
102
  outputs=animation
103
  )
104
 
105
-
106
  demo.launch(share=True)
 
102
  outputs=animation
103
  )
104
 
105
+ demo.queue()
106
  demo.launch(share=True)
configs/prompts/animation.yaml CHANGED
@@ -1,10 +1,10 @@
1
  pretrained_model_path: "stable-diffusion-v1-5"
2
  pretrained_vae_path: "sd-vae-ft-mse"
3
- pretrained_controlnet_path: "~/.cache/huggingface/hub/MagicAnimate/densepose_controlnet"
4
- pretrained_appearance_encoder_path: "~/.cache/huggingface/hub/MagicAnimate/appearance_encoder"
5
  pretrained_unet_path: ""
6
 
7
- motion_module: "~/.cache/huggingface/hub/MagicAnimate/temporal_attention/temporal_attention.ckpt"
8
 
9
  savename: null
10
 
 
1
  pretrained_model_path: "stable-diffusion-v1-5"
2
  pretrained_vae_path: "sd-vae-ft-mse"
3
+ pretrained_controlnet_path: "MagicAnimate/densepose_controlnet"
4
+ pretrained_appearance_encoder_path: "MagicAnimate/appearance_encoder"
5
  pretrained_unet_path: ""
6
 
7
+ motion_module: "MagicAnimate/temporal_attention/temporal_attention.ckpt"
8
 
9
  savename: null
10