> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-feat-openapi-i18n.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SolidMask - ComfyUI Built-in Node Documentation

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

The SolidMask node generates a uniform mask with a specified value across its entire area. It's designed to create masks of specific dimensions and intensity, useful in various image processing and masking tasks.

## Inputs

| Parameter | Description                                                                                                       | Data Type |
| --------- | ----------------------------------------------------------------------------------------------------------------- | --------- |
| `value`   | Specifies the intensity value of the mask, affecting its overall appearance and utility in subsequent operations. | FLOAT     |
| `width`   | Determines the width of the generated mask, directly influencing its size and aspect ratio.                       | INT       |
| `height`  | Sets the height of the generated mask, affecting its size and aspect ratio.                                       | INT       |

## Outputs

| Parameter | Description                                                     | Data Type |
| --------- | --------------------------------------------------------------- | --------- |
| `mask`    | Outputs a uniform mask with the specified dimensions and value. | MASK      |

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