图片|Grok Imagine Image Pro 生图
Pro is about the last 20% of quality
- Image
- Log
This is the same node as the pack's standard Grok Imagine text-to-image - identical inputs, identical workflow - with one change: the model is grok-imagine-image-pro instead of grok-imagine-image, and Tikpan prices it at 0.728 RMB per image versus 0.208 for the standard. About 3.5x the price for what is, honestly, the last 20% of quality. If you're making social-media filler or testing prompts, buy the standard node. If the image is going into a paid ad, a product listing, or anywhere a client's eyes will land, Pro's extra detail and more believable lighting are usually worth the difference.
Everything else about it is the pack's plain text-to-image node, so the mechanics won't surprise you if you've used its sibling. Prompt in via 生成指令, POST to Tikpan's /v1/images/generations, image tensor out. There's no editing input here - no reference image port - this one is strictly "make me a new image from text." The edit flavor of Pro lives in a separate node.
The inputs that matter
API_密钥- yoursk-key from https://tikpan.com. Prepaid, no free tier.生成指令- the prompt; specific English wins. The default is a cinematic product poster, which is this pack's target audience in one line.清晰度-1kvs2k. On Pro, the 2k bump is where the money shows: more texture in materials, sharper fine detail. Still, test at 1k first, because Pro at 1k beats standard at 2k for most product work and costs about the same.画面比例-autoor the usual 1:1 / 16:9 / 9:16.生成张数- 1 to 10, each billed.
The outputs are Image (IMAGE) and Log (STRING), exactly like the standard node - wire Image into a Save/Preview node and you're done.
The Pro-versus-standard call
Here's the honest rule of thumb. Standard Grok Imagine is a workhorse: fast, cheap, good enough for content fill. Pro is for the deliverables. Where people get burned is treating Pro as a drop-in upgrade for a workflow that was working - you pay 3.5x for gains you only notice at 2k on a big screen. My advice: keep standard in the draft stage, reach for Pro only when a prompt is already good and the image actually matters. The one-line test - "would I notice this difference on a phone?" - answers it for most people most of the time.
Install and first run
Installation is the pack's standard affair, and there are no extra dependencies beyond what ComfyUI ships:
cd ComfyUI/custom_nodes
git clone https://github.com/htrert/ComfyUI-Tikpan-Pro
Restart, or search "Tikpan" in ComfyUI Manager. Paste your key, write a prompt, run. First result comes back in a few seconds - it's a synchronous API call, so the node blocks until the image is done.
Common issues
Same upstream error family as every node here: 401 bad key, 402 empty balance, 429 too many requests (slow down, wait 30–60s). Because Pro costs more per call, double-check your prompt before submitting and keep an eye on the Log output for whether a failed request still drew from your balance - a failed call at Pro prices stings more. And if you're batch-generating, 跳过错误 will return a black image on failure instead of aborting the whole run.
Inputs (11)
| Name | Type | Default | Description |
|---|---|---|---|
| 💰_福利_💰 | COMBO | 1 options: 🔥 0.6元RMB兑1美元余额 | 全网底价 👉 https://tikpan.com | |
| 获取密钥请访问 | COMBO | 1 options: 👉 https://tikpan.com (官方授权Key获取点) | |
| 节点说明 | COMBO | 1 options: Grok Imagine Image Pro | /v1/images/generations | 文生图 | Tikpan 参数: n / aspect_ratio / resolution / response_format | 0.728 RMB per image | |
| API_密钥 | STRING | sk- | Tikpan 平台的 API 密钥,以 sk- 开头,从 https://tikpan.com 获取 |
| 生成指令 | STRING | A cinematic product poster with precise details, realistic lighting, high-end commercial photography. | 描述你想生成的画面,越具体越准确,推荐英文 |
| 模型 | COMBO | grok-imagine-image-pro | 本节点使用的 Grok Imagine 模型 |
| 生成张数 | INT | 11–10 | 一次生成几张结果;张数越多越慢越贵 |
| 画面比例 | COMBO | auto | 画面比例:auto 让模型决定;常用 1:1 通用、16:9 横屏、9:16 竖屏 |
| 清晰度 | COMBO | auto | 分辨率档位:1k 省钱快出;2k 更精细但更慢更贵 |
| 返回方式opt | COMBO | 云端链接|url | Tikpan response_format:url 或 b64_json |
| 跳过错误opt | BOOLEAN | false | 本地执行参数:请求失败时返回黑图,避免工作流中断。 |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| Image | IMAGE | — |
| Log | STRING | — |