Spaces:
Runtime error
Runtime error
Update configs/prompts/animation.yaml
Browse files
configs/prompts/animation.yaml
CHANGED
|
@@ -4,10 +4,10 @@ pretrained_vae_path: "./pretrained_weights/sd-vae-ft-mse/"
|
|
| 4 |
audio_model_path: "./pretrained_weights/audio_processor/whisper_tiny.pt"
|
| 5 |
|
| 6 |
## echo mimic checkpoint
|
| 7 |
-
denoising_unet_path: "./pretrained_weights/
|
| 8 |
reference_unet_path: "./pretrained_weights/reference_unet.pth"
|
| 9 |
face_locator_path: "./pretrained_weights/face_locator.pth"
|
| 10 |
-
motion_module_path: "./pretrained_weights/
|
| 11 |
|
| 12 |
## deonise model configs
|
| 13 |
inference_config: "./configs/inference/inference_v2.yaml"
|
|
|
|
| 4 |
audio_model_path: "./pretrained_weights/audio_processor/whisper_tiny.pt"
|
| 5 |
|
| 6 |
## echo mimic checkpoint
|
| 7 |
+
denoising_unet_path: "./pretrained_weights/denoising_unet_acc.pth"
|
| 8 |
reference_unet_path: "./pretrained_weights/reference_unet.pth"
|
| 9 |
face_locator_path: "./pretrained_weights/face_locator.pth"
|
| 10 |
+
motion_module_path: "./pretrained_weights/motion_module_acc.pth"
|
| 11 |
|
| 12 |
## deonise model configs
|
| 13 |
inference_config: "./configs/inference/inference_v2.yaml"
|