Visit ComfyUI Online for ready-to-use ComfyUI environment
Generate custom latent image tensor with channel offsets for AI art projects.
The OffsetLatentImage node is designed to generate a latent image tensor with specified offsets for each channel. This node is particularly useful for AI artists who want to create custom latent images by manipulating the values of individual channels. By adjusting the offsets, you can influence the initial state of the latent image, which can be beneficial for various image generation and manipulation tasks. The primary goal of this node is to provide a flexible way to initialize latent images with specific characteristics, allowing for more controlled and creative outcomes in your AI art projects.
This parameter defines the width of the latent image. The width is specified in pixels and must be a multiple of 8. The minimum value is 16, the maximum value is determined by the system's maximum resolution, and the default value is 512. Adjusting the width will change the horizontal dimension of the generated latent image.
This parameter defines the height of the latent image. The height is specified in pixels and must be a multiple of 8. The minimum value is 16, the maximum value is determined by the system's maximum resolution, and the default value is 512. Adjusting the height will change the vertical dimension of the generated latent image.
This parameter specifies the number of latent images to generate in a single batch. The minimum value is 1, the maximum value is 4096, and the default value is 1. Increasing the batch size will generate multiple latent images simultaneously, which can be useful for batch processing or generating variations.
This parameter sets the offset value for the first channel of the latent image. The value is a floating-point number with a minimum of -10.0, a maximum of 10.0, and a default of 0.0. Adjusting this offset will influence the initial values in the first channel of the latent image.
This parameter sets the offset value for the second channel of the latent image. The value is a floating-point number with a minimum of -10.0, a maximum of 10.0, and a default of 0.0. Adjusting this offset will influence the initial values in the second channel of the latent image.
This parameter sets the offset value for the third channel of the latent image. The value is a floating-point number with a minimum of -10.0, a maximum of 10.0, and a default of 0.0. Adjusting this offset will influence the initial values in the third channel of the latent image.
This parameter sets the offset value for the fourth channel of the latent image. The value is a floating-point number with a minimum of -10.0, a maximum of 10.0, and a default of 0.0. Adjusting this offset will influence the initial values in the fourth channel of the latent image.
The output of this node is a latent image tensor, represented as a dictionary with a key "samples"
. This tensor contains the generated latent images with the specified offsets applied to each channel. The latent image can be used as input for further processing or image generation tasks, providing a customized starting point for your creative projects.
© Copyright 2024 RunComfy. All Rights Reserved.