Diffusers
English
condzero commited on
Commit
91c3cf7
·
verified ·
1 Parent(s): 2e8f53f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -15
README.md CHANGED
@@ -1,16 +1,24 @@
1
- ---
2
- license: other
3
- license_name: flux-1-dev-non-commercial-license
4
- license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/resolve/main/LICENSE.mdlanguage:
5
- - en
6
-
7
- The following merged model would not have been possible were it not for
8
- the efforts of people devoted to further advancing text to image modeling and generation.
9
-
10
- `float16` transformer weights of a 50/50 merge of the following (2) models:
11
-
12
- https://civitai.com/models/978314 (UltraReal Fine-Tune)
13
-
14
- https://civitai.com/models/966796 (Lumiere Alpha from Aixonlab)
15
-
 
 
 
 
 
 
 
 
16
  This author gratefully acknowledges the authors for the above models!!
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: diffusers
5
+ license: other
6
+ license_name: flux-1-dev-non-commercial-license
7
+ license_link: LICENSE.md
8
+ base_model:
9
+ - black-forest-labs/FLUX.1-dev
10
+ - black-forest-labs/FLUX.1-schnell
11
+ base_model_relation: merge
12
+ ---
13
+ # flux1d-merge-model
14
+
15
+ The following merged model would not have been possible were it not for
16
+ the efforts of people devoted to further advancing text to image modeling and generation.
17
+
18
+ `float16` transformer weights of a 50/50 merge of the following (2) models:
19
+
20
+ https://civitai.com/models/978314 (UltraReal Fine-Tune)
21
+
22
+ https://civitai.com/models/966796 (Lumiere Alpha from Aixonlab)
23
+
24
  This author gratefully acknowledges the authors for the above models!!