Nodes/comfyui-evolink/EvoLink Qwen Image 3.0 Pro (Official)
ComfyUI Node

EvoLink Qwen Image 3.0 Pro (Official)

The same great text rendering, one tier up

By deeplearning-goethe·Created 24 days ago·Updated a day ago· 0
EvoLink Qwen Image 3.0 Pro (Official)
  • image1
  • image2
  • image3
  • image4
  • image
  • task_id
  • status_info
  • result_urls
  • response_json
prompt
sizeauto
quality1K
n1
negative_prompt
prompt_extendfalse
watermarkfalse
seed0
image_urls_text
api_key
timeout_seconds300

If Qwen Image 3.0 is the capable daily driver of Alibaba's image line, the Pro tier is the one where Alibaba lets the model think longer and render harder. Same family, same skill set - especially that text-in-the-frame rendering that made the Qwen Image line famous - but higher quality and, naturally, a pricier per-call meter. EvoLink Qwen Image 3.0 Pro (Official) is the closed API version dropped into ComfyUI: prompt and optional references in, finished image out, nothing running on your machine.

What it is

Text-to-image and image-to-image, with exactly the same control surface as the base 3.0 node. Don't expect new toys - expect the same toys with better output:

  • prompt (required) - description, Chinese welcome. Text-in-image jobs: spell out exactly what should appear in the frame.
  • size - auto, a ratio like 16:9, or pixel values.
  • quality - 1K or 2K, default 1K.
  • n - 1 to 6 images per call, handy for options without multiplying calls.
  • negative_prompt, prompt_extend, watermark, seed - the same gang as 3.0. Fixed seed reproduces a result; prompt_extend helps short prompts.
  • image1image4 - reference images for img2img, uploaded via EvoLink's channel and deleted after 72 hours.

Outputs are the pack standard: image (downloaded tensor), task_id, status_info, result_urls (24-hour expiry), response_json. Remember the wire-up: image into Preview Image or Save Image, or the finished render stays invisible.

Install and key

Shared EvoLink install. ComfyUI Manager → search EvoLink → install → full restart (close the console window, not just refresh the tab). Manual:

cd ComfyUI/custom_nodes
git clone https://github.com/deeplearning-goethe/comfyui-evolink

Only requests as a dependency; no model files, no GPU. Key from evolink.ai/dashboard/keys (sk-), pasted once into api_key - it saves locally and stays blank after, so it won't ride along in a shared workflow JSON.

Pro vs. base - how to actually choose

For the daily "render me a poster" job, the base 3.0 node is enough and cheaper. Pro earns its premium when the render is the deliverable: the final poster, the hero image, the shot where the text must be letter-perfect and the composition rich. The honest workflow is to iterate on the cheaper tier and promote the winning prompt to Pro for the final pass - the same pattern that works across the whole EvoLink pack, and the one that keeps the meter from eating your balance. As with any cloud call, prompts and reference images leave the machine, and per-call pricing means the cost math is on you. For a closed model with no local door, that's the deal - just don't pay the Pro premium while you're still deciding what to render.

CategoryEvoLink

Inputs (15)

NameTypeDefaultDescription
promptSTRING画面描述,支持中文,擅长画面内文字渲染。
sizeoptSTRINGautoauto / 比例如 1:1、16:9 / 像素如 1328x1328
qualityoptCOMBO1K分辨率档位
noptINT11–6一次生成几张(1~6)
negative_promptoptSTRING不希望出现的内容
prompt_extendoptBOOLEANfalse提示词智能扩写(短 prompt 建议开启)
watermarkoptBOOLEANfalse是否加水印
seedoptINT00–21474836470=随机;固定可复现结果
image1optIMAGE参考图 1:接「加载图像」即图生图
image2optIMAGE参考图 2(可选)
image3optIMAGE参考图 3(可选)
image4optIMAGE参考图 4(可选)
image_urls_textoptSTRING进阶:已有公网图片 URL 时每行贴一个,与 IMAGE 口混用
api_keyoptSTRINGEvoLink API Key(sk- 开头)。首次填写后自动保存到本机配置,之后可留空。分享工作流前请清空此框。获取:evolink.ai/dashboard/keys
timeout_secondsoptINT30060–3600最长等待时间;生成失败或审核拦截的任务不扣费

Outputs (5)

NameTypeDescription
imageIMAGE生成结果(已下载落地,可直连保存节点)
task_idSTRINGEvoLink 任务 ID,可到 evolink.ai/zh/dashboard/logs 查询
status_infoSTRING人读状态摘要(模型/用时/消耗 credits)
result_urlsSTRING结果原始链接,每行一个(24 小时过期)
response_jsonSTRING平台 GET /v1/tasks/{id} 的完整 JSON 响应(status/usage/results 等),供下游节点解析