Visit ComfyUI Online for ready-to-use ComfyUI environment
Create and manage image layers with precise control over composition and manipulation.
The ShowLayer
node is designed to create and manage layers within an image composition workflow. This node allows you to define specific areas within an image by setting coordinates and dimensions, which can then be used to manipulate or display different parts of the image. The primary goal of this node is to facilitate the creation of complex image compositions by enabling precise control over individual layers. This can be particularly useful for tasks such as image editing, graphic design, and other creative projects where layering and masking are essential.
This parameter is used to specify the edit mode for the layer. It is a required parameter and its value should be set to "EDIT"
.
The x
parameter defines the horizontal coordinate of the top-left corner of the layer. It determines where the layer will be positioned along the x-axis. The default value is 0, with a minimum value of -100 and a maximum value of 8192. You can adjust this value using a slider or by entering a number directly.
The y
parameter defines the vertical coordinate of the top-left corner of the layer. It determines where the layer will be positioned along the y-axis. The default value is 0, with a minimum value of 0 and a maximum value of 8192. You can adjust this value using a slider or by entering a number directly.
The layers
output parameter returns a list of layers created by the node. Each layer in the list contains detailed information such as coordinates, dimensions, z-index, scale options, and the image and mask tensors. This output is essential for further processing or compositing tasks, as it provides the necessary data to manipulate and display the layers accurately.
x
and y
parameters to precisely position your layers within the image canvas. This can help in aligning elements and creating a cohesive composition.layers
output to combine multiple layers and create complex image compositions. You can pass this output to other nodes for further processing or rendering.x
or y
parameters are set to values outside the allowed range.x
parameter is between -100 and 8192, and the y
parameter is between 0 and 8192. Adjust the values accordingly to fall within these ranges.© Copyright 2024 RunComfy. All Rights Reserved.