> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# LTXVImgToVideoInplace - ComfyUI Built-in Node Documentation

> Complete documentation for the LTXVImgToVideoInplace node in ComfyUI. Learn its inputs, outputs, parameters and usage.

LTXVImgToVideoInplace 节点通过将输入图像编码到视频潜空间的初始帧中，对视频潜空间表示进行条件化处理。其工作原理是使用 VAE 将图像编码到潜空间，然后根据指定的强度将其与现有潜空间样本进行混合。这使得图像能够作为视频生成的起始点或条件信号。

## 输入

| 参数    | 描述                                                   | 数据类型    | 是否必填 | 范围        |
| ----- | ---------------------------------------------------- | ------- | ---- | --------- |
| `vae` | 用于将输入图像编码到潜空间的 VAE 模型。                               | VAE     | 是    | -         |
| `图像`  | 待编码并用于条件化视频潜空间的输入图像。                                 | IMAGE   | 是    | -         |
| `潜空间` | 待修改的目标视频潜空间表示。                                       | LATENT  | 是    | -         |
| `强度`  | 控制编码图像融入潜空间的混合强度。值为 1.0 时完全替换初始帧，较低的值则进行混合。（默认值：1.0） | FLOAT   | 否    | 0.0 - 1.0 |
| `跳过`  | 绕过条件化处理。启用时，节点将原样返回输入的潜空间数据。（默认值：False）              | BOOLEAN | 否    | -         |

**注意：** `image` 将根据 `latent` 输入的宽度和高度自动调整大小，以匹配 `vae` 编码所需的空间维度。

## 输出

| 输出名称  | 描述                                                     | 数据类型   |
| ----- | ------------------------------------------------------ | ------ |
| `潜空间` | 修改后的视频潜空间表示。包含更新后的样本以及一个 `noise_mask`，该掩码将条件化强度应用于初始帧。 | LATENT |

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/LTXVImgToVideoInplace/zh.md)

***

**Source fingerprint (SHA-256):** `49df511591071f51e2b86f2302cfb438d18b5e1ade7ef228345f65fddf88dbcc`
