v3.2.1 — Ideogram 4 out of the box (no token, mflux bundled)
Ideogram 4 now works out of the box — no Hugging Face token, no license click, and the image engine ships by default.
Two things were stopping people from generating with Ideogram 4 even after they added a token and laid out their text:
No more token / gating
The official ideogram-ai/ideogram-4-fp8 repo is license-gated, so everyone had to make a Read token and click "Agree and access" — and a fine-grained token or the wrong account still returned a 403. Phosphene now pulls @cocktailpeanut's un-gated mirror (cocktailpeanut/ideogram-4-fp8, identical fp8 weights): no token, no license step, no 403. If you already downloaded the official weights, they're reused — no 28 GB re-download.
The image engine ships by default
The real reason Generate stayed greyed out was that mflux wasn't installed — it was an opt-in add-on hidden behind a menu item confusingly named "Install Qwen-Image-Edit". Image generation is a core feature now, so the mflux pack (Ideogram 4 + Qwen-Edit) is installed automatically on new installs and on update. It's best-effort, so it can never fail your video install/update. The recovery menu item is renamed "Reinstall image engines (Ideogram 4 + Qwen-Edit)".
Existing users: just hit Update. Your update now installs the image engine and Ideogram 4 will generate with no token.
Thanks to @cocktailpeanut for publishing the un-gated mirror and reporting the friction.