rangm commited on
Commit
accd1a5
1 Parent(s): 85d5083

Update configs/prompts/animation.yaml

Browse files
Files changed (1) hide show
  1. configs/prompts/animation.yaml +2 -2
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/denoising_unet.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.pth"
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"