woerns commited on
Commit
787f337
·
verified ·
1 Parent(s): 9178844

Mirror MuseTalk V1.5 + deps from upstream (A.I.M.I Stage 2)

Browse files
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - lip-sync
5
+ - musetalk
6
+ - talking-head
7
+ - mirror
8
+ library_name: pytorch
9
+ ---
10
+
11
+ # MuseTalk Mirror (A.I.M.I)
12
+
13
+ Mirror of [TMElyralab/MuseTalk](https://huggingface.co/TMElyralab/MuseTalk) V1.5 plus its inference-time dependencies, re-hosted for stable URLs inside the [A.I.M.I](https://aimi.app) desktop product. Contents are unmodified.
14
+
15
+ MuseTalk re-syncs the lips of an existing video to match a new audio track (mouth-region editing, rest of frame passes through). Pairs with our TTS + Voice-Clone stack for full "text → lip-synced video" workflows.
16
+
17
+ ## Files
18
+
19
+ | Folder / File | Upstream | Size | Purpose |
20
+ |---|---|---|---|
21
+ | `musetalkV15/unet.pth` | TMElyralab/MuseTalk | 3.24 GB | MuseTalk V1.5 UNet weights |
22
+ | `musetalkV15/musetalk.json` | TMElyralab/MuseTalk | 748 B | UNet config |
23
+ | `sd-vae-ft-mse/diffusion_pytorch_model.bin` | stabilityai/sd-vae-ft-mse | 319 MB | VAE for face latents |
24
+ | `sd-vae-ft-mse/config.json` | stabilityai/sd-vae-ft-mse | 547 B | VAE config |
25
+ | `whisper/pytorch_model.bin` | openai/whisper-tiny | 144 MB | Audio feature extraction (tiny) |
26
+ | `dwpose/dw-ll_ucoco_384.pth` | yzd-v/DWPose | 388 MB | Face bbox + pose detection |
27
+ | `face-parse-bisent/79999_iter.pth` | ManyOtherFunctions/face-parse-bisent | 51 MB | BiSeNet face-region parser |
28
+ | `face-parse-bisent/resnet18-5c106cde.pth` | pytorch.org/models | 45 MB | ResNet18 backbone for face-parser |
29
+
30
+ Total: ~4.1 GB.
31
+
32
+ ## Licenses
33
+
34
+ | Component | License |
35
+ |---|---|
36
+ | MuseTalk | MIT (Tencent Music Entertainment Lyra Lab) |
37
+ | SD-VAE-ft-MSE | CreativeML Open RAIL-M (Stability AI) |
38
+ | Whisper | MIT (OpenAI) |
39
+ | DWPose | Apache 2.0 |
40
+ | face-parse-bisent | MIT |
41
+ | ResNet18 (pretrained) | BSD-3-Clause (PyTorch / Facebook) |
42
+
43
+ All components are commercial-use-compatible. Redistributed unchanged. See upstream repos for full license texts.
44
+
45
+ ## Attribution
46
+
47
+ - **MuseTalk**: Yue Zhang, Minhao Liu, Zhaokang Chen, Bin Wu, Yubin Zeng, Chao Zhan, Yingjie He, Junxin Huang, Wenjiang Zhou — *MuseTalk: Real-Time High Quality Lip Synchronization with Latent Space Inpainting* (2024).
48
+ - **Whisper**: Alec Radford et al. — *Robust Speech Recognition via Large-Scale Weak Supervision* (OpenAI, 2022).
49
+ - **DWPose**: Zhendong Yang, Ailing Zeng, Chun Yuan, Yu Li — *Effective Whole-body Pose Estimation with Two-stages Distillation* (ICCV 2023).
50
+ - **BiSeNet**: Changqian Yu et al. — *BiSeNet: Bilateral Segmentation Network for Real-time Semantic Segmentation* (ECCV 2018).
dwpose/dw-ll_ucoco_384.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d9408b13cd863c4e95a149dd31232f88f2a12aa6cf8964ed74d7d97748c7a07
3
+ size 406878486
face-parse-bisent/79999_iter.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:468e13ca13a9b43cc0881a9f99083a430e9c0a38abd935431d1c28ee94b26567
3
+ size 53289463
face-parse-bisent/resnet18-5c106cde.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c106cde386e87d4033832f2996f5493238eda96ccf559d1d62760c4de0613f8
3
+ size 46827520
musetalkV15/musetalk.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.6.0.dev0",
4
+ "act_fn": "silu",
5
+ "attention_head_dim": 8,
6
+ "block_out_channels": [
7
+ 320,
8
+ 640,
9
+ 1280,
10
+ 1280
11
+ ],
12
+ "center_input_sample": false,
13
+ "cross_attention_dim": 384,
14
+ "down_block_types": [
15
+ "CrossAttnDownBlock2D",
16
+ "CrossAttnDownBlock2D",
17
+ "CrossAttnDownBlock2D",
18
+ "DownBlock2D"
19
+ ],
20
+ "downsample_padding": 1,
21
+ "flip_sin_to_cos": true,
22
+ "freq_shift": 0,
23
+ "in_channels": 8,
24
+ "layers_per_block": 2,
25
+ "mid_block_scale_factor": 1,
26
+ "norm_eps": 1e-05,
27
+ "norm_num_groups": 32,
28
+ "out_channels": 4,
29
+ "sample_size": 64,
30
+ "up_block_types": [
31
+ "UpBlock2D",
32
+ "CrossAttnUpBlock2D",
33
+ "CrossAttnUpBlock2D",
34
+ "CrossAttnUpBlock2D"
35
+ ]
36
+ }
musetalkV15/unet.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ebf6c98c181e20838e4c0054e96e944ac60d5d692cc01db42839fe11b787007
3
+ size 3400074924
sd-vae-ft-mse/config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.4.2",
4
+ "act_fn": "silu",
5
+ "block_out_channels": [
6
+ 128,
7
+ 256,
8
+ 512,
9
+ 512
10
+ ],
11
+ "down_block_types": [
12
+ "DownEncoderBlock2D",
13
+ "DownEncoderBlock2D",
14
+ "DownEncoderBlock2D",
15
+ "DownEncoderBlock2D"
16
+ ],
17
+ "in_channels": 3,
18
+ "latent_channels": 4,
19
+ "layers_per_block": 2,
20
+ "norm_num_groups": 32,
21
+ "out_channels": 3,
22
+ "sample_size": 256,
23
+ "up_block_types": [
24
+ "UpDecoderBlock2D",
25
+ "UpDecoderBlock2D",
26
+ "UpDecoderBlock2D",
27
+ "UpDecoderBlock2D"
28
+ ]
29
+ }
sd-vae-ft-mse/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b4889b6b1d4ce7ae320a02dedaeff1780ad77d415ea0d744b476155c6377ddc
3
+ size 334707217
whisper/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9607f98a2b22d9e229ae43c52ecea79dcede9e0c5cfae67e8da6eda86d8aac1d
3
+ size 151095027