Nodes/ComfyUI-dapaoAPI/🐠GPT-image-2全能图像@炮老师的小课堂
ComfyUI Node

🐠GPT-image-2全能图像@炮老师的小课堂

GPT-image-2 inside ComfyUI, without owning a GPU

By paolaoshi·Created 10 months ago·Updated a day ago· 217
🐠GPT-image-2全能图像@炮老师的小课堂
  • 🖼️ 图像1
  • 🖼️ 图像2
  • 🖼️ 图像3
  • 🖼️ 图像4
  • 🖼️ 图像5
  • 🖼️ 图像6
  • 🖼️ 图像7
  • 🖼️ 图像8
  • 🖼️ 图像9
  • 🖼️ 图像
  • 🔗 图片链接
  • 📋 响应信息
🔑 API密钥
🤖 模型image-2
📝 提示词一张高端商业摄影海报,干净的自然光,细节清晰,质感高级
📐 图片尺寸/比例模型默认
🧩 清晰度1K
🎨 画质标准画质
🖼️ 出图数量1
⚡ 异步模式false
🎲 随机种0
🔁 最大轮询秒数1200
⏱️ 轮询间隔5
⌛ 请求超时900

OpenAI's GPT Image is a closed model - there are no weights to download, which is exactly why it keeps showing up in API-wrapper nodes like this one. DapaoGPTImage2AllroundNode gives you GPT-image-2 text-to-image and multi-image editing inside a ComfyUI graph by relaying your request through the author's dapaoAI service. You wire in a prompt (and optionally reference images), it returns an IMAGE tensor, and downstream you can save it, upscale it, mask it, whatever - as if a local sampler had made it. Per the KB's closed-source-models.md, OpenAI's image models are among the most-sought closed generators in the community, and this is the "reach for it when local isn't an option" category, full stop.

The inputs that matter

  • 🔑 API密钥 + 🤖 模型 - dapaoAI key, and a two-option model menu: image-2 (the default) or image-2官方稳定全分辨率 (the "official-stable full-resolution" variant, which tends to cost more and render more faithfully).
  • 📝 提示词 - your prompt. The default is a solid high-end-commercial-photography prompt you'll probably replace.
  • 📐 图片尺寸/比例 - 16 aspect presets (1:1, 3:2, 2:3, 4:3, 3:4, 16:9, 9:16, 2:1, 1:2… plus "模型默认").
  • 🧩 清晰度 - 1K / 2K / 4K. 🎨 画质 - low / standard / high.
  • 🖼️ 出图数量 - 1 to 10 per prompt.
  • ⚡ 异步模式 - with a tooltip that saves you from a wrong mental model: it only controls relay task-ID polling for this node's internal queue. Upstream prompt lists are always fanned out concurrently by ComfyUI itself regardless of this switch.
  • 🎲 随机种 - cache-only, never sent to the API. Same rule as the whole pack.
  • 🖼️ 图像1–图像9 - optional reference images. The tooltip is the key mechanic: plug in any reference image and the node automatically switches from text-to-image to image-to-image/editing. Nine max.

How it works

The node runs through a relay client that submits your request, then polls a task ID at an interval - 🔁 最大轮询秒数 (default 1200s) and ⏱️ 轮询间隔 (default 5s) control that, and ⌛ 请求超时 (default 900s) governs the HTTP side. When the job lands, it fetches the generated image, decodes it to a tensor, and hands it to the 🖼️ 图像 output. 🔗 图片链接 gives you the URL, and 📋 响应信息 carries the raw relay response for debugging.

The honest tradeoffs

This is a metered, pay-per-call node on top of a reseller-grade relay. Three things to know before you fall in love:

  • Every image is money. A 10-image batch is ten paid calls; the tooltip on 出图数量 doesn't mince words about per-call billing.
  • Your prompt and images leave your machine. That's the mechanism of every API-wrapper node - external-api-nodes.md says it plainly: this category is exactly the shape that once shipped malware (ComfyUI_LLMVISION). This pack is widely distributed and its README is transparent about what it does, but the category caution stands: it holds your key and calls the network by design.
  • The relay is the availability risk. The README is explicit that dapaoAI (妙笔AI工坊) is the author's own maintained endpoint and that other channels get dropped over time - so if the relay is down, the node is down. That's the whole genre's fragility, here made visible.

Gotchas

  • Reference images flip you into edit mode automatically - that's a feature, but it means an accidentally-connected image changes the request type. Keep edit images unplugged if you want pure T2I.
  • Async mode and upstream list concurrency are separate things; don't crank 异步模式 expecting more parallelism.
  • Chinese-only labels. The defaults are decent.

Install: ComfyUI Manager → "dapaoAPI", or git clone https://github.com/paolaoshi/ComfyUI-dapaoAPI.gitpip install -r requirements.txt → restart. dapaoAI key from api.dapaoai.com (register, buy a redeem code in the wallet, apply for a key in the default group).

Category🤖dapaoAPI/🍬大炮AI主力维护🍬

Inputs (21)

NameTypeDefaultDescription
🔑 API密钥STRING密钥只用于请求 https://api.dapaoai.com,不会写入配置文件。
🤖 模型COMBOimage-22 options: image-2, image-2官方稳定全分辨率
📝 提示词STRING一张高端商业摄影海报,干净的自然光,细节清晰,质感高级
📐 图片尺寸/比例COMBO模型默认16 options: 模型默认, 1:1, 3:2, 2:3, 4:3, 3:4, +10
🧩 清晰度COMBO1K3 options: 1K, 2K, 4K
🎨 画质COMBO标准画质3 options: 低画质, 标准画质, 高画质
🖼️ 出图数量INT11–10
⚡ 异步模式BOOLEANfalse仅控制中转站任务ID轮询;上游提示词列表会由ComfyUI自动并发,与此开关无关。
🎲 随机种INT00–18446744073709550000仅控制 ComfyUI 缓存,不发送给接口。
🔁 最大轮询秒数optINT120060–3600
⏱️ 轮询间隔optINT53–30
⌛ 请求超时optINT90030–1800
🖼️ 图像1optIMAGE接入任意参考图后自动切换为图生图,最多9张。
🖼️ 图像2optIMAGE接入任意参考图后自动切换为图生图,最多9张。
🖼️ 图像3optIMAGE接入任意参考图后自动切换为图生图,最多9张。
🖼️ 图像4optIMAGE接入任意参考图后自动切换为图生图,最多9张。
🖼️ 图像5optIMAGE接入任意参考图后自动切换为图生图,最多9张。
🖼️ 图像6optIMAGE接入任意参考图后自动切换为图生图,最多9张。
🖼️ 图像7optIMAGE接入任意参考图后自动切换为图生图,最多9张。
🖼️ 图像8optIMAGE接入任意参考图后自动切换为图生图,最多9张。
🖼️ 图像9optIMAGE接入任意参考图后自动切换为图生图,最多9张。

Outputs (3)

NameTypeDescription
🖼️ 图像IMAGE
🔗 图片链接STRING
📋 响应信息STRING