Text-to-Image
GGUF
English
Russian
Chinese
image-generation
comfyui
stable-diffusion.cpp
imatrix
conversational
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
| language: | |
| - en | |
| - ru | |
| - zh | |
| base_model: | |
| - ideogram-ai/ideogram-4-fp8 | |
| - ideogram-ai/ideogram-4-nf4 | |
| tags: | |
| - gguf | |
| - text-to-image | |
| - image-generation | |
| - comfyui | |
| - stable-diffusion.cpp | |
| pipeline_tag: text-to-image | |
| license: other | |
| license_name: ideogram-non-commercial-model-agreement | |
| license_link: https://huggingface.co/ideogram-ai/ideogram-4-fp8/blob/main/LICENSE.md | |
| # Ideogram4 GGUF quantized files | |
| ```tree | |
| . | |
| βββ 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_K` or `Q8_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_K` or `Q5_K` | |
| * **Note:** Using `Q6_K` or `Q8_0` for 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_M` or `Q4_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 `_K` variants over `_0` and `_1`:** When choosing between `Q4` or `Q5` options, always prefer the `_K` variants (e.g., `Q4_K_M`, `Q5_K_M`, or standard `_K`). | |
| * **Avoid `_0` and `_1` if possible:** The older `_0` and `_1` quants (like `Q4_0` or `Q4_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 `_K` equivalents. |