ComfyUI Node
工具|API 多模型并发生图引擎
📝 API 多模型并发生图引擎:一次任务跨多个模型 + 多个中转站并发出图,支持 failover/race/parallel_all 三种策略。适合 A/B 测试、批量出图、容灾备份。
工具|API 多模型并发生图引擎
- Images
- Stage_Log
- Result_JSON
◄API_Keysk-►
◄PromptA cinematic commercial product image, precise details, realistic lighting.►
◄Modelsgrok-imagine-image
grok-imagine-image-pro►
◄Relay_Hostshttps://tikpan.com►
◄Size1024x1024►
◄Images_Per_Model1►
◄Max_Concurrency3►
◄Strategyfailover►
◄Response_Format云端链接|url►
◄Timeout_Seconds240►
◄Skip_Errortrue►
Category👑 Tikpan 官方独家节点/06 任务与并发 Tools/并发引擎 Parallel Engine
Inputs (11)
| Name | Type | Default | Description |
|---|---|---|---|
| API_Key | STRING | sk- | Tikpan 平台的 API 密钥,以 sk- 开头,从 https://tikpan.com 获取 |
| Prompt | STRING | A cinematic commercial product image, precise details, realistic lighting. | 对所有模型/中转站同时下发的提示词 |
| Models | STRING | grok-imagine-image grok-imagine-image-pro | 每行一个模型 ID;以 # 开头的行会被忽略 |
| Relay_Hosts | STRING | https://tikpan.com | 每行一个中转站地址;引擎会用每个模型轮流尝试每个中转站 |
| Size | COMBO | 1024x1024 | 出图尺寸(统一应用到所有模型) |
| Images_Per_Model | INT | 11–4 | 每个模型在每个中转站生成几张 |
| Max_Concurrency | INT | 31–12 | 最大并发请求数;越大越快但更容易触发限流 |
| Strategy | COMBO | failover | failover=失败再轮下一个;parallel_all=全部一起跑;race_first_success=谁先成功用谁 |
| Response_Formatopt | COMBO | 云端链接|url | url=返回云端链接(推荐);b64_json=返回 Base64 |
| Timeout_Secondsopt | INT | 24030–1800 | 单个请求等待上限秒数 |
| Skip_Erroropt | BOOLEAN | true | 开启后异常时跳过坏任务,不打断整批 |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| Images | IMAGE | — |
| Stage_Log | STRING | — |
| Result_JSON | STRING | — |