AEmotionStudio commited on
Commit
07706c9
·
verified ·
1 Parent(s): cf2fc95

Add MIT license file (MuseTalk, Tencent Music)

Browse files
Files changed (1) hide show
  1. LICENSE.md +41 -0
LICENSE.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # License
2
+
3
+ ## MuseTalk — MIT License
4
+
5
+ The MuseTalk model and code are licensed under the MIT License.
6
+
7
+ Copyright (c) 2024 Tencent Music Entertainment Group
8
+
9
+ Original repository: [TMElyralab/MuseTalk](https://github.com/TMElyralab/MuseTalk)
10
+
11
+ ### Dependency Licenses
12
+
13
+ | Component | License | Source |
14
+ |---|---|---|
15
+ | MuseTalk | MIT | [TMElyralab/MuseTalk](https://github.com/TMElyralab/MuseTalk) |
16
+ | sd-vae-ft-mse | MIT | [stabilityai/sd-vae-ft-mse](https://huggingface.co/stabilityai/sd-vae-ft-mse) |
17
+ | Whisper | MIT | [openai/whisper](https://github.com/openai/whisper) |
18
+ | face-parsing | MIT | [zllrunning/face-parsing.PyTorch](https://github.com/zllrunning/face-parsing.PyTorch) |
19
+ | DWPose | Apache 2.0 | [yzd-v/DWPose](https://huggingface.co/yzd-v/DWPose) |
20
+
21
+ ---
22
+
23
+ MIT License
24
+
25
+ Permission is hereby granted, free of charge, to any person obtaining a copy
26
+ of this software and associated documentation files (the "Software"), to deal
27
+ in the Software without restriction, including without limitation the rights
28
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29
+ copies of the Software, and to permit persons to whom the Software is
30
+ furnished to do so, subject to the following conditions:
31
+
32
+ The above copyright notice and this permission notice shall be included in all
33
+ copies or substantial portions of the Software.
34
+
35
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
38
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
39
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
40
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
41
+ SOFTWARE.