🎨Master Text-to-Image Prompt Craft
Build an internal recipe for prompting diffusion models — subject, medium, style, lighting, weight, negative — so you can generate brand-aligned images on demand instead of copying random prompts from marketplaces.
Phase 1How Diffusion Models Actually Read Your Prompt
Discover why specificity steers diffusion models
A cat is not a prompt — it's a coin flip
6 minA cat is not a prompt — it's a coin flip
Every prompt is four ingredients in a trench coat
6 minEvery prompt is four ingredients in a trench coat
Photographers don't say 'nice light' — neither should you
7 minPhotographers don't say 'nice light' — neither should you
Copying a stranger's prompt borrows their taste, not their skill
6 minCopying a stranger's prompt borrows their taste, not their skill
Phase 2One Variable at a Time
Iterate one variable at a time per drop
Pick a base prompt boring enough to improve
6 minPick a base prompt boring enough to improve
Medium changes everything — try four to feel it
7 minMedium changes everything — try four to feel it
A 24mm wide-angle is a different story than an 85mm portrait
7 minA 24mm wide-angle is a different story than an 85mm portrait
Borrow a style without naming a living artist
7 minBorrow a style without naming a living artist
Weights and negatives are the steering wheel's fine adjustments
7 minWeights and negatives are the steering wheel's fine adjustments
Phase 3Match the Prompt to the Model
Match prompt style to each model's strengths
Midjourney rewards vibe — but only if you respect its house style
7 minMidjourney rewards vibe — but only if you respect its house style
Stable Diffusion rewards precision — and punishes laziness
8 minStable Diffusion rewards precision — and punishes laziness
Flux speaks natural language — write the caption, not the prompt
7 minFlux speaks natural language — write the caption, not the prompt
Pick the model before you write the prompt, not after
7 minPick the model before you write the prompt, not after
Phase 4Ship a Brand Hero Image
Generate and document a brand hero image
Generate a brand hero image and document every revision
8 minGenerate a brand hero image and document every revision
Frequently asked questions
- What does subject-medium-mood-lighting actually mean in a prompt?
- This is covered in the “Master Text-to-Image Prompt Craft” learning path. Start with daily 5-minute micro-lessons that build from fundamentals to hands-on application.
- Why do four-word prompts produce generic AI images?
- This is covered in the “Master Text-to-Image Prompt Craft” learning path. Start with daily 5-minute micro-lessons that build from fundamentals to hands-on application.
- How is Midjourney different from Stable Diffusion for prompting?
- This is covered in the “Master Text-to-Image Prompt Craft” learning path. Start with daily 5-minute micro-lessons that build from fundamentals to hands-on application.
- What is a negative prompt and when should I use one?
- This is covered in the “Master Text-to-Image Prompt Craft” learning path. Start with daily 5-minute micro-lessons that build from fundamentals to hands-on application.
- How do prompt weights work in diffusion models?
- This is covered in the “Master Text-to-Image Prompt Craft” learning path. Start with daily 5-minute micro-lessons that build from fundamentals to hands-on application.
Related paths
🎹Learn Diatonic Chords in a Major Key
Go from guessing which chords 'sound right together' to knowing exactly why. Build the seven diatonic chords from any major scale, read the pattern that makes every pop song work, and write an 8-bar section of your own.
🐍Python Decorators Introduction
Build one mental model for Python decorators that covers closures, argument passing, functools.wraps, and stacking — then ship a working caching or logging decorator from scratch in under 30 lines.
🦀Rust Lifetimes Explained
Stop reading `'a` as line noise and start reading it as scope arithmetic — one failing snippet at a time — until you can thread lifetimes through a small parser or iterator adapter without fighting the borrow checker.
📈Big O Intuition
Stop treating Big O as math you memorized for an interview — build the intuition to spot O(n²) disasters, pick the right data structure without thinking, and rewrite a slow function from O(n²) to O(n) in under five minutes.