ComfyUI Node
Canvas Loader
A class that either loads an existing image from a path or creates a new one based on the given parameters.
Canvas Loader
- canvas_image
◄use_canvasfalse►
◄update_canvasfalse►
◄image_width1024►
◄image_height1024►
◄fill_img_withwhite►
CategoryCanvasNodes
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| use_canvas | BOOLEAN | false | Use an existing image as a canvas. |
| update_canvas | BOOLEAN | false | Replace the current canvas with the most recently generated image. |
| image_width | INT | 1024128–4096 | — |
| image_height | INT | 1024128–4096 | — |
| fill_img_with | COMBO | white | 3 options: white, black, random |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| canvas_image | IMAGE | — |