flux2-klein-promptinglisted
Install: claude install-skill AnastasiyaW/claude-code-config
# FLUX.2 [klein] — Prompt Engineering Guide
## Core principle: prose, not tags
Official BFL prompting guide requires **connected prose**, not keyword lists.
Write: who/what is in the image, where, in what style, materials/light/camera, and — for editing — what must remain unchanged.
---
## Model variants quick reference
| Axis | Options | Notes |
|---|---|---|
| Size | 4B / 9B | 9B better for complex instructions; 4B fastest |
| Mode | Distilled / Base | Distilled = 4 steps, CFG≈1.0; Base = 50 steps, CFG≈4.0 |
| License | 4B Apache-2.0 / 9B Non-Commercial | Check before commercial use |
| Task | T2I / Edit (I2I) / Multi-reference | Edit requires `input_image`; up to 4 ref images via API |
**9B uses Qwen3 8B text embedder** → solid multilingual support (Russian works natively).
---
## Prompt structure
### T2I (text-to-image)
1. **Subject** — who/what, key attributes
2. **Scene/context** — where, time of day, surroundings
3. **Composition** — framing, angle, background
4. **Light/materials** — source, softness, reflections, texture
5. **Style/genre** — photorealism, illustration, catalog, poster, UI
6. **Text in image** (if needed) — exact string in quotes + position/font
### Edit (I2I, no mask)
1. **Base anchor** — "This exact image but…"
2. **What to change** — object / background / text / color / material
3. **What to preserve** — face, lighting, style, perspective, brand elements
4. **Multi-reference** — reference by "image 2 / image 3", keep prompt concise
---