Add LICENSE and NOTICE
Browse files- LICENSE.md +23 -0
- NOTICE.md +14 -0
LICENSE.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# CreativeML Open RAIL-M License
|
2 |
+
|
3 |
+
## Preamble
|
4 |
+
|
5 |
+
This software and its models are subject to the terms of the CreativeML Open RAIL-M License. The use, reproduction, and distribution of the software and models must comply with the conditions set out in this license.
|
6 |
+
|
7 |
+
## Key Clauses:
|
8 |
+
|
9 |
+
1. **Non-Commercial and Restricted Commercial Use:** The model may be used for commercial and non-commercial purposes, provided that the end use complies with the use restrictions listed below.
|
10 |
+
2. **Use Restrictions:** The model **may not be used** to:
|
11 |
+
* Generate or disseminate content that is illegal, harmful, or promotes violence, hatred, discrimination, exploitation, child sexual abuse, or terrorism.
|
12 |
+
* Generate sexually explicit content unless it is for educational or health purposes.
|
13 |
+
* Generate content that defames, harasses, or threatens others.
|
14 |
+
* Generate personally identifiable information.
|
15 |
+
* Impersonate individuals without their consent.
|
16 |
+
* Generate spam, "phishing" content, or malware.
|
17 |
+
* Spread misinformation or propaganda.
|
18 |
+
3. **No Redistribution of the Original Model:** The model as provided must not be redistributed independently. If you want to share it, you must do so with a link to the original source and this license.
|
19 |
+
4. **Attribution:** If you create a service based on this model, you must include the license and make it visible to end-users.
|
20 |
+
|
21 |
+
For the full license terms, please refer to the original text at the following link:
|
22 |
+
|
23 |
+
**CreativeML Open RAIL-M License:** [https://huggingface.co/spaces/CompVis/stable-diffusion-license](https://huggingface.co/spaces/CompVis/stable-diffusion-license)
|
NOTICE.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# NOTICE
|
2 |
+
|
3 |
+
This checkpoint of the vocoder model is created by usamireko.
|
4 |
+
It was trained using the following resources:
|
5 |
+
|
6 |
+
- Code based on Scarfmonster/HiFiPLN[](https://github.com/Scarfmonster/HiFiPLN), licensed under the MIT License.
|
7 |
+
|
8 |
+
- VocalSet Dataset (DOI: 10.5281/zenodo.1442513), licensed under Creative Commons Attribution 4.0 International (CC-BY 4.0), by Julia Wilkins et al., Northwestern University.
|
9 |
+
|
10 |
+
- Cantoría Dataset (DOI: 10.5281/zenodo.5878677), licensed under Creative Commons Attribution 4.0 International (CC-BY 4.0), by Helena Cuesta et al., Universitat Pompeu Fabra.
|
11 |
+
|
12 |
+
- A private dataset provided by Spoopy☆Ace/SpoopyAce, used with explicit permission.
|
13 |
+
|
14 |
+
This Model is provided "AS IS" without warranties or conditions of any kind. See the LICENSE file for details, including use restrictions for responsible AI practices.
|