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

# ConditioningTimestepsRange - ComfyUI Built-in Node Documentation

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

ConditioningTimestepsRange 节点会创建三个不同的时间步长范围，用于控制生成过程中条件效果的生效时机。该节点接收起始和结束百分比值，并将整个时间步长范围（0.0 到 1.0）划分为三个区间：指定百分比之间的主范围、起始百分比之前的范围以及结束百分比之后的范围。

## 输入

| 参数      | 描述                    | 数据类型  | 是否必填 | 范围        |
| ------- | --------------------- | ----- | ---- | --------- |
| `开始百分比` | 时间步长范围的起始百分比（默认值：0.0） | FLOAT | 是    | 0.0 - 1.0 |
| `结束百分比` | 时间步长范围的结束百分比（默认值：1.0） | FLOAT | 是    | 0.0 - 1.0 |

## 输出

| 输出名称  | 描述                                         | 数据类型             |
| ----- | ------------------------------------------ | ---------------- |
| `范围前` | 由 start\_percent 和 end\_percent 定义的主时间步长范围 | TIMESTEPS\_RANGE |
| `范围前` | 从 0.0 到 start\_percent 的时间步长范围             | TIMESTEPS\_RANGE |
| `范围后` | 从 end\_percent 到 1.0 的时间步长范围               | TIMESTEPS\_RANGE |

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

***

**Source fingerprint (SHA-256):** `dee21b5ac80fabdeacf3f4a985550fff795702e02911400ae49a97baae834e5e`
