Instructions to use ideogram-ai/ideogram-4-fp8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ideogram-ai/ideogram-4-fp8 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ideogram-ai/ideogram-4-fp8", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
the pormpt "a cat" gets blocked
the prompt "a cat" gets blocked
json formatting the prompts helps sometimes. but still strange behavior.
Thank you for the protection provided by your filter
- error:
[ERROR] Error running sage attention: Unsupported head_dim: 256, using pytorch attention instead.
[ERROR] Error running sage attention: Unsupported head_dim: 256, using pytorch attention instead.
[ERROR] Error running sage attention: Unsupported head_dim: 256, using pytorch attention instead.
[ERROR] Error running sage attention: Unsupported head_dim: 256, using pytorch attention instead.
[ERROR] Error running sage attention: Unsupported head_dim: 256, using pytorch attention instead.
[ERROR] Error running sage attention: Unsupported head_dim: 256, using pytorch attention instead.
It could have been a very dangerous cat.
this is a new level safety cucking. imagine art does this with their models but this new for a open source model.
it seems to need quite a bit of a structured prompt, or use an LLM node to do it for you from a basic prompt input
and after that you never see this blocked message again
i did not pormpt for this text
Just use the suggested prompt structure from them, and you can prompt for pretty much anything..
And not see any block
https://huggingface.co/ideogram-ai/ideogram-4-fp8/discussions/5#6a208948d2802761c1c3a188
i am using that already
this is interesting. Exploring the frontier indeed. Is this coming from the prompt enhancer? the clip? the model itself?
as for the model i hear a lot about text. How good is it with the images stuff, when it occasionally works?

