OlegSkutte commited on
Commit
5575eb2
·
verified ·
1 Parent(s): 15cd52c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - black-forest-labs/FLUX.2-klein-4B
5
+ pipeline_tag: text-to-image
6
+ ---
7
+
8
+ ## .gguf quantized version of https://huggingface.co/black-forest-labs/FLUX.2-klein-4B
9
+
10
+ ### Recommended settings for Dreamio:
11
+ - Dimensions = 512 x 512
12
+ - Sampling steps = 4
13
+ - Classifier-free guidance scale = 1,00
14
+ - Sampler = EULER
15
+ - Scheduler = SMOOTHSTEP
16
+ - TAESD = taef2
17
+
18
+ The GGUF file includes diffusion model (UNET), text encoder (LLM), and autoencoder (VAE), so you don't need to specify them separately.