1. Model introduction
Ideogram 4 is Ideogram’s text-to-image diffusion model. SGLang Diffusion supports the official NF4 checkpoint, the official FP8 checkpoint, and the Comfy-Org NVFP4 transformer checkpoint. Compared with previous open-source image models, Ideogram 4 provides a significant aesthetic lift, with stronger composition, more polished visual style, and better typography-aware generation.| Variant | Hugging Face model ID | Notes |
|---|---|---|
| NF4 | ideogram-ai/ideogram-4-nf4 | Official bitsandbytes NF4 checkpoint. Use this path first for low-memory deployment. |
| FP8 | ideogram-ai/ideogram-4-fp8 | Official FP8 checkpoint. |
| NVFP4 | Comfy-Org/Ideogram-4 | Comfy-Org NVFP4 transformer weights. SGLang loads non-transformer components from ideogram-ai/ideogram-4-fp8. |
2. Prerequisites
- NVIDIA CUDA GPU.
- SGLang installed with diffusion dependencies.
bitsandbytes>=0.46.1for the NF4 checkpoint.HF_TOKENwith access to the Ideogram 4 gated repositories.
3. Serve the model
NF4:Command
Command
Command
4. Generate an image
Example
V4_DEFAULT_20, V4_QUALITY_48, and V4_TURBO_12. The preset controls both num_inference_steps and guidance, so do not set those fields directly.