flux-best-practices

Generates optimized prompts for BFL FLUX image generation and editing models.

Updated Sep 1, 2026
One-click install
npx skills add https://github.com/zamansepeti43/c-rak-agent --skill flux-best-practices-zamansepeti43
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flux-best-practices
Source: https://github.com/zamansepeti43/c-rak-agent/tree/main/video-engine/.agents/skills/flux-best-practices
Command: npx skills add https://github.com/zamansepeti43/c-rak-agent --skill flux-best-practices-zamansepeti43

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Writing effective prompts for FLUX image generation models requires knowing model-specific behaviors, and vague or incorrectly structured prompts produce mediocre images, wasted API credits, and failed text rendering. ## Core Features & Use Cases - Prompt Structure Guidance: Applies the subject-action-style-context-lighting-technical formula with positive-only descriptions, since FLUX does not support negative prompts. - Model Selection: Decision matrices for choosing among FLUX.2 [klein], [pro], [max], [flex], [dev] and FLUX.1 models based on speed, quality, cost, and typography needs. - Advanced Techniques: Covers JSON structured prompting, hex color specification, typography rendering, image-to-image editing, and multi-reference composition. - Use Case: A marketing team needs a product hero image with brand colors and readable headline text; the skill selects FLUX.2 [flex], specifies hex brand colors, and quotes the exact headline text. ## Quick Start Use the flux-best-practices skill to write a FLUX.2 prompt for a golden-hour product photo of headphones with the text "SUMMER SALE" in bold sans-serif.

Frequently Asked Questions about flux-best-practices

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write effective prompts for FLUX image generation?

Structure prompts as subject plus action, style, context, lighting, and technical details in descriptive prose of 30-80 words. FLUX prioritizes earlier words, so front-load the main subject and always specify lighting.

Which FLUX model should I use for my task?

Use FLUX.2 [klein] for speed, [max] for highest quality, [pro] for balanced production work, [flex] for typography, and [dev] for free local generation. All FLUX.2 models support image editing via reference images.

Does FLUX support negative prompts?

No, FLUX does not support negative prompts. Describe what you want instead: use "empty" or "deserted" rather than "no people", and "natural skin" rather than "no makeup".

How do I render readable text in FLUX images?

Use FLUX.2 [flex], which is optimized for typography. Always quote the exact text, specify font style such as serif or sans-serif, describe hierarchy and placement, and adjust steps and guidance for quality.

Can FLUX.2 edit existing images with reference images?

Yes, all FLUX.2 models support image-to-image editing via reference images passed as URLs to input_image. Klein supports up to 4 references, pro and flex up to 8, and max up to 8-10.

How do I specify exact brand colors in FLUX prompts?

Include hex codes in #RRGGBB format paired with descriptive color names, such as #FF6B6B (coral pink), and associate each color with a specific object. Limit palettes to 3-5 colors for best accuracy.