Text-to-Image
English
bkhomych commited on
Commit
6a3d3fd
·
verified ·
1 Parent(s): 263175d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -1
README.md CHANGED
@@ -9,4 +9,44 @@ language:
9
  base_model:
10
  - black-forest-labs/FLUX.1-dev
11
  pipeline_tag: text-to-image
12
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  base_model:
10
  - black-forest-labs/FLUX.1-dev
11
  pipeline_tag: text-to-image
12
+ ---
13
+
14
+ # Flux Open Schnell
15
+
16
+ A high-speed, distilled text-to-image model based on the state-of-the-art **Flux Dev** architecture. Comparable in quality to Flux Schnell but optimized for real-time use.
17
+
18
+ ---
19
+
20
+ ## Model Overview
21
+
22
+ - **Base model**: Flux Dev (state-of-the-art text-to-image generator)
23
+ - **Distillation**: Reverse-engineered reproduction of the Flux Schnell pipeline
24
+ - **Inference speed**: ~3–4 seconds per image (4 sampling steps)
25
+ - **Use case**: Real-time and scalable applications requiring high-quality image generation
26
+
27
+ ---
28
+
29
+ ## Features
30
+ - **Fast**: Only 4 sampling steps for near-instant generation
31
+ - **Faithful**: Maintains visual fidelity of the original Flux Dev
32
+ - **Open & Reproducible**: Full distillation pipeline published in our blog
33
+
34
+ ---
35
+
36
+ ## Training & Distillation Details
37
+
38
+ ### Model preparation
39
+ - Loaded Flux Dev checkpoints
40
+ - Configured student–teacher setup
41
+
42
+ ### Distillation process
43
+ - Optimized training loop to match Flux Schnell performance
44
+ - 4 sampling-step schedule
45
+
46
+ ### Evaluation
47
+ - Benchmarking against Flux Schnell on standard text-to-image metrics
48
+ - Visual quality validated on diverse prompts
49
+
50
+ For the full tutorial, see our webinar:
51
+ https://www.linkedin.com/events/r-dtalk-217330157774300954624/about/
52
+