drbaph commited on
Commit
cc55d87
1 Parent(s): 14327e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -5
README.md CHANGED
@@ -1,5 +1,45 @@
1
- ---
2
- license: other
3
- license_name: non-commercial
4
- license_link: LICENSE
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: non-commercial
4
+ license_link: LICENSE
5
+ language:
6
+ - en
7
+ library_name: diffusers
8
+ ---
9
+ # FLUX.1-schnell-dev-merged
10
+
11
+ This repository provides the merged .safetensors model file with the params as provided by [sayakpaul](https://huggingface.co/sayakpaul/FLUX.1-merged) for [`black-forest-labs/FLUX.1-dev`](https://huggingface.co/black-forest-labs/FLUX.1-dev)
12
+ and [`black-forest-labs/FLUX.1-schnell`](https://huggingface.co/black-forest-labs/FLUX.1-schnell). Please be aware of the licenses of both
13
+ the models before using the params commercially.
14
+
15
+ For ComfyUI place the model in
16
+
17
+ models\unet\
18
+
19
+ Inference Steps: 8
20
+ Guidance Scale: 3.5
21
+ Scheduler: Euler
22
+
23
+
24
+ <table>
25
+ <thead>
26
+ <tr>
27
+ <th>Dev (50 steps)</th>
28
+ <th>Dev (4 steps)</th>
29
+ <th>Dev + Schnell (4 steps)</th>
30
+ </tr>
31
+ </thead>
32
+ <tbody>
33
+ <tr>
34
+ <td>
35
+ <img src="./assets/flux.png" alt="Dev 50 Steps">
36
+ </td>
37
+ <td>
38
+ <img src="./assets/flux_4.png" alt="Dev 4 Steps">
39
+ </td>
40
+ <td>
41
+ <img src="./assets/merged_flux.png" alt="Dev + Schnell 4 Steps">
42
+ </td>
43
+ </tr>
44
+ </tbody>
45
+ </table>