This node applies ControlNet guidance to Stable Diffusion 3 conditioning. It takes positive and negative conditioning inputs along with a ControlNet model and image, then applies the control guidance with adjustable strength and timing parameters to influence the generation process.

**Note:** This node has been marked as deprecated and may be removed in future versions.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `positive` | The positive conditioning to apply ControlNet guidance to | CONDITIONING | Yes | - |
| `negative` | The negative conditioning to apply ControlNet guidance to | CONDITIONING | Yes | - |
| `control_net` | The ControlNet model to use for guidance | CONTROL_NET | Yes | - |
| `vae` | The VAE model used in the process | VAE | Yes | - |
| `image` | The input image that ControlNet will use as guidance | IMAGE | Yes | - |
| `strength` | The strength of the ControlNet effect (default: 1.0) | FLOAT | Yes | 0.0 - 10.0 |
| `start_percent` | The starting point in the generation process where ControlNet begins to apply (default: 0.0) | FLOAT | Yes | 0.0 - 1.0 |
| `end_percent` | The ending point in the generation process where ControlNet stops applying (default: 1.0) | FLOAT | Yes | 0.0 - 1.0 |

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `positive` | The modified positive conditioning with ControlNet guidance applied | CONDITIONING |
| `negative` | The modified negative conditioning with ControlNet guidance applied | 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/ControlNetApplySD3/en.md)

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