You ask Gemini to draw an image and get either “feature unavailable”, no Generate button at all, or “I can’t generate that image”. The pipeline runs Imagen 3 / 4 behind three gates: regional rollout (some regions still blocked), account tier (free vs Advanced have different capabilities), and the safety filter (people / brands / sensitive themes refused).
To unblock image gen, handle each gate.
Common causes
By frequency:
1. Safety filter rejects real people / brands (most common)
Gemini refuses by default:
- Named real people (“Taylor Swift in a swimsuit”)
- Recognizable brands (“Nike logo”, “iPhone”)
- IP infringement / real faces / politically sensitive
- Weapons / violence / sexual content
- Minors + any sensitive context
How to judge: response says “I can’t create images of real people” / “I can’t generate that image”.
2. Region not rolled out
Image gen rolls out by region. As of 2026 most regions are live, but Russia, Iran, and EU AI Act-restricted features remain limited in places.
How to judge: no image-gen entry exists in the UI; text prompts can’t trigger drawing.
3. Free vs Advanced capabilities
| Tier | Text-to-image | Imagen 4 | Aspect ratio | Real-people (fictional) |
|---|---|---|---|---|
| Free | ✅ ~10/day | ❌ | Limited | Strict |
| AI Premium | ✅ Higher cap | ✅ | ✅ | Looser but still gated |
| Workspace | IT-set | IT-set | IT-set | Strict |
How to judge: account shows “Free” at one.google.com/about/ai-premium + you exceeded the daily limit.
4. Workspace policy disabled image gen
IT can globally disable, citing copyright / brand risk.
How to judge: personal works, work doesn’t.
5. Prompt contains infringement language
"in the style of Studio Ghibli", "like a Disney character", "Coca-Cola ad" — refused.
6. Browser extension blocks image endpoint
Imagen uses a separate endpoint (imagen.google.com subdomain); extensions may block it.
Shortest path to fix
Step 1: Rewrite prompt around the safety filter
Principle: describe traits, don’t name names.
| Original | Rewrite |
|---|---|
| Taylor Swift singing | A blonde 30s woman singing on stage |
| Apple iPhone | A modern smartphone with a glass back |
| Disney princess | A princess in fairytale storybook style |
| Studio Ghibli style | Cozy hand-painted animation style with soft pastel colors |
| Coca-Cola ad | A vintage red soda bottle advertisement |
Rules:
- Use trait descriptions instead of proper names
- Replace “in the style of
{brand}” with concrete visual style words (“hand-painted”, “watercolor”, “art deco”) - Drop “like Pixar / Disney / Marvel”
Step 2: Check tier and upgrade
one.google.com/about/ai-premium
Check current tier
Free + exceeded daily → wait until next day
Heavy use → upgrade to AI Premium ($19.99/month)
AI Premium unlocks:
- Imagen 4 (higher quality)
- Aspect ratio control (16:9, 9:16, 1:1, 4:3)
- Looser (but still gated) human-figure generation
- Higher daily caps
Step 3: Test from a different region
VPN to US:
Connect US VPN
Browser → incognito + clear cookies
Sign into Gemini
Generate
Works = regional limit; for long-term use, permanently switch Play Store / account region.
Step 4: Workspace — talk to IT
Work account blocked:
- IT → Admin Console → Apps → Additional Google services → Gemini app for Workspace
- Enable “Image generation”
- Wait ~30 min
Or use a personal Google account on a personal device, then move the image to work.
Step 5: Disable extensions + Incognito test
Open Chrome Incognito (no extensions by default)
Sign into Gemini
Generate
Works = extension is blocking. Re-enable one at a time in main profile to find the culprit.
Step 6: Try AI Studio (API path)
The API entry has a slightly looser safety filter (still gated):
aistudio.google.com
New prompt
Select imagen-3 / imagen-4 model
Type prompt → generate
Free with wider limits than Web UI.
Step 7: Use ImageFX
Google’s dedicated image tool: labs.google.com/fx/tools/image-fx. Same Google account, independent of Gemini, different limits and controls.
Prevention
- Always describe traits, never names — for people, brands, and styles
- Heavy image work → ImageFX or aistudio.google.com, wider than Gemini Web UI
- Don’t expect image gen on work accounts; use personal account + personal device
- Save 5-10 successful prompts as templates to reuse
- Upgrade to AI Premium for Imagen 4 + aspect ratios + higher caps
Related
Tags: #Gemini #Debug #Troubleshooting