> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# LTXVPreprocess - ComfyUI Built-in Node Documentation

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

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

LTXVPreprocess 节点对图像应用压缩预处理。它接收输入图像并使用指定的压缩级别进行处理，输出应用了压缩设置的处理后图像。

## 输入参数

| 参数名    | 数据类型  | 必填 | 取值范围  | 描述                |
| ------ | ----- | -- | ----- | ----------------- |
| `图像`   | IMAGE | 是  | -     | 待处理的输入图像          |
| `图像压缩` | INT   | 否  | 0-100 | 应用于图像的压缩量（默认值：35） |

## 输出结果

| 输出名称           | 数据类型  | 描述           |
| -------------- | ----- | ------------ |
| `output_image` | IMAGE | 应用压缩处理后的输出图像 |
