hungchiayu
commited on
Create LICENSE.md
Browse files- LICENSE.md +51 -0
LICENSE.md
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# LICENSE
|
2 |
+
|
3 |
+
## 1. Model & License Summary
|
4 |
+
|
5 |
+
This repository contains **TangoFlux** (the “Model”) created for **non-commercial, research-only** purposes under the **UK data copyright exemption**. The Model is subject to:
|
6 |
+
|
7 |
+
1. The **Stability AI Community License Agreement**, provided in the file ```STABILITY_AI_COMMUNITY_LICENSE.md```.
|
8 |
+
2. The **WavCaps** license requirement: **only academic uses** are permitted for data sourced from WavCaps.
|
9 |
+
3. The **original licenses** of the datasets used in training.
|
10 |
+
|
11 |
+
By using or distributing this Model, you **agree** to adhere to all applicable licenses and restrictions, as summarized below.
|
12 |
+
|
13 |
+
---
|
14 |
+
|
15 |
+
## 2. Stability AI Community License Requirements
|
16 |
+
|
17 |
+
- You must comply with the **Stability AI Community License Agreement** (the “Agreement”) for any usage, distribution, or modification of this Model.
|
18 |
+
- **Non-Commercial Use**: This Model is for research and academic purposes only. Any commercial usage requires registering with Stability AI or obtaining a separate commercial license.
|
19 |
+
- **Attribution & Notice**:
|
20 |
+
- Retain the notice:
|
21 |
+
```
|
22 |
+
This Stability AI Model is licensed under the Stability AI Community License, Copyright © Stability AI Ltd. All Rights Reserved.
|
23 |
+
```
|
24 |
+
- Clearly display “Powered by Stability AI” if you build upon or showcase this Model.
|
25 |
+
- **Disclaimer & Liability**: This Model is provided **“AS IS”** with **no warranties**. Neither we nor Stability AI will be liable for any claim or damages related to Model use.
|
26 |
+
|
27 |
+
See ```STABILITY_AI_COMMUNITY_LICENSE.md``` for the full text.
|
28 |
+
|
29 |
+
---
|
30 |
+
|
31 |
+
## 3. WavCaps & Dataset Usage
|
32 |
+
|
33 |
+
- **Academic-Only for WavCaps**: By accessing any WavCaps-sourced data (including audio clips via provided links), you agree to use them **strictly for non-commercial, academic research** in accordance with WavCaps’ terms.
|
34 |
+
- **WavCaps Audio**: Each WavCaps audio subset has its own license terms. **You** are responsible for reviewing and complying with those licenses, including attribution requirements on your end.
|
35 |
+
|
36 |
+
---
|
37 |
+
|
38 |
+
## 4. UK Data Copyright Exemption
|
39 |
+
|
40 |
+
This Model was developed under the **UK data copyright exemption for non-commercial research**. Distribution or use outside these bounds must **not** violate that exemption or infringe on any underlying dataset’s license.
|
41 |
+
|
42 |
+
---
|
43 |
+
|
44 |
+
## 5. Further Information
|
45 |
+
|
46 |
+
- **Stability AI License Terms**: <https://stability.ai/community-license>
|
47 |
+
- **WavCaps License**: <https://github.com/XinhaoMei/WavCaps?tab=readme-ov-file#license>
|
48 |
+
|
49 |
+
---
|
50 |
+
|
51 |
+
**End of License**.
|