Add FLUX Attribution Notice (License §3.b)
Browse files
NOTICE.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# NOTICE — FLUX.2-klein-9B redistribution
|
| 2 |
+
|
| 3 |
+
This repository (`partridge-systems/Flux2Klein`) redistributes the
|
| 4 |
+
FLUX.2-klein-9B model weights from
|
| 5 |
+
[`black-forest-labs/FLUX.2-klein-9B`](https://huggingface.co/black-forest-labs/FLUX.2-klein-9B)
|
| 6 |
+
for **research purposes only**.
|
| 7 |
+
|
| 8 |
+
## Attribution Notice (required by FLUX Non-Commercial License v2.1, §3.b)
|
| 9 |
+
|
| 10 |
+
> This FLUX Model is licensed by Black Forest Labs Inc. under the FLUX
|
| 11 |
+
> Non-Commercial License. Copyright Black Forest Labs Inc. IN NO EVENT SHALL
|
| 12 |
+
> BLACK FOREST LABS INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
| 13 |
+
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
|
| 14 |
+
> OR IN CONNECTION WITH USE OF THIS MODEL.
|
| 15 |
+
|
| 16 |
+
The weights are unmodified. The wrapping `Flux2Klein` SDK class
|
| 17 |
+
(`flux2_klein.py`) is original work by partridge-systems and does not
|
| 18 |
+
constitute a Derivative of the FLUX Model under the License.
|
| 19 |
+
|
| 20 |
+
## Use restrictions (FLUX Non-Commercial License v2.1, §2.b and §4)
|
| 21 |
+
|
| 22 |
+
This redistribution is solely for **non-commercial research, testing, and
|
| 23 |
+
evaluation in a non-production environment**.
|
| 24 |
+
|
| 25 |
+
The following are **prohibited** and not granted by accessing this repository:
|
| 26 |
+
|
| 27 |
+
- Commercial or production use
|
| 28 |
+
- Military use
|
| 29 |
+
- Surveillance (including R&D for surveillance)
|
| 30 |
+
- Biometric processing
|
| 31 |
+
- Generation of unlawful content
|
| 32 |
+
|
| 33 |
+
If you require a commercial license, contact Black Forest Labs:
|
| 34 |
+
<https://bfl.ai/licensing>.
|
| 35 |
+
|
| 36 |
+
## Full license
|
| 37 |
+
|
| 38 |
+
See `LICENSE.md` in this repository.
|