Visit ComfyUI Online for ready-to-use ComfyUI environment
Reverse order and sample latent images in batches for improved quality and noise handling in AI art creation.
The Batch Unsampler node is designed to process batches of latent images by reversing their order and then applying a sampling method to generate new images. This node is particularly useful when dealing with batches of images that have varying levels of noise, as it expects the input batch to be ordered from most to least noisy. By reversing the batch, the node ensures that the sampling process can be applied correctly, leading to more accurate and visually appealing results. The primary goal of the Batch Unsampler is to facilitate the generation of high-quality images from latent representations, making it an essential tool for AI artists looking to refine their creations.
This parameter specifies the model to be used for the sampling process. It is essential for defining the architecture and weights that will guide the generation of new images from the latent representations.
The seed parameter is an integer value used to initialize the random number generator, ensuring reproducibility of the results. The default value is 0, with a minimum of 0 and a maximum of 0xffffffffffffffff.
The cfg parameter is a floating-point value that controls the classifier-free guidance scale. It influences the strength of the guidance applied during sampling, with a default value of 8.0, a minimum of 0.0, and a maximum of 100.0.
This parameter specifies the name of the sampler to be used. It determines the algorithm that will be applied for sampling the latent images.
The scheduler parameter defines the scheduling strategy for the sampling process. It helps in managing the progression of the sampling steps.
This parameter controls the increment of steps during the sampling process. It is crucial for defining the granularity of the sampling iterations.
The positive parameter provides conditioning information that positively influences the sampling process, guiding the generation towards desired features.
The negative parameter provides conditioning information that negatively influences the sampling process, helping to avoid undesired features in the generated images.
This parameter contains the batch of latent images to be processed. It includes the latent representations that will be sampled to generate new images.
The denoise parameter is a floating-point value that controls the level of denoising applied during the sampling process. The default value is 1.0, with a minimum of 0.0 and a maximum of 1.0.
The alpha_1 parameter is a floating-point value that influences the sampling process. It has a default value of 3.0 and plays a role in the overall behavior of the sampling algorithm.
This boolean parameter determines whether the latent image batch should be reversed before sampling. The default value is True, ensuring that the batch is processed from most to least noisy.
The output of the Batch Unsampler node is a batch of latent images that have been processed and sampled. These latent images can be further used to generate high-quality visual outputs, making them a crucial component in the image generation pipeline.
© Copyright 2024 RunComfy. All Rights Reserved.