The ConditioningSetProperties node modifies the properties of conditioning data by adjusting strength, area settings, and applying optional masks, hooks, or timestep ranges. It allows you to control how conditioning influences the generation process by setting specific parameters that affect the application of conditioning data during image generation.

## Inputs

| Parameter | Description | Data Type | Input Type | Default | Range |
| --- | --- | --- | --- | --- | --- |
| `cond_NEW` | The conditioning data to modify | CONDITIONING | Required | - | - |
| `strength` | Controls the intensity of the conditioning effect | FLOAT | Required | 1.0 | 0.0 - 10.0 (step: 0.01) |
| `set_cond_area` | Determines how the conditioning area is applied. Choose "default" for standard behavior or "mask bounds" to restrict to the mask region | STRING | Required | default | ["default", "mask bounds"] |
| `mask` | Optional mask to restrict where conditioning is applied | MASK | Optional | - | - |
| `hooks` | Optional hook functions for custom processing | HOOKS | Optional | - | - |
| `timesteps` | Optional timestep range to limit when conditioning is active | TIMESTEPS_RANGE | Optional | - | - |

**Note:** When a `mask` is provided, the `set_cond_area` parameter can be set to "mask bounds" to restrict conditioning application to the masked region only. The `hooks` parameter allows for custom processing via hook functions, and `timesteps` limits the conditioning effect to a specific range of timesteps during generation.

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `CONDITIONING` | The modified conditioning data with updated properties | CONDITIONING |

> 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/ConditioningSetProperties/en.md)

---
**Source fingerprint (SHA-256):** `5e3f5348f6df8f2fa1c1d42b883efcab3ee07d933e219f11fa48730aacc168d7`
