File size: 3,492 Bytes
4e42a1b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108

```
|-- ckpts
|   |-- aniportrait
|   |   `-- motion_module.pth
|   |   `-- audio2mesh.pt
|   |   `-- film_net_fp16.pt
|   |   |-- sd-vae-ft-mse
|   |   |   `-- diffusion_pytorch_model.safetensors
|   |   |   `-- config.json
|   |   |   `-- diffusion_pytorch_model.bin
|   |   `-- denoising_unet.pth
|   |   `-- audio2pose.pt
|   |   `-- pose_guider.pth
|   |   |-- sd-image-variations-diffusers
|   |   |   `-- v1-montage.jpg
|   |   |   |-- scheduler
|   |   |   |   `-- scheduler_config.json
|   |   |   `-- README.md
|   |   |   `-- model_index.json
|   |   |   |-- unet
|   |   |   |   `-- config.json
|   |   |   |   `-- diffusion_pytorch_model.bin
|   |   |   |-- feature_extractor
|   |   |   |   `-- preprocessor_config.json
|   |   |   `-- v2-montage.jpg
|   |   |   |-- vae
|   |   |   |   `-- config.json
|   |   |   |   `-- diffusion_pytorch_model.bin
|   |   |   `-- alias-montage.jpg
|   |   |   `-- inputs.jpg
|   |   |   |-- safety_checker
|   |   |   |   `-- pytorch_model.bin
|   |   |   |   `-- config.json
|   |   |   `-- earring.jpg
|   |   |   `-- default-montage.jpg
|   |   |-- image_encoder
|   |   |   `-- pytorch_model.bin
|   |   |   `-- config.json
|   |   |-- stable-diffusion-v1-5
|   |   |   `-- model_index.json
|   |   |   `-- v1-inference.yaml
|   |   |   |-- unet
|   |   |   |   `-- config.json
|   |   |   |   `-- diffusion_pytorch_model.bin
|   |   |   |-- feature_extractor
|   |   |   |   `-- preprocessor_config.json
|   |   `-- reference_unet.pth
|   |   |-- wav2vec2-base-960h
|   |   |   `-- pytorch_model.bin
|   |   |   `-- README.md
|   |   |   `-- vocab.json
|   |   |   `-- config.json
|   |   |   `-- tf_model.h5
|   |   |   `-- tokenizer_config.json
|   |   |   `-- model.safetensors
|   |   |   `-- special_tokens_map.json
|   |   |   `-- preprocessor_config.json
|   |   |   `-- feature_extractor_config.json
|   |-- mofa
|   |   |-- traj_controlnet
|   |   |   `-- diffusion_pytorch_model.safetensors
|   |   |   `-- config.json
|   |   |-- stable-video-diffusion-img2vid-xt-1-1
|   |   |   |-- scheduler
|   |   |   |   `-- scheduler_config.json
|   |   |   `-- README.md
|   |   |   `-- model_index.json
|   |   |   |-- unet
|   |   |   |   `-- diffusion_pytorch_model.fp16.safetensors
|   |   |   |   `-- config.json
|   |   |   |-- feature_extractor
|   |   |   |   `-- preprocessor_config.json
|   |   |   |-- vae
|   |   |   |   `-- diffusion_pytorch_model.fp16.safetensors
|   |   |   |   `-- config.json
|   |   |   `-- LICENSE
|   |   |   `-- svd11.webp
|   |   |   |-- image_encoder
|   |   |   |   `-- config.json
|   |   |   |   `-- model.fp16.safetensors
|   |   |-- ldmk_controlnet
|   |   |   `-- diffusion_pytorch_model.safetensors
|   |   |   `-- config.json
|   |-- sad_talker
|   |   `-- SadTalker_V0.0.2_256.safetensors
|   |   |-- hub
|   |   `-- mapping_00229-model.pth.tar
|   |   |-- BFM_Fitting
|   |   |   `-- select_vertex_id.mat
|   |   |   `-- facemodel_info.mat
|   |   |   `-- BFM_exp_idx.mat
|   |   |   `-- BFM_model_front.mat
|   |   |   `-- 01_MorphableModel.mat
|   |   |   `-- similarity_Lm3D_all.mat
|   |   |   `-- BFM_front_idx.mat
|   |   |   `-- Exp_Pca.bin
|   |   |   `-- std_exp.txt
|   |   `-- SadTalker_V0.0.2_512.safetensors
|   |   `-- similarity_Lm3D_all.mat
|   |   `-- epoch_00190_iteration_000400000_checkpoint.pt
|   |   `-- mapping_00109-model.pth.tar
|   |-- gfpgan
|   |   `-- alignment_WFLW_4HG.pth
|   |   `-- parsing_parsenet.pth
|   |   `-- detection_Resnet50_Final.pth

```