Visit ComfyUI Online for ready-to-use ComfyUI environment
Create new image layer with specific dimensions and position for AI artists managing multiple layers in compositions.
The NewLayer node is designed to create a new image layer with specified dimensions and position coordinates. This node is particularly useful for AI artists who need to manage and manipulate multiple image layers within their projects. By defining the position and size of the new layer, you can precisely control where and how the layer appears in your composition. This node simplifies the process of adding new layers, making it easier to build complex images with multiple elements.
The x
parameter specifies the horizontal position of the new layer. It determines the starting point of the layer on the x-axis. The value can range from -1024 to 8192, with a default value of 0. This allows you to place the layer anywhere within the specified range, providing flexibility in positioning.
The y
parameter specifies the vertical position of the new layer. It determines the starting point of the layer on the y-axis. The value can range from -1024 to 8192, with a default value of 0. This allows you to place the layer anywhere within the specified range, providing flexibility in positioning.
The layers
output parameter returns a list containing the newly created layer. Each layer in the list includes details such as its position, dimensions, and other relevant properties. This output is essential for further processing and manipulation of the layer within your project.
x
and y
parameters to the desired coordinates.x
and y
parameters to layer multiple images on top of each other, creating complex compositions.x
and y
values to achieve the perfect placement for your new layer.x
or y
value provided is outside the allowed range.x
and y
values are within the range of -1024 to 8192.layers
output.© Copyright 2024 RunComfy. All Rights Reserved.