Add CC BY-NC 4.0 license file with dependency table
Browse files- LICENSE.md +29 -0
LICENSE.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# License
|
| 2 |
+
|
| 3 |
+
## MMAudio Model Checkpoints — CC BY-NC 4.0
|
| 4 |
+
|
| 5 |
+
The MMAudio model checkpoints in this repository are licensed under the
|
| 6 |
+
[Creative Commons Attribution-NonCommercial 4.0 International License](https://creativecommons.org/licenses/by-nc/4.0/).
|
| 7 |
+
|
| 8 |
+
Copyright (c) 2024 Sony Research Inc.
|
| 9 |
+
|
| 10 |
+
**You are free to:**
|
| 11 |
+
- **Share** — copy and redistribute the material in any medium or format
|
| 12 |
+
- **Adapt** — remix, transform, and build upon the material
|
| 13 |
+
|
| 14 |
+
**Under the following terms:**
|
| 15 |
+
- **Attribution** — You must give appropriate credit, provide a link to the license,
|
| 16 |
+
and indicate if changes were made.
|
| 17 |
+
- **NonCommercial** — You may not use the material for commercial purposes.
|
| 18 |
+
|
| 19 |
+
The full license text is available at: https://creativecommons.org/licenses/by-nc/4.0/legalcode
|
| 20 |
+
|
| 21 |
+
## Dependency Licenses
|
| 22 |
+
|
| 23 |
+
| Component | License | Source |
|
| 24 |
+
|---|---|---|
|
| 25 |
+
| MMAudio code | MIT | [hkchengrex/MMAudio](https://github.com/hkchengrex/MMAudio) |
|
| 26 |
+
| MMAudio checkpoints | CC BY-NC 4.0 | [hkchengrex/MMAudio](https://huggingface.co/hkchengrex/MMAudio) |
|
| 27 |
+
| BigVGAN | MIT | [nvidia/bigvgan_v2_44khz_128band_512x](https://huggingface.co/nvidia/bigvgan_v2_44khz_128band_512x) |
|
| 28 |
+
| CLIP (DFN5B) | Apple Research License | [apple/DFN5B-CLIP-ViT-H-14-384](https://huggingface.co/apple/DFN5B-CLIP-ViT-H-14-384) |
|
| 29 |
+
| Synchformer | MIT | [hkchengrex/MMAudio](https://huggingface.co/hkchengrex/MMAudio) |
|