EvoLink Qwen Image 3.0 Pro (Official)
The same great text rendering, one tier up
- image1
- image2
- image3
- image4
- image
- task_id
- status_info
- result_urls
- response_json
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 like16: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
seedreproduces a result;prompt_extendhelps short prompts. - image1–image4 - 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.
Inputs (15)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | 画面描述,支持中文,擅长画面内文字渲染。 | |
| sizeopt | STRING | auto | auto / 比例如 1:1、16:9 / 像素如 1328x1328 |
| qualityopt | COMBO | 1K | 分辨率档位 |
| nopt | INT | 11–6 | 一次生成几张(1~6) |
| negative_promptopt | STRING | 不希望出现的内容 | |
| prompt_extendopt | BOOLEAN | false | 提示词智能扩写(短 prompt 建议开启) |
| watermarkopt | BOOLEAN | false | 是否加水印 |
| seedopt | INT | 00–2147483647 | 0=随机;固定可复现结果 |
| image1opt | IMAGE | 参考图 1:接「加载图像」即图生图 | |
| image2opt | IMAGE | 参考图 2(可选) | |
| image3opt | IMAGE | 参考图 3(可选) | |
| image4opt | IMAGE | 参考图 4(可选) | |
| image_urls_textopt | STRING | 进阶:已有公网图片 URL 时每行贴一个,与 IMAGE 口混用 | |
| api_keyopt | STRING | EvoLink API Key(sk- 开头)。首次填写后自动保存到本机配置,之后可留空。分享工作流前请清空此框。获取:evolink.ai/dashboard/keys | |
| timeout_secondsopt | INT | 30060–3600 | 最长等待时间;生成失败或审核拦截的任务不扣费 |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | 生成结果(已下载落地,可直连保存节点) |
| task_id | STRING | EvoLink 任务 ID,可到 evolink.ai/zh/dashboard/logs 查询 |
| status_info | STRING | 人读状态摘要(模型/用时/消耗 credits) |
| result_urls | STRING | 结果原始链接,每行一个(24 小时过期) |
| response_json | STRING | 平台 GET /v1/tasks/{id} 的完整 JSON 响应(status/usage/results 等),供下游节点解析 |