Views
No views yet
ideogram4-transformer-*.gguf: the main text-guided diffusion transformer.ideogram4-unconditional_transformer-*.gguf: the unconditional transformer used by CFG workflows.custom_nodes folder, then restart ComfyUI..gguf files in one of ComfyUI's diffusion model folders:1ComfyUI/models/diffusion_models/
2ComfyUI/models/unet/Unet Loader (GGUF) or Unet Loader (GGUF/Advanced) in an Ideogram 4 workflow that accepts separate main and unconditional diffusion models.| Quant | Main transformer | Unconditional transformer | Approx. size per file |
|---|---|---|---|
| Q4_0 | ideogram4-transformer-q4_0.gguf | ideogram4-unconditional_transformer-q4_0.gguf | 5.64 GB |
| Q4_1 | ideogram4-transformer-q4_1.gguf | ideogram4-unconditional_transformer-q4_1.gguf | 6.21 GB |
| Q5_0 | ideogram4-transformer-q5_0.gguf | ideogram4-unconditional_transformer-q5_0.gguf | 6.77 GB |
| Q5_1 | ideogram4-transformer-q5_1.gguf | ideogram4-unconditional_transformer-q5_1.gguf | 7.33 GB |
| Q8_0 | ideogram4-transformer-q8_0.gguf | ideogram4-unconditional_transformer-q8_0.gguf | 10.14 GB |
| Main transformer | Unconditional transformer | Notes |
|---|---|---|
q8_0 | q8_0 | Highest precision GGUF pair in this repo. |
q8_0 | q5_1 | Keeps the main transformer high precision while reducing memory on the unconditional side. |
q8_0 | q4_1 | Larger quality bias toward the main transformer with lower CFG-side memory. |
q5_1 | q4_1 | Balanced quality and size. |
q5_0 | q4_1 | Lower memory starting point. |
q4_0 | q4_0 | Smallest available GGUF pair. |


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.huggingface-cli download molbal/ideogram-4-gguf ideogram4-transformer-q5_1.gguf ideogram4-unconditional_transformer-q4_1.gguf --local-dir ComfyUI/models/diffusion_models