Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,24 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
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!!
|