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] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
License for the use of Ideogram 4 (fp8) model outputs
Hey devs, quick licensing question about the fp8 weights. How can an individual actually score a personal commercial license for local outputs if we're completely locked out of standard payment methods?
Here’s my situation: I literally don't have a supported bank card to just buy a web sub or API access (and getting one is out of the question right now). Plus, I don't have a biz email, so the Enterprise route is a no-go.
I’ve been reading through the Non-Commercial license attached to this repo, and tbh, the wording is confusing af. It kinda hints that we own the generated images free and clear, but then heavily implies we still can't use 'em commercially—giving zero info on what users in my specific situation are supposed to do.
On your site (ideogram.ai/licensing), the 'open weights vs. commercial license' section doesn't even mention the image outputs directly. But right below it, the 'Can I use Ideogram outputs commercially?' part claims we have full rights to our results. It’s super frustrating for solo users who just want to use the model legally but are completely blocked from standard payment gateways. Could you guys clarify this once and for all? Is there any alternative path to get clearance for folks in my shoes?
Thanks