Anibaaal commited on
Commit
0ed696f
1 Parent(s): c21c135

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -7
README.md CHANGED
@@ -16,15 +16,31 @@ tags:
16
 
17
  Merge of Schnell and Dev variants of the Flux.1 model, almost all block are set to different ratios so it's not a perfect proportion of each model.
18
 
19
- - Recommended 8 steps from brief testing, but works from 4+. If textures like skin looks overdone, reduce to 4 steps.
20
 
21
- - VAE and CLIP included in .safetensors file
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
 
23
  # Weights version comparison
24
  - *"Extreme closeup, frog face, star crystal structure, intricate designs, glowing hues. Extreme depth of field, celestial light, shimmering details, otherworldly charm, majestic elegance."*
25
  - Test parameters: 8 Steps, CFG 3.5, 1536x1536, seed 0
26
 
27
- ![Comparison](./FluxFusionDS_Samples/fp8-fp16-comparison.png)
28
 
29
  # Samples schnell-fusion-dev (fp8-e4m3fn)
30
  ![](./FluxFusionDS_Samples/1.png)
@@ -33,7 +49,9 @@ Merge of Schnell and Dev variants of the Flux.1 model, almost all block are set
33
  ![](./FluxFusionDS_Samples/4.png)
34
  ![](./FluxFusionDS_Samples/5.png)
35
 
36
- # Sample schnell-fusion-dev (compare weights)
37
- ![](./FluxFusionDS_Samples/6-fp8-e4m3fn.png)
38
- ![](./FluxFusionDS_Samples/6-fp8-e5m2.png)
39
- ![](./FluxFusionDS_Samples/6-fp16.png)
 
 
 
16
 
17
  Merge of Schnell and Dev variants of the Flux.1 model, almost all block are set to different ratios so it's not a perfect proportion of each model.
18
 
19
+ Recommended 4-8 steps.
20
 
21
+ ----
22
+
23
+ # Important
24
+
25
+ **All in one versions** include VAE and CLIP (fp8).
26
+ **UNET versions** (Model only) need text encoders and vae, downloads:
27
+ - Text Encoders: https://huggingface.co/comfyanonymous/flux_text_encoders/tree/main
28
+ - VAE: https://huggingface.co/black-forest-labs/FLUX.1-schnell/tree/main/vae
29
+
30
+ **GGUF versions (Q4, Q5, Q8)** require a custom node to work in comfy: https://github.com/city96/ComfyUI-GGUF
31
+
32
+ **BNB versions (NF4, FP4)** require a custom node to work in comfy:
33
+
34
+ - All in one versions: https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4
35
+ - UNET versions: https://github.com/DenkingOfficial/ComfyUI_UNet_bitsandbytes_NF4
36
+
37
+ ----
38
 
39
  # Weights version comparison
40
  - *"Extreme closeup, frog face, star crystal structure, intricate designs, glowing hues. Extreme depth of field, celestial light, shimmering details, otherworldly charm, majestic elegance."*
41
  - Test parameters: 8 Steps, CFG 3.5, 1536x1536, seed 0
42
 
43
+ ![Comparison](./FluxFusionDS_Samples/fusion1.png)
44
 
45
  # Samples schnell-fusion-dev (fp8-e4m3fn)
46
  ![](./FluxFusionDS_Samples/1.png)
 
49
  ![](./FluxFusionDS_Samples/4.png)
50
  ![](./FluxFusionDS_Samples/5.png)
51
 
52
+ # Samples comparing Fusion versions
53
+ ![](./FluxFusionDS_Samples/fusion2.png)
54
+ ![](./FluxFusionDS_Samples/fusion3.png)
55
+ ![](./FluxFusionDS_Samples/fusion4.png)
56
+ ![](./FluxFusionDS_Samples/fusion5.png)
57
+ ![](./FluxFusionDS_Samples/fusion6.png)