欢迎光临
我们一直在努力

Ideogram 4 最强 AI 图片生成模型,媲美 GPT-Image 与 Midjourney,完全免费开源并支持本地部署!

AI 图像生成领域终于迎来了一款真正具有分量的开源模型。Ideogram 官方近日正式发布了 Ideogram 4 的开放权重版本,并提供了 93 亿参数(9B) 的模型,支持本地部署、LoRA 微调以及 ComfyUI 工作流。作为近年来在文字渲染能力方面表现最为突出的 AI 绘图模型之一,Ideogram 4 的开源意味着用户终于可以摆脱云端的限制,在自己的电脑上体验到接近商业级的 AI 图像生成能力。关键在于,它是目前真正能够与 GPT-Image 或 Midjourney 生成效果相媲美的开源模型!

20260626072903 103447 scaled

与以往的 Stable Diffusion、FLUX 等开源模型相比,Ideogram 4 的最大亮点不仅在于画质的提升,更在于它对文字生成、海报设计和商业视觉创作进行了深度优化。官方还首次引入了结构化 JSON Prompt 的设计理念,能够精确描述图片内容、版式布局、颜色搭配、光照风格以及每个元素的位置,使 AI 不再只是“生成一张图片”,而是真正按照设计稿来完成创作。在本文中,我们将详细介绍 Ideogram 4 的主要特性、硬件需求、本地部署方法、ComfyUI 使用流程以及实际生成效果测试。

20260626072830 264823

 

在 Design Arena 第三方图像 Elo 排行榜中,所有已知开源的 AI 图像模型中,Ideogram 4 以绝对优势领先,远远超过其他开放模型。

<img src="https://www.foxnan.com/wp-content/uploads/2026/07/945cbe446fd3e08.webp" alt="20260626073120 390207 scaled" width="787" height="443" class="wp-image-24613 aligncenter" decoding="async"</p
<div class="markdown-heading" dir="auto"
<h3 class="heading-element" dir="auto" tabindex="-1"<span dir="auto" style="color: #000000;"开源基准测试</span</h3

在衡量核心功能的标准开源基准测试中——布局控制(7Bench)、空间推理和对象保真度(SpatialGenEval)、文本渲染(X-Omni OCR)以及提示对齐(Prism)——Ideogram 4 各方面都缩小了与领先闭源模型之间的差距。在布局控制(7Bench)方面,它显著优于所有闭源模型:

20260626073300 486476

ContraLabs 进行了一项由 Contra 旗下十位顶尖专业设计师组成的盲测字体设计评估。Ideogram 4 在胜率方面遥遥领先,在四个模型中被选为最佳的概率高达 47.9%,远超 Gemini 3.1 Flash Image Preview (Nano Banana 2)(30.0%)、FLUX.2 [max](15.5%)和 Grok Imagine 1.0(15.0%)。

20260626073356 903510

那么,它到底有没有这么强大?普通电脑能否运行?接下来我们就进行本地部署,进行一次完整的实测!

 

本地部署教程

 

1、下载 Ideogram 4 开源模型

 

(1)模型打包(推荐):【<a style="color: #0000ff;" href="https://pan.quark.cn/s/79cb466d5426" target="_blank" rel="noopener"点击下载</a</strong</span】或 【<strong<span style="color: #0000ff;"<a style="color: #0000ff;" href="https://pan.cloudeop.com/s/46D7BFEFED64BC1A" target="_blank" rel="noopener"备用下载</a</span</strong】

 

