Ideogram-4-NF4 (Ideogram)
Ideogram 4 官方 NF4 量化,低显存本地出图
社区实测
Design Arena 排名最高的开源文生图模型,文本渲染尤其是多语言能力突出,但 NF4 量化版画质下降明显
- 多语言文字渲染准确(英文、西班牙文等),此前开源模型普遍短板
- JSON 结构化提示词实现精确的布局控制和色彩搭配
- 可在 8-10GB 消费级 GPU 上本地运行
- NF4 量化版画质下降明显,尤其文字渲染效果变差
来源
ideogram-ai/ideogram-4-nf4 · Hugging FaceHighest quality Ideogram 4.0 quantizations that run on a 3090 or ...Ideogram 4.0 Released! The New Open Model That FINALLY Gets ...Ideogram 4 is open source! (top ranked on DesignArena) - Reddit
截至 2026-06-19
快速上手
python -c 'from diffusers import DiffusionPipeline; pipe = DiffusionPipeline.from_pretrained("ideogram-ai/ideogram-4-nf4", torch_dtype=torch.bfloat16); pipe.to("cuda")'