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

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ConditioningTimestepsRange/en.md)

The ConditioningTimestepsRange node creates three distinct timestep ranges for controlling when conditioning effects are applied during the generation process. It takes start and end percentage values and divides the entire timestep range (0.0 to 1.0) into three segments: the main range between the specified percentages, the range before the start percentage, and the range after the end percentage.

## Inputs

| Parameter       | Data Type | Required | Range     | Description                                                  |
| --------------- | --------- | -------- | --------- | ------------------------------------------------------------ |
| `start_percent` | FLOAT     | Yes      | 0.0 - 1.0 | The starting percentage of the timestep range (default: 0.0) |
| `end_percent`   | FLOAT     | Yes      | 0.0 - 1.0 | The ending percentage of the timestep range (default: 1.0)   |

## Outputs

| Output Name       | Data Type        | Description                                                        |
| ----------------- | ---------------- | ------------------------------------------------------------------ |
| `TIMESTEPS_RANGE` | TIMESTEPS\_RANGE | The main timestep range defined by start\_percent and end\_percent |
| `BEFORE_RANGE`    | TIMESTEPS\_RANGE | The timestep range from 0.0 to start\_percent                      |
| `AFTER_RANGE`     | TIMESTEPS\_RANGE | The timestep range from end\_percent to 1.0                        |
