Image
EmptyImage - ComfyUI Built-in Node Documentation
Complete documentation for the EmptyImage node in ComfyUI. Learn its inputs, outputs, parameters and usage.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Complete documentation for the EmptyImage node in ComfyUI. Learn its inputs, outputs, parameters and usage.
| Parameter Name | Data Type | Description |
|---|---|---|
width | INT | Sets the width of the generated image (in pixels), determining the horizontal dimensions of the canvas |
height | INT | Sets the height of the generated image (in pixels), determining the vertical dimensions of the canvas |
batch_size | INT | The number of images to generate at once, used for batch creation of images with the same specifications |
color | INT | The background color of the image. You can input hexadecimal color settings, which will be automatically converted to decimal |
| Output Name | Data Type | Description |
|---|---|---|
image | IMAGE | The generated blank image tensor, formatted as [batch_size, height, width, 3], containing RGB three color channels |
| Color Name | Hexadecimal Value |
|---|---|
| Black | 0x000000 |
| White | 0xFFFFFF |
| Red | 0xFF0000 |
| Green | 0x00FF00 |
| Blue | 0x0000FF |
| Yellow | 0xFFFF00 |
| Cyan | 0x00FFFF |
| Magenta | 0xFF00FF |
| Orange | 0xFF8000 |
| Purple | 0x8000FF |
| Pink | 0xFF80C0 |
| Brown | 0x8B4513 |
| Dark Gray | 0x404040 |
| Light Gray | 0xC0C0C0 |
| Navy Blue | 0x000080 |
| Dark Green | 0x008000 |
| Dark Red | 0x800000 |
| Gold | 0xFFD700 |
| Silver | 0xC0C0C0 |
| Beige | 0xF5F5DC |
Was this page helpful?