Skip to content

Ideogram 4 GGUF

Ideogram 4 is a diffusion transformer built for text rendering and graphic design. It ships two diffusion components: the main transformer and an unconditional transformer used by CFG workflows. This repository publishes GGUF quants of both.

Hugging Face repositoryideogram-4-gguf on Hugging Face

Example

Test image

Available Quantizations

Each quant level is published for both the main transformer and the unconditional transformer.

QuantSize per fileMain fileUnconditional file
Q4_05.26 GBideogram4-transformer-q4_0.ggufideogram4-unconditional_transformer-q4_0.gguf
Q4_15.78 GBideogram4-transformer-q4_1.ggufideogram4-unconditional_transformer-q4_1.gguf
Q5_06.30 GBideogram4-transformer-q5_0.ggufideogram4-unconditional_transformer-q5_0.gguf
Q5_16.83 GBideogram4-transformer-q5_1.ggufideogram4-unconditional_transformer-q5_1.gguf
Q8_09.44 GBideogram4-transformer-q8_0.ggufideogram4-unconditional_transformer-q8_0.gguf

The main and unconditional transformers do not need to use the same quant level. Higher quants keep text legibility sharper.

Model Input and Output

Inputs

FieldValue
InputText prompt

Outputs

FieldValue
OutputImage

Suggested pairings

Main transformerUnconditional transformerNotes
q8_0q8_0Highest precision pair
q8_0q5_1High precision main, less memory on the unconditional side
q5_1q4_1Balanced quality and size
q4_0q4_0Smallest pair

ComfyUI Setup

Load the model with the GGUF loader node from comfyui-gguf-reboot. The loader node gives the best performance. Use the Unet Loader (GGUF) or Unet Loader (GGUF/Advanced) node in a workflow that accepts separate main and unconditional models.

Dependencies

Place these files in the ComfyUI model folders before running a workflow. You also need the text encoder and VAE from the upstream Ideogram 4 release.

ComponentFolder
Main transformermodels/diffusion_models/ or models/unet/
Unconditional transformermodels/diffusion_models/ or models/unet/
Text encodermodels/clip/ or text_encoders/
VAEmodels/vae/

Ideogram 4 has no workflow files in this repository. Use the ComfyUI template from the upstream Ideogram 4 release and swap in the GGUF loader node.

GGUF quantization and open-source tools.