Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,73 @@
|
|
| 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 |
+
---
|
| 6 |
+
# FLUX.1-schnell-dev-merged-fp8-4step
|
| 7 |
+
|
| 8 |
+
This repository provides the merged .safetensors model file with the params as provided by [Comfyorg](https://blog.comfy.org/august-2024-flux-support-new-frontend-for-loops-and-more/) for [`black-forest-labs/FLUX.1-dev`](https://huggingface.co/black-forest-labs/FLUX.1-dev)
|
| 9 |
+
and [`black-forest-labs/FLUX.1-schnell`](https://huggingface.co/black-forest-labs/FLUX.1-schnell). Please be aware of the licenses of both the models before using the weights commercially.
|
| 10 |
+
|
| 11 |
+
Weights were merged differently to my other merges
|
| 12 |
+
|
| 13 |
+
Flux.1-Dev double_blocks (MM-DiT) onto Flux.1-Schnell, then quantized to fp8 giving you a higher quality model that still runs in just 4 steps!
|
| 14 |
+
|
| 15 |
+
[model1 * value + model2 * (1 - value)]
|
| 16 |
+
|
| 17 |
+
<img src="./assets/4step.webp" alt="">
|
| 18 |
+
|
| 19 |
+
# This model also has merged VAE
|
| 20 |
+
|
| 21 |
+
For ComfyUI place the model in "models\checkpoints"
|
| 22 |
+
|
| 23 |
+
# Inference Steps: 4-8
|
| 24 |
+
# CFG: 1
|
| 25 |
+
# Sampler: Euler
|
| 26 |
+
# Schedulers: normal, sgm_uniform, simple, beta
|
| 27 |
+
|
| 28 |
+
<a href="https://huggingface.co/drbaph/FLUX.1-schnell-dev-merged/blob/main/ComfyUI%20Workflow/ComfyUI%20Workflow_Flux.1-Schnell-Dev-merged%20%2B%20Upscaler.json"
|
| 29 |
+
style="text-decoration: underline; color: blue; display: block; text-align: left;">
|
| 30 |
+
<h2 style="margin: 0;">ComfyUI Workflow + Upscaler</h2>
|
| 31 |
+
</a>
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
---
|
| 35 |
+
|
| 36 |
+
<table>
|
| 37 |
+
<thead>
|
| 38 |
+
<tr>
|
| 39 |
+
<th>Flux Merged 4 Step</th>
|
| 40 |
+
<th>Flux Merged 4 Step</th>
|
| 41 |
+
<th>Flux Merged 4 Step</th>
|
| 42 |
+
</tr>
|
| 43 |
+
</thead>
|
| 44 |
+
<tbody>
|
| 45 |
+
<tr>
|
| 46 |
+
<td>
|
| 47 |
+
<a href="https://huggingface.co/drbaph/FLUX.1-schnell-dev-merged/blob/main/ComfyUI%20Workflow/fluxUP_00034_.png">
|
| 48 |
+
<img src="./ComfyUI Workflow/fluxUP_00034_.png" alt="Flux Merged 4 Step">
|
| 49 |
+
</a>
|
| 50 |
+
</td>
|
| 51 |
+
<td>
|
| 52 |
+
<a href="https://huggingface.co/drbaph/FLUX.1-schnell-dev-merged/blob/main/ComfyUI%20Workflow/fluxUP_00036_.png">
|
| 53 |
+
<img src="./ComfyUI Workflow/fluxUP_00036_.png" alt="Flux Merged 4 Step">
|
| 54 |
+
</a>
|
| 55 |
+
</td>
|
| 56 |
+
<td>
|
| 57 |
+
<a href="https://huggingface.co/drbaph/FLUX.1-schnell-dev-merged/blob/main/ComfyUI%20Workflow/fluxUP_00037_.png">
|
| 58 |
+
<img src="./ComfyUI Workflow/fluxUP_00037_.png" alt="Flux Merged 4 Step">
|
| 59 |
+
</a>
|
| 60 |
+
</td>
|
| 61 |
+
</tr>
|
| 62 |
+
</tbody>
|
| 63 |
+
</table>
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
---
|
| 67 |
+
|
| 68 |
+
<a href="https://instagram.com/drbaph/">
|
| 69 |
+
<img src="./assets/drbaph.jpg" alt="@drbaph">
|
| 70 |
+
</a>
|
| 71 |
+
|
| 72 |
+
# License
|
| 73 |
+
This model falls under the [`FLUX.1 [dev]` Non-Commercial License](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).
|