Update README.md
Browse files
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 |
+

|
39 |
+
|