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

# ModelSamplingLTXV - ComfyUI Built-in Node Documentation

> Complete documentation for the ModelSamplingLTXV 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/ModelSamplingLTXV/zh.md)

ModelSamplingLTXV 节点基于令牌数量对模型应用高级采样参数。它通过在基础偏移值和最大偏移值之间进行线性插值来计算偏移值，该计算取决于输入潜空间中的令牌数量。该节点随后创建一个专门的模型采样配置，并将其应用于输入模型。

## 输入参数

| 参数名      | 数据类型   | 必填 | 取值范围        | 描述                       |
| -------- | ------ | -- | ----------- | ------------------------ |
| `模型`     | MODEL  | 是  | -           | 要应用采样参数的输入模型             |
| `最大移位`   | FLOAT  | 否  | 0.0 到 100.0 | 计算中使用的最大偏移值（默认：2.05）     |
| `基础移位`   | FLOAT  | 否  | 0.0 到 100.0 | 计算中使用的基础偏移值（默认：0.95）     |
| `Latent` | LATENT | 否  | -           | 可选的潜空间输入，用于确定偏移计算所需的令牌数量 |

## 输出结果

| 输出名称 | 数据类型  | 描述            |
| ---- | ----- | ------------- |
| `模型` | MODEL | 应用了采样参数后的修改模型 |
