new.ip233.com|omni-fast-no-water 文/图生视频
Omni-fast without the watermark — the no-logo version of the same recipe
- 参考图
- 首帧图
- 尾帧图
- 本地保存路径
- 任务ID
- 视频云端直链
- 完整日志
- 视频输出
This is TikpanCangyuanOmniFastNode with the branding stripped out. Same fixed recipe - about 10 seconds, 720p, 16:9 or 9:16 - but the model is omni-fast-no-water, i.e. the relay's no-watermark variant of the same video model. Same inputs, same polling, same five outputs. The only real difference is which model ID goes into the request, and the price tag, which the relay presumably sets a notch higher for the privilege of no logo.
It ships in ComfyUI-Tikpan-Pro (official plugin for Tikpan.com) and needs a key from https://new.ip233.com - the relay group's separate signup, not your Tikpan key. Cloud model, no local install beyond the node.
How it works
Identical machinery to the watermarked version: POST {model: omni-fast-no-water, prompt, aspect_ratio, ...} to https://new.ip233.com/v1/videos, poll until done, download the MP4 to the output folder, return a VIDEO tensor plus path/URL/log. The two nodes share the same codebase - this one just locks in a different model string and hides the model selector.
The inputs that matter
- 生成指令 - the prompt. Same default cinematic text as the standard node.
- 画面比例 - 16:9 or 9:16 only.
- 参考图 / 首帧图 / 尾帧图 - optional; single image-to-video, or first/last-frame control. Multi-image reference is a multipart upload this JSON node doesn't do - the tooltip warns you.
Optional: 最长等待秒数 (600), 查询间隔秒数 (5), 校验HTTPS证书, 跳过错误.
Outputs
视频输出 (VIDEO), 本地保存路径, 视频云端直链, 任务ID, 完整日志 - the standard five.
Install
cd ComfyUI/custom_nodes
git clone https://github.com/htrert/ComfyUI-Tikpan-Pro
or ComfyUI Manager → Tikpan → Install → restart.
Gotchas
The honest one: "no watermark" is a claim about the relay's serving, and you can't verify it until you download the result - a tiny preview in the graph may not show it, so check the actual MP4. Also, don't assume the no-water model is automatically better; run one clip on each and compare cost before you standardize, because watermark-free tiers are usually where relays make their margin. Everything else - fixed 10-second length, no duration control, thin documentation, obscure pack - carries over from the standard node. Small test run first.
Inputs (12)
| Name | Type | Default | Description |
|---|---|---|---|
| new.ip233.com说明 | COMBO | 1 options: omni-fast-no-water | /v1/videos JSON 异步 | 固定约 10 秒、720p,支持文生/图生/首尾帧 | |
| 获取密钥请访问 | COMBO | 1 options: https://new.ip233.com | |
| API_密钥 | STRING | sk- | — |
| 生成指令 | STRING | A cinematic commercial video with natural motion and clean details. | — |
| 画面比例 | COMBO | 16:9 横屏|16:9 | 2 options: 16:9 横屏|16:9, 9:16 竖屏|9:16 |
| 参考图opt | IMAGE | 可选单张图生视频参考图;多图参考属于 multipart 上传,本 JSON 节点不展开。 | |
| 首帧图opt | IMAGE | 可选首帧图。 | |
| 尾帧图opt | IMAGE | 可选尾帧图。 | |
| 最长等待秒数opt | INT | 60060–7200 | — |
| 查询间隔秒数opt | INT | 55–60 | — |
| 校验HTTPS证书opt | BOOLEAN | false | — |
| 跳过错误opt | BOOLEAN | false | — |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| 本地保存路径 | STRING | — |
| 任务ID | STRING | — |
| 视频云端直链 | STRING | — |
| 完整日志 | STRING | — |
| 视频输出 | VIDEO | — |