Prompting Tips for Flux2/Klein with Qwen‑Based Text Encoder
Structure prompts as clear sentences with ownership for the Qwen‑based TE in Flux2/Klein to maximize relationship encoding.
Rewrite your prompts using the suggested sentence structure and avoid weight tags to improve output quality.
Summary
Flux2/Klein now uses a Qwen‑based text encoder that wraps prompts in a chat template, tokenizes with Qwen2, and encodes with a Qwen3 8B model. The encoder stacks hidden layers 9, 18, and 27 into conditioning, and Flux2’s transformer cross‑attends to this representation. Classic CLIP‑style weight tags are disabled, so emphasis via weight syntax is ineffective. The recommended prompt structure is sentence‑based with clear ownership, avoiding comma‑tag soups and repeated words.
Identity transfer workflows benefit from keeping the subject constant and only changing scene or pose elements. The guide advises against asking the text encoder to redefine the subject too much. For best results, prompts should be broken into identity, scene, pose, clothing, framing, and lighting sections.
The article provides a detailed example and explains why the Qwen‑style encoding prefers relational sentences over bag‑of‑tags.
Key changes
- Qwen chat template wrapping
- Qwen2 tokenizer
- Qwen3 8B text encoder
- hidden layers 9/18/27 stacked
- cross‑attention to Flux2
- weight tags disabled
- recommended sentence‑based prompt structure
- identity transfer guidance