(2)单独下载:【<a href="https://huggingface.co/Comfy-Org/Ideogram-4/resolve/main/diffusion_models/ideogram4_fp8_scaled.safetensors" target="_blank" rel="noopener"ideogram4_fp8_scaled</a】、【<a href="https://huggingface.co/Comfy-Org/Ideogram-4/resolve/main/diffusion_models/ideogram4_unconditional_fp8_scaled.safetensors" target="_blank" rel="noopener"ideogram4_unconditional_fp8_scaled</a】、【<a href="https://huggingface.co/Comfy-Org/Qwen3-VL/resolve/main/text_encoders/qwen3vl_8b_fp8_scaled.safetensors" target="_blank" rel="noopener"qwen3vl_8b_fp8_scaled</a】、【<a href="https://huggingface.co/Comfy-Org/gemma-4/resolve/main/text_encoders/gemma4_e4b_it_fp8_scaled.safetensors" target="_blank" rel="noopener"gemma4_e4b_it_fp8_scaled</a】、【<a href="https://huggingface.co/Comfy-Org/flux2-dev/resolve/main/split_files/vae/flux2-vae.safetensor" target="_blank" rel="noopener"flux2-vae</a】

 

<strong下载好模型以后,将模型文件放到如下对应的<span dir="auto"模型存储位置</span</strong

📂 ComfyUI/
├── 📂 models/
│ ├── 📂 diffusion_models/
│ │ ├── ideogram4_fp8_scaled.safetensors
│ │ └── ideogram4_unconditional_fp8_scaled.safetensors
│ ├── 📂 text_encoders/
│ │ ├── qwen3vl_8b_fp8_scaled.safetensors
│ │ └── gemma4_e4b_it_fp8_scaled.safetensors
│ └── 📂 vae/
│ └── flux2-vae.safetensors

</blockquote


<a href="https://pan.quark.cn/s/79cb466d5426" target="_blank" rel="noopener"<img src="https://www.foxnan.com/wp-content/uploads/2026/07/bee66e51c14c18a.webp" alt="20260626074353 420583" width="746" height="955" class="aligncenter wp-image-24616" decoding="async"

2、安装新版 ComfyUI 客户端

 

目前只有最新版的客户端才支持加载对应的图像生成工作流,因此如果你之前安装过旧版的 ComfyUI,建议升级或覆盖安装。

点击前往】或 【

🔒 下载链接仅对登录用户可见,请 登录注册 后查看。

 

20260626074504 910506 scaled

 

 

 

3、下载工作流

 

🔒 下载链接仅对登录用户可见,请 登录注册 后查看。
】或 【
🔒 下载链接仅对登录用户可见,请 登录注册 后查看。

 

下载工作流后,直接将其拖入 ComfyUI 即可使用!

 

20260626075017 601150 scaled

 

 

魔法提示:

A high-resolution portrait photograph of a stunning mixed Asian woman with distinctive K-pop inspired styling and natural beauty. She has flowing long black hair that cascades over her shoulders, large expressive dark eyes with subtle makeup, and naturally full lips that create a captivating smile. Her slim, athletic figure is elegantly posed in a confident yet playful stance, wearing delicate sheer lingerie in soft neutral tones. The scene is illuminated by warm, intimate bedroom lighting that creates a golden glow across her detailed, flawless skin, with soft shadows adding depth and dimension to the portrait.

 

20260626075550 540896

 

还有废墟中的汽车

 

<img src="https://www.foxnan.com/wp-content/uploads/2026/07/ec7131415a96450.webp" alt="20260626075651 225476" width="633" height="633" class="wp-image-24620 aligncenter" decoding="async"</p
<pre class="EnlighterJSRAW" data-enlighter-language="generic"Pose: Leaning lightly against tree, looking upward
Location: Dense forest with sun rays
Makeup: Fresh glow + soft pink lipstick
Hairstyle: Braided or half-tied
Clothes: Indo-western outfit with deep neckline
Text Tattoo: Minimal on collarbone
Expression: Peaceful, dreamy</pre

20260626095733 177232

 

 

功夫熊猫

