Views
No views yet
.gguf extension, this
loads only via the included PyTorch gguf_loader.py + the ideogram4 pipeline. It is
not compatible with llama.cpp, stable-diffusion.cpp, Ollama, etc.ideogram-ai/ideogram-4-fp8
and the custom inference code at github.com/ideogram-oss/ideogram4.
The quantization recipe and loader are included in this repo (recipe-q8_0.json, gguf_loader.py).1python download_deps.py # one-time (needs gated access to ideogram-ai/ideogram-4-fp8)
2python usage.py "a poster that says HELLO"ideogram4-q8_0.gguf (the Q8_0 DiT), gguf_loader.py (dequant + load, reference),
download_deps.py, usage.py, recipe-q8_0.json.gguf_loader.pyis a reference (dequant math validated; standalone loader not yet GPU-tested). This is not a llama.cpp / stable-diffusion.cpp file — it loads only via this PyTorch path + theideogram4pipeline.
LICENSE.