CoolFace
Modelpublic

molbal/ideogram-4-gguf

sourceHugging Faceotherupdated 3mo agoView on Hugging Face
10likes69kdownloads
Model Card

Ideogram 4 GGUF

Quantized GGUF diffusion transformer weights for Ideogram 4, converted from the original FP8 release for use with ComfyUI GGUF loader nodes.

This repository contains GGUF files for the two Ideogram 4 diffusion components:

  • ideogram4-transformer-*.gguf: the main text-guided diffusion transformer.
  • ideogram4-unconditional_transformer-*.gguf: the unconditional transformer used by CFG workflows.

These files are not a complete standalone Ideogram 4 package. Your workflow still needs the other runtime assets expected by Ideogram 4 in ComfyUI, such as the text or multimodal encoder components and VAE.

ComfyUI Support

Use these models with the ComfyUI nodes from molbal/ComfyUI-GGUF. Install that custom node repository into your ComfyUI custom_nodes folder, then restart ComfyUI.

Place the downloaded .gguf files in one of ComfyUI's diffusion model folders:

text
ComfyUI/models/diffusion_models/
ComfyUI/models/unet/

Load the files with Unet Loader (GGUF) or Unet Loader (GGUF/Advanced) in an Ideogram 4 workflow that accepts separate main and unconditional diffusion models.

Files

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

QuantMain transformerUnconditional transformerApprox. size per file
Q4_0ideogram4-transformer-q4_0.ggufideogram4-unconditional_transformer-q4_0.gguf5.64 GB
Q4_1ideogram4-transformer-q4_1.ggufideogram4-unconditional_transformer-q4_1.gguf6.21 GB
Q5_0ideogram4-transformer-q5_0.ggufideogram4-unconditional_transformer-q5_0.gguf6.77 GB
Q5_1ideogram4-transformer-q5_1.ggufideogram4-unconditional_transformer-q5_1.gguf7.33 GB
Q8_0ideogram4-transformer-q8_0.ggufideogram4-unconditional_transformer-q8_0.gguf10.14 GB

The main and unconditional models do not need to use the same quant level.

Suggested Pairings

Main transformerUnconditional transformerNotes
q8_0q8_0Highest precision GGUF pair in this repo.
q8_0q5_1Keeps the main transformer high precision while reducing memory on the unconditional side.
q8_0q4_1Larger quality bias toward the main transformer with lower CFG-side memory.
q5_1q4_1Balanced quality and size.
q5_0q4_1Lower memory starting point.
q4_0q4_0Smallest available GGUF pair.

Inference Measurements

Peak Memory

The chart below shows peak RAM and VRAM measured during Ideogram 4 inference with different main/unconditional quant pairings, including an NVFP4 baseline for comparison.

[image]

Relative Inference Speed

The chart below compares relative per-iteration inference speed across quant pairings, with the NVFP4 + NVFP4 run used as the 100% reference in the chart.

[image]

Measurements were taken by u/molbal on Windows 11 with an AMD Ryzen 7 6800H CPU, 48 GB RAM, and an RTX 3080 Laptop GPU with 8 GB VRAM. Exact memory use and speed will vary by workflow, image size, sampler settings, ComfyUI version, and loaded auxiliary models.

Download

Download the two files you want to pair from the Files tab, or use the Hugging Face CLI. For example:

bash
huggingface-cli download molbal/ideogram-4-gguf ideogram4-transformer-q5_1.gguf ideogram4-unconditional_transformer-q4_1.gguf --local-dir ComfyUI/models/diffusion_models

Compatibility Notes

These are non-K GGUF quantizations intended for PyTorch dequantization in ComfyUI. K-quants are not included because this ComfyUI loading path does not use fused quantized linear kernels.

If a workflow fails to load these files, update molbal/ComfyUI-GGUF and confirm that both the main and unconditional transformer files are present in a ComfyUI diffusion model folder.

License

These files are derived from ideogram-ai/ideogram-4-fp8 and follow the Ideogram 4 non-commercial license.