Spaces:
Runtime error
Runtime error
update
Browse files- app.py +1 -1
- 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: "
|
4 |
-
pretrained_appearance_encoder_path: "
|
5 |
pretrained_unet_path: ""
|
6 |
|
7 |
-
motion_module: "
|
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 |
|