new.ip233.com|omni-v2v-no-water 视频转视频
Restyle clips with the logo stripped
- 本地视频
- 本地保存路径
- 任务ID
- 视频云端直链
- 完整日志
- 视频输出
The no-watermark twin of TikpanCangyuanOmniV2VStandardNode. Same video-to-video job - feed it a clip, restyle it into a "polished cinematic version," get back a ~10-second 720p MP4 - just served through the omni-v2v-no-water model instead of the watermarked one. If you've already read the standard V2V article, this is that, with the logo on the output removed and, presumably, a slightly higher per-clip price.
It ships in ComfyUI-Tikpan-Pro (the official plugin for Tikpan.com) and takes its key from https://new.ip233.com, separate from your Tikpan key. Cloud model, no local weights.
How it works
Byte-for-byte the same machinery as the standard V2V node: POST {model: omni-v2v-no-water, prompt, aspect_ratio, video ref} to https://new.ip233.com/v1/videos, poll the task, download the MP4 to the output folder, return VIDEO + paths + logs. The two nodes share a codebase; this one locks the model string.
The inputs that matter
- 生成指令 - the restyle prompt.
- 视频URL - the public URL of your source clip. The relay fetches it, so it has to be reachable from the internet, not your LAN.
- 本地视频 - optional
VIDEOinput for small clips; base64-embedded, capped around 64MB, so go the URL route for anything big. - 画面比例 - 16:9 or 9:16.
Optional: 最长等待秒数 (600), 查询间隔秒数 (5), 校验HTTPS证书, 跳过错误.
Outputs
视频输出 (VIDEO), 本地保存路径, 视频云端直链, 任务ID, 完整日志.
Install
cd ComfyUI/custom_nodes
git clone https://github.com/htrert/ComfyUI-Tikpan-Pro
or ComfyUI Manager → Tikpan → Install → restart. No extra dependencies.
Gotchas
Same list as the standard V2V node, plus the watermark caveat: "no watermark" is a relay serving claim you only confirm by checking the downloaded file. And as always with this pack's relay group - thin docs, no community footprint, per-call video pricing - run one test clip before you commit real money to a batch. Prefer the URL input over local video for anything over a few MB; it's faster and less likely to hit the base64 size cap.
Inputs (11)
| Name | Type | Default | Description |
|---|---|---|---|
| new.ip233.com说明 | COMBO | 1 options: omni-v2v-no-water | /v1/videos JSON 异步 | 固定约 10 秒、720p,视频转视频 | |
| 获取密钥请访问 | COMBO | 1 options: https://new.ip233.com | |
| API_密钥 | STRING | sk- | — |
| 生成指令 | STRING | Transform this video into a polished cinematic version while preserving the main subject. | — |
| 视频URL | STRING | 公开可访问的视频 URL;如连接本地视频,可留空。 | |
| 画面比例 | COMBO | 16:9 横屏|16:9 | 2 options: 16:9 横屏|16:9, 9:16 竖屏|9:16 |
| 本地视频opt | VIDEO | 可选本地 VIDEO 输入;较大视频请使用视频URL。 | |
| 最长等待秒数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 | — |