hengtuibabai commited on
Commit
b1a2b53
Β·
verified Β·
1 Parent(s): 58329d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -1,3 +1,39 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+
6
+ Download weights
7
+ You can download weights manually as follows:
8
+
9
+ Download our trained weights.
10
+
11
+ Download the weights of other components:
12
+
13
+ sd-vae-ft-mse
14
+ whisper
15
+ dwpose
16
+ face-parse-bisent
17
+ resnet18
18
+ Finally, these weights should be organized in models as follows:
19
+
20
+ ./models/
21
+ β”œβ”€β”€ musetalk
22
+ β”‚ └── musetalk.json
23
+ β”‚ └── pytorch_model.bin
24
+ β”œβ”€β”€ dwpose
25
+ β”‚ └── dw-ll_ucoco_384.pth
26
+ β”œβ”€β”€ face-parse-bisent
27
+ β”‚ β”œβ”€β”€ 79999_iter.pth
28
+ β”‚ └── resnet18-5c106cde.pth
29
+ β”œβ”€β”€ sd-vae-ft-mse
30
+ β”‚ β”œβ”€β”€ config.json
31
+ β”‚ └── diffusion_pytorch_model.bin
32
+ └── whisper
33
+ └── tiny.pt
34
+
35
+ Quicks
36
+
37
+
38
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/627cbf6a8fe174c2fc186494/ztM7mDL1qcOLGKsYNw4Ir.png)
39
+