Instructions to use rectangleworm/ideogram-4-gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use rectangleworm/ideogram-4-gguf with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="rectangleworm/ideogram-4-gguf", filename="diffusion/cond/ideogram4-Q4_K.gguf", )
llm.create_chat_completion( messages = "\"Astronaut riding a horse\"" )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use rectangleworm/ideogram-4-gguf with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf rectangleworm/ideogram-4-gguf:Q4_K_M # Run inference directly in the terminal: llama-cli -hf rectangleworm/ideogram-4-gguf:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf rectangleworm/ideogram-4-gguf:Q4_K_M # Run inference directly in the terminal: llama-cli -hf rectangleworm/ideogram-4-gguf:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf rectangleworm/ideogram-4-gguf:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf rectangleworm/ideogram-4-gguf:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf rectangleworm/ideogram-4-gguf:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf rectangleworm/ideogram-4-gguf:Q4_K_M
Use Docker
docker model run hf.co/rectangleworm/ideogram-4-gguf:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use rectangleworm/ideogram-4-gguf with Ollama:
ollama run hf.co/rectangleworm/ideogram-4-gguf:Q4_K_M
- Unsloth Studio
How to use rectangleworm/ideogram-4-gguf with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for rectangleworm/ideogram-4-gguf to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for rectangleworm/ideogram-4-gguf to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for rectangleworm/ideogram-4-gguf to start chatting
- Pi
How to use rectangleworm/ideogram-4-gguf with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf rectangleworm/ideogram-4-gguf:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "rectangleworm/ideogram-4-gguf:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use rectangleworm/ideogram-4-gguf with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf rectangleworm/ideogram-4-gguf:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default rectangleworm/ideogram-4-gguf:Q4_K_M
Run Hermes
hermes
- Atomic Chat new
- Docker Model Runner
How to use rectangleworm/ideogram-4-gguf with Docker Model Runner:
docker model run hf.co/rectangleworm/ideogram-4-gguf:Q4_K_M
- Lemonade
How to use rectangleworm/ideogram-4-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull rectangleworm/ideogram-4-gguf:Q4_K_M
Run and chat with the model
lemonade run user.ideogram-4-gguf-Q4_K_M
List all available models
lemonade list
Ideogram4 GGUF quantized files
.
├── diffusion/
│ ├── cond/
│ │ ├── ideogram4_Q4_0.gguf
│ │ ├── ideogram4_Q4_1.gguf
│ │ ├── ideogram4-Q4_K.gguf
│ │ ├── ideogram4-Q5_0.gguf
│ │ ├── ideogram4_Q5_1.gguf
│ │ ├── ideogram4_Q5_K.gguf
│ │ ├── ideogram4-Q6_K.gguf
│ │ └── ideogram4-Q8_0.gguf
│ └── uncond/
│ ├── ideogram4_unconditional_Q4_0.gguf
│ ├── ideogram4_unconditional_Q4_1.gguf
│ ├── ideogram4_unconditional_Q4_K.gguf
│ ├── ideogram4_unconditional_Q5_0.gguf
│ ├── ideogram4_unconditional_Q5_1.gguf
│ ├── ideogram4_unconditional_Q5_K.gguf
│ ├── ideogram4_unconditional_Q6_K.gguf
│ └── ideogram4_unconditional-Q8_0.gguf
├── text_encoder/
│ ├── Qwen3-VL-8B-Q4_0.gguf
│ ├── Qwen3-VL-8B-Q4_1.gguf
│ ├── Qwen3-VL-8B-Q4_K_S.gguf
│ ├── Qwen3-VL-8B-Q4_K_M.gguf
│ ├── Qwen3-VL-8B-Q5_K_S.gguf
│ ├── Qwen3-VL-8B-Q5_K_M.gguf
│ ├── Qwen3-VL-8B-Q6_K.gguf
│ └── Qwen3-VL-8B-Q8_0.gguf
└── vae/
│ ├── flux2-vae.safetensors
│ └── flux2-hdr-vae.safetensors
└── lora/
├── realism_engine_v3.safetensors
├── big_boobs.safetensors
├── cum.safetensors
├── innie_vulva_x.safetensors
├── vintage_beauties_womans.safetensors
├── missionary_sex.safetensors
├── 80s_anime.safetensors
├── penis.safetensors
└── penix.safetensors
Model Selection & Quantization Guide
To balance generation quality, memory usage, and inference speed, we recommend the following quantization choices for each component:
1. Conditional Diffusion Model (diffusion/cond/)
- Recommended:
Q6_KorQ8_0 - Since this model handles the main conditional generation pass, keeping a higher quantization level is key to preserving detail and prompt adherence.
2. Unconditional Diffusion Model (diffusion/uncond/)
- Recommended:
Q4_KorQ5_K - Note: Using
Q6_KorQ8_0for the unconditional model is generally unnecessary (overkill) and may slow down generation without providing a noticeable improvement in quality.
3. Text Encoder (text_encoder/)
- Recommended:
Q5_K_MorQ4_K_M - These medium-sized "K-measure" quants offer a good trade-off, retaining the text encoder's comprehension capabilities while fitting within reasonable memory limits.
General Recommendations for Quantization Types
If you are optimizing for inference speed or trying to fit a specific model entirely into VRAM/RAM, keep these rules of thumb in mind:
- Prefer
_Kvariants over_0and_1: When choosing betweenQ4orQ5options, always prefer the_Kvariants (e.g.,Q4_K_M,Q5_K_M, or standard_K). - Avoid
_0and_1if possible: The older_0and_1quants (likeQ4_0orQ4_1) perform worse in terms of quality loss. While they are marginally smaller, the minor size reduction rarely justifies the drop in generation quality compared to_Kequivalents.
- Downloads last month
- 36
4-bit
5-bit
6-bit
8-bit
Model tree for rectangleworm/ideogram-4-gguf
Base model
ideogram-ai/ideogram-4-fp8