{
  "high_level_description": "A stylized DreamWorks-style 3D character portrait of a chubby panda kung fu master in a wide horse-stance pose on a misty mountain training ground at golden hour, rendered with exaggerated cartoon proportions and cinematic warm key light against cool blue rim light.",
  "compositional_deconstruction": {
    "background": "Misty mountain peaks layered into the deep background with soft atmospheric haze, fading from dusty rose sky at the top through pale lavender to muted teal-blue silhouettes of distant ridges. Warm amber golden-hour glow spills across the upper-left of the scene while cool blue rim light separates the foreground silhouette from the misty backdrop. Packed-earth ground in warm tan-brown tones extends across the lower portion, scattered with fallen leaves in ochre and rust. Shallow depth of field falls off gently into the mountains.",
    "elements": [
      {
        "type": "obj",
        "desc": "Weathered wooden training post planted upright in the dirt just behind the panda's right shoulder, slightly out of focus. Rough grey-brown bark texture, tapered top, base disappearing into the packed earth."
      },
      {
        "type": "obj",
        "desc": "Chubby giant panda kung fu master, the unambiguous hero subject filling roughly 75% of the frame height from head near upper-third to feet near lower edge, centered horizontally, facing the camera in front view. Stylized CGI in DreamWorks register — large round head, chunky limbs, simplified plastic-cartoon fur clumps in rich black and creamy white. Oversized expressive dark eyes with bright specular catchlights looking directly at the camera, friendly closed-mouth smile, small rounded black ears. Standing in a wide horse-stance martial arts pose, weight settled evenly on both feet, both paws raised in open-palm guard position at chest height. Wearing loose-fitting brown kung fu shorts gathered at the waist with a knotted cloth belt in faded ochre, fabric folds catching the warm amber key light. Small beige cloth wrist wraps tied around each paw above the wrist. Strong clean specular highlights on the black nose and eyes, no micro-skin texture."
      },
      {
        "type": "obj",
        "desc": "Scattered bamboo stalks in teal-green and fallen leaves in ochre and rust tones strewn across the packed-earth ground in the foreground, partially framing the panda's feet. A few broken bamboo segments lie diagonally, leaves curled at the edges."
      }
    ]
  }
}

20260626095831 078567

 

 

无审查的图片模型推荐:

 

 

Z-Image Turbo 本地安装教程!最近非常火的文生图AI模型,到底怎么样?

×

感谢您的支持

<img src="https://www.foxnan.com/wp-content/uploads/2026/07/11c254db930eb75.png" alt="alipay" class="payment-icon" decoding="async"</div
<span支付宝</span
</div
<div class="donation-option" data-type="wechat"
<div class="payment-icon-wrapper"<img src="https://www.freedidi.com/wp-content/plugins/donation-button/images/wechat.png" alt="wechat" class="payment-icon" decoding="async"</div
<span微信支付</span
</div
<div class="donation-option" data-type="bitcoin"
<div class="payment-icon-wrapper"<img src="https://www.freedidi.com/wp-content/plugins/donation-button/images/bitcoin.png" alt="bitcoin" class="payment-icon" decoding="async"</div
<spanBitcoin</span
</div
<div class="donation-option" data-type="usdt"
<div class="payment-icon-wrapper"<img src="https://www.freedidi.com/wp-content/plugins/donation-button/images/usdt.png" alt="usdt" class="payment-icon" decoding="async"</div
<spanUSDT</span
</div
</div

<div class="qrcode-display" id="qrcodeDisplay"
<div class="qr-container"

</div
<p id="qrcodeText"</p

<div id="donationAddressArea" style="display:none;"
<div class="address-box"
<input type="text" id="walletAddress" readonly
<button type="button" id="copyBtn"复制</button
</div
<span id="copyMsg" style="font-size:12px; color:#26A17B; display:none;"已复制!</span
</div

<button class="back-btn" id="backBtn"返回选择</button
</div
</div
</div
</div

<div class="clear"</div

 收藏 (0) 打赏

您可以选择一种方式赞助本站

支付宝扫一扫赞助

微信钱包扫描赞助

未经允许不得转载:安卿辰博客 » Ideogram 4 最强 AI 图片生成模型,媲美 GPT-Image 与 Midjourney,完全免费开源并支持本地部署!

热门推荐

评论 抢沙发

安卿辰博客 专业 快捷

QUX主题是一款功能强大的收费 WordPress 主题,适配个人博客、资源分享站、资讯网站等多种场景

联系我们联系我们
切换注册

登录

忘记密码 ?

切换登录

注册