new.ip233.com|Grok 通用视频生成
Text, refs, or video editing
- 参考图1
- 参考图2
- 参考图3
- 参考图4
- 参考图5
- 参考图6
- 参考图7
- 本地保存路径
- 任务ID
- 视频云端直链
- 完整日志
- 视频输出
This is the flexible Grok video node. Where its 1.5 sibling demands exactly one reference image, TikpanCangyuanGrokVideoNode does text-to-video, single-image, multi-image with up to seven reference frames, and even video editing if you feed it a 视频URL. Same relay, same /v1/video/generations endpoint, but a much broader brief - this is the one you reach for when you want Grok's motion with real character/subject consistency from a stack of stills, or when you want to restyle an existing clip.
It lives in ComfyUI-Tikpan-Pro (the official plugin for Tikpan.com), in the new.ip233.com relay group - so it needs its own sk- key from https://new.ip233.com. Closed model, pay-per-video, no local weights involved.
How it works
Same shape as the other relay video nodes: prompt + optional image(s) get POSTed to the relay as JSON, the node polls until the job finishes, downloads the MP4 to your output folder, and returns a VIDEO tensor plus paths and logs. The differences are in what you're allowed to send: up to 7 reference images (参考图1–7), a 视频URL that flips the call into video-edit mode, and a prompt cap of 4096 characters - enough for a detailed scene description.
The inputs that matter
- 生成指令 - the prompt. Keep it under 4096 characters; the relay hard-caps it.
- 视频时长 - 4 to 15 seconds in the same 4/6/8/10/12/15 dropdown.
- 分辨率 - 480p or 720p.
- 画面比例 - the widest set in this relay group: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3.
- 参考图1 … 参考图7 - optional image inputs. Zero for pure text-to-video, a few for subject consistency, seven if you're being ambitious. Keep the subject in frame in every still - that's what actually drives consistency, not the model's hope.
- 视频URL - optional; fill it to run in video-edit mode (a URL Grok's servers can fetch). The tooltip is explicit that this changes the call into video editing.
The usual relay tail - 最长等待秒数 (300), 查询间隔秒数 (5), 校验HTTPS证书 (off), 跳过错误 - is unchanged.
Outputs
Same five as the 1.5 node: 视频输出 (VIDEO), 本地保存路径 (MP4 in the output dir), 视频云端直链, 任务ID, 完整日志.
Install
cd ComfyUI/custom_nodes
git clone https://github.com/htrert/ComfyUI-Tikpan-Pro
or ComfyUI Manager → search Tikpan → Install → restart. Stock deps only.
Gotchas
Two traps. First, multi-image mode is where people overload the model - throwing seven unrelated images at it makes the output muddier, not more consistent; two or three well-composed frames usually beat a pile of random stills. Second, the video-edit mode needs a publicly reachable URL; a localhost or intranet link won't work because the relay's servers are the ones fetching it. And the standing reminder for this whole pack: it's a thin-documented relay plugin with basically no community discussion, so test on short 4-second 480p clips before you spend on the long 720p renders.
Inputs (19)
| Name | Type | Default | Description |
|---|---|---|---|
| new.ip233.com说明 | COMBO | 1 options: grok-video 通用视频 | /v1/video/generations | 文生/单图/多图/视频编辑,提示词上限 4096 字符 | |
| 获取密钥请访问 | COMBO | 1 options: https://new.ip233.com | |
| API_密钥 | STRING | sk- | — |
| 生成指令 | STRING | Create a cinematic video with smooth motion and consistent subject details. | — |
| 视频时长 | COMBO | 6秒|6s | 6 options: 4秒|4s, 6秒|6s, 8秒|8s, 10秒|10s, 12秒|12s, 15秒|15s |
| 分辨率 | COMBO | 720p 高清|720p | 2 options: 480p 标清|480p, 720p 高清|720p |
| 画面比例 | COMBO | 16:9 横屏|16:9 | 7 options: 1:1 方形|1:1, 16:9 横屏|16:9, 9:16 竖屏|9:16, 4:3 横屏|4:3, 3:4 竖屏|3:4, 3:2 横屏|3:2, +1 |
| 视频URLopt | STRING | 可选,填写后按 grok-video 视频编辑模式发送 video_url。 | |
| 最长等待秒数opt | INT | 30060–7200 | — |
| 查询间隔秒数opt | INT | 55–60 | — |
| 校验HTTPS证书opt | BOOLEAN | false | — |
| 跳过错误opt | BOOLEAN | false | — |
| 参考图1opt | IMAGE | 可选参考图 1,grok-video 最多 7 张。 | |
| 参考图2opt | IMAGE | 可选参考图 2,grok-video 最多 7 张。 | |
| 参考图3opt | IMAGE | 可选参考图 3,grok-video 最多 7 张。 | |
| 参考图4opt | IMAGE | 可选参考图 4,grok-video 最多 7 张。 | |
| 参考图5opt | IMAGE | 可选参考图 5,grok-video 最多 7 张。 | |
| 参考图6opt | IMAGE | 可选参考图 6,grok-video 最多 7 张。 | |
| 参考图7opt | IMAGE | 可选参考图 7,grok-video 最多 7 张。 |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| 本地保存路径 | STRING | — |
| 任务ID | STRING | — |
| 视频云端直链 | STRING | — |
| 完整日志 | STRING | — |
| 视频输出 | VIDEO | — |