Vidu Q3 Turbo Image To Video (Channel Edition)
Vidu Q3 Turbo image-to-video, Channel edition — the iteration machine
- image
- api_config
- video
- request_id
- urls
Here's the thing about image-to-video with a strong model: the first take is rarely the take, and waiting on the Pro tier for every attempt is how you burn an afternoon. Vidu Q3 Turbo's Channel I2V node is built for the other workflow - cheap, fast takes until one lands, then you lock it and move on.
What this node does
BizyTRD_Vidu_Q3_Turbo_Base_I2V_API animates an image first frame forward on the Turbo tier, in the lean Channel edition. No seed, no paid prompt-recommendation feature, no first-last-frame inputs - the Channel Turbo I2V is deliberately the most stripped-down of the I2V options. That's the point: fewer knobs, less to think about, faster queue.
Cloud execution like the whole pack: flip BizyAirPlus ON, and Turbo runs on BizyAir's servers; ComfyUI uploads your still and streams back the clip.
The inputs that matter
image- the first frame. Feed it a clean, well-composed still; Turbo is faster but it can't fix a bad anchor.prompt- 1–4000 characters of motion.resolution- 720P default.duration- combo, 1–16 seconds.style-generaldefault.audio- on by default: Q3 syncs dialogue and SFX.movement_amplitude-autodefault; nudge for more/less motion.aspect_ratio- 16:9 default, inherits from the image when unset.
Shared BizyAir options: api_config (endpoint/key override) and skip_error (placeholder instead of abort).
Outputs
video- the finished clip, ready for preview/save.request_id- cloud task ID.urls- hosted result URLs.
How to install
cd /path/to/ComfyUI/custom_nodes
git clone https://github.com/siliconflow/BizyAirPlus.git
cd BizyAirPlus
python -m pip install -r requirements.txt
Restart ComfyUI (or install "BizyAirPlus" via ComfyUI Manager). Deps: bizyair-cloudberry and bizytrd; no model files. First run: account at bizyair.ai → API key → enter when the ON button prompts (or Settings > BizyAirPlus > API Key; key at ~/.BizyAirPlus/apikey.ini).
Where people get burned
Expectation management is the whole game here. Turbo I2V is not a downgrade so much as a trade: on simple motion it can look nearly identical to Pro, and on fine detail - the subtle eye and lip movements that made Q3 famous - it gives up ground. If you need the expression-fidelity showcase take, use Pro. If you need to iterate a concept twenty times, Turbo Channel is the one that keeps your points intact.
And the pack note: BizyAir's malware reputation is leftover from a 2025 ComfyUI Manager auto-install bug - legitimate SiliconFlow pack. Remove it properly with pip uninstall bizyair-cloudberry bizytrd if you ever need it gone.
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Input Picture | |
| prompt | STRING | Video generation prompts, 1-4000 characters | |
| resolution | COMBO | 720P | Output resolution |
| duration | COMBO | 5 | Video length, in seconds, range 1-16 seconds |
| style | COMBO | general | Style of video generation |
| audio | BOOLEAN | true | Whether audio and video synchronization generation is enabled. True: outputs video with dialogue and sound effects; false: outputs silent video |
| aspect_ratioopt | COMBO | 16:9 | Output video aspect ratio, not set by the input picture decision |
| movement_amplitudeopt | COMBO | auto | The range of motion of an object in a picture |
| api_configopt | BIZYAIR_OPENAPI_CONFIG | 单次请求覆盖base_url和api_key | |
| skip_erroropt | BOOLEAN | false | 开启后遇到错误不中断工作流,输出对应类型的错误占位符 |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| video | VIDEO | — |
| request_id | STRING | — |
| urls | STRING | — |