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
License is ambiguous - is it allowed to use it for personal commercial use?
There's too much discussion off-site about whether normal people can use Ideogram for creative tasks they make money from, or not. It's ambiguous. People are saying Ideogram 4 allows commercial usage of the outputs but that's not what I understand when I read the license text.
Take this typical usage scenario: I want to generate images with Ideogram on my computer, and use them as graphical assets for a commercial videogame that I want to sell on Steam. For example 2D backgrounds, 2D characters, etc.
The core parts of the license are:
- Grant of rights: "We hereby permit you to use, reproduce, Distribute, copy, create derivative works of (including Model Derivatives), and make modifications to the Model for Non-Commercial Purposes subject to the terms of this Agreement, including any use restrictions set forth below."
- Non-Commercial Purposes: "(d) “Non-Commercial Purposes” means activity or use that fits in any of the following categories: (i) use that does not directly or indirectly generate revenue and is not otherwise intended for or directed towards commercial advantage or monetary compensation,"
So based on these definitions, I'd be violating the Non-Commercial Purposes clause (D.i) if I use Ideogram 4 for helping me create graphics for my videogame?
If commercial usage is allowed in my example, then the license text goes against that, and should be clarified.
The only reason this isn't abundantly clear is because of certain other companies making a similar licence but then muddying the waters. Non-commercial should be self-explanatory but here we are.