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

# DisableNoise - ComfyUI Built-in Node Documentation

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

The DisableNoise node provides an empty noise configuration that can be used to disable noise generation in sampling processes. It returns a special noise object that contains no noise data, allowing other nodes to skip noise-related operations when connected to this output.

## Inputs

| Parameter             | Data Type | Required | Range | Description                                      |
| --------------------- | --------- | -------- | ----- | ------------------------------------------------ |
| *No input parameters* | -         | -        | -     | This node does not require any input parameters. |

## Outputs

| Output Name | Data Type | Description                                                                                              |
| ----------- | --------- | -------------------------------------------------------------------------------------------------------- |
| `NOISE`     | NOISE     | Returns an empty noise configuration that can be used to disable noise generation in sampling processes. |
