> ## 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.

# AnimaLLLiteApply - ComfyUI Built-in Node Documentation

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

此节点对扩散模型应用轻量级动画补丁，通过可调节的强度和时序实现受控的图像到图像生成。它将预配置的模型补丁与输入图像及可选遮罩集成，修改模型的注意力层和 MLP 层以影响生成过程。

## 输入

| 参数      | 描述                      | 数据类型         | 是否必填 | 范围           |
| ------- | ----------------------- | ------------ | ---- | ------------ |
| `模型`    | 要应用补丁的基础扩散模型            | MODEL        | 是    |              |
| `模型补丁`  | 要应用的预配置动画补丁             | MODEL\_PATCH | 是    |              |
| `图像`    | 用于引导生成的参考图像             | IMAGE        | 是    |              |
| `强度`    | 补丁效果的强度（默认值：1.0）        | FLOAT        | 是    | -10.0 至 10.0 |
| `起始百分比` | 补丁开始生效的降噪过程百分比（默认值：0.0） | FLOAT        | 是    | 0.0 至 1.0    |
| `结束百分比` | 补丁停止生效的降噪过程百分比（默认值：1.0） | FLOAT        | 是    | 0.0 至 1.0    |
| `掩码`    | 可选遮罩，用于将补丁效果限制在图像的特定区域  | MASK         | 否    |              |

**参数约束说明：** 如果 `model_patch` 具有 4 个输入通道且未提供 `mask`，则会自动创建一个与图像尺寸匹配的零遮罩。如果 `model_patch` 不具有 4 个输入通道，则 `mask` 参数将被忽略并设置为 `None`。

## 输出

| 输出名称    | 描述           | 数据类型  |
| ------- | ------------ | ----- |
| `MODEL` | 已应用动画补丁的扩散模型 | MODEL |

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

***

**Source fingerprint (SHA-256):** `291dc6a6619faab1c1100110c71c47381addcd80dbaf933dd8025a376bc2bee7`
