Ltx 2.3 Image To Video
Animate a still with LTX 2.3's image-to-video, minus the 22B
- image
- api_config
- video
- request_id
- urls
Image-to-video is where LTX 2.3 went from "promising" to "the one people actually finish work with." The 2.2-era complaint - that I2V was a static nightmare - got fixed, hard. This BizyAirPlus node is LTX 2.3's I2V mode served over the cloud, so you can animate a still with one of the best open video models of 2026 without owning the GPU it officially wants. For anyone who's already got a strong image (from Z-Image, Klein, whatever) and needs it to move, this is the shortest path in the pack.
What it is
The "Self-Hosted" LTX node - BizyAir runs Lightricks' 22B open-weight model, you consume it as an API call. Text-to-video's sibling, and arguably the more useful one: feed it an image and a prompt and get back an animated clip that keeps the subject, with LTX 2.3's native audio on top.
How it works
The image input is your starting frame, the prompt describes what happens next, and the cloud runs the LTX 2.3 I2V pipeline - conditioning on your image, sampling the motion, decoding audio-synced video. Same model the local nodes run, none of the setup. You control resolution, duration, orientation, and seed; the sampling itself stays remote.
The inputs that matter
- image - required. The still to animate. Garbage in, garbage moving - the source image quality is the ceiling.
- prompt - describe the motion over time, including any sound. LTX rewards specific, physical descriptions.
- resolution - 1080P by default.
- duration - 5–10 seconds (note the I2V node gives you up to 10, unlike the T2V node's fixed 5).
- display - presentation mode, default "horizontal."
- seed - reproducibility.
api_config and skip_error are the pack standard.
Outputs
video → SaveVideo/preview. request_id is the cloud job ID. urls are direct links to the rendered clips.
Installing
ComfyUI Manager → "BizyAirPlus", or:
cd ComfyUI/custom_nodes
git clone https://github.com/siliconflow/BizyAirPlus.git
cd BizyAirPlus
python -m pip install -r requirements.txt
Restart, turn the BizyAirPlus button ON, enter your API key from bizyair.ai.
Where people get burned
The source image is 80% of the result - LTX I2V respects the still, and a muddy, low-contrast frame animates into muddy motion. Feed it a clean, well-exposed image. The duration range is 5–10s; pushing 10 with a lot of motion invites the smudgy movement LTX critics complain about, so keep actions modest on long takes. And remember it's metered: iterate on prompt at 5s before spending a 10-second render, and check that you're not double-paying by animating an image you'll reroll anyway.
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Upload the image | |
| prompt | STRING | Prompts | |
| resolution | COMBO | 1080P | Video resolution |
| duration | INT | 55–10 | Video duration |
| displayopt | COMBO | horizontal | Mode of presentation |
| seedopt | INT | 0-1–2147483647 | Seeds |
| 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 | — |