danielhanchen commited on
Commit
c55d895
·
verified ·
1 Parent(s): 7df1afa

Correct the licence documentation

Browse files
Files changed (1) hide show
  1. NOTICE +17 -10
NOTICE CHANGED
@@ -1,10 +1,13 @@
1
  This FLUX Model is licensed by Black Forest Labs Inc. under the FLUX Non-Commercial License. Copyright Black Forest Labs Inc. IN NO EVENT SHALL BLACK FOREST LABS INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH USE OF THIS MODEL.
2
 
3
- MODIFICATION STATEMENT (FLUX Non-Commercial License v2.1, section 3(c)(i)): the files in
4
- this repository are a single-file repack of FLUX.2 [dev]. The VAE and the Mistral-Small
5
- conditioner have been extracted from the diffusers layout of
6
- black-forest-labs/FLUX.2-dev into standalone safetensors files with ComfyUI key names,
7
- and the conditioner is stored in bfloat16. That repack is Comfy-Org's work
 
 
 
8
  (https://huggingface.co/Comfy-Org/flux2-dev), not Black Forest Labs's and not Unsloth's.
9
 
10
  Unsloth has not modified the weights: every file here is byte for byte the file of the same name in the source repository (verified on the Hub's LFS sha256).
@@ -13,8 +16,12 @@ This repository is not an official Black Forest Labs or ComfyUI product and is n
13
  endorsed, approved or validated by either. Use is non-commercial only, on the terms in
14
  LICENSE.md, which Unsloth neither adds to nor subtracts from.
15
 
16
- Third-party materials: the conditioner is Mistral-Small-3.2-24B, released by Mistral AI
17
- under Apache-2.0 (https://huggingface.co/mistralai/Mistral-Small-3.2-24B-Instruct-2506).
18
- Black Forest Labs distributes it as a component of FLUX.2 [dev] and states no separate
19
- licence for it on the FLUX.2 [dev] model card, so this mirror carries the FLUX terms for
20
- the whole repository.
 
 
 
 
 
1
  This FLUX Model is licensed by Black Forest Labs Inc. under the FLUX Non-Commercial License. Copyright Black Forest Labs Inc. IN NO EVENT SHALL BLACK FOREST LABS INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH USE OF THIS MODEL.
2
 
3
+ Any rights to use the FLUX Model and/or Derivatives are granted directly by Black Forest
4
+ Labs Inc. to you pursuant to the FLUX Non-Commercial License, a copy of which is in
5
+ LICENSE.md in this repository. Unsloth grants you no rights in the FLUX Model.
6
+
7
+ MODIFICATION STATEMENT (FLUX Non-Commercial License v2.1, section 3(c)(i)): the file in
8
+ this repository is a single-file repack of the FLUX.2 [dev] conditioner, extracted from
9
+ the diffusers layout of black-forest-labs/FLUX.2-dev into one standalone safetensors file
10
+ with ComfyUI key names and stored in bfloat16. That repack is Comfy-Org's work
11
  (https://huggingface.co/Comfy-Org/flux2-dev), not Black Forest Labs's and not Unsloth's.
12
 
13
  Unsloth has not modified the weights: every file here is byte for byte the file of the same name in the source repository (verified on the Hub's LFS sha256).
 
16
  endorsed, approved or validated by either. Use is non-commercial only, on the terms in
17
  LICENSE.md, which Unsloth neither adds to nor subtracts from.
18
 
19
+ Third-party materials (FLUX Non-Commercial License v2.1, section 9): the conditioner is
20
+ Mistral-Small-3.2-24B, released by Mistral AI under Apache-2.0
21
+ (https://huggingface.co/mistralai/Mistral-Small-3.2-24B-Instruct-2506). Black Forest Labs
22
+ distributes it as a component of FLUX.2 [dev] and states no separate licence for it on the
23
+ FLUX.2 [dev] model card, so this mirror carries the FLUX terms.
24
+
25
+ The FLUX.2 autoencoder is NOT here. Black Forest Labs released it separately under
26
+ Apache-2.0, so it is mirrored under those terms at
27
+ https://huggingface.co/unsloth/FLUX.2-VAE rather than bundled under the terms above.