Visit ComfyUI Online for ready-to-use ComfyUI environment
Simplify AI image denoising and refinement with control over sampling methods and settings for high-quality results.
The easy unSampler node is designed to simplify the process of reversing the effects of sampling in AI-generated images. This node is particularly useful for AI artists who want to refine or modify images generated through various sampling techniques. By providing a straightforward interface, the easy unSampler allows you to control the denoising process, adjust configuration settings, and select specific sampling methods and schedulers. This node is essential for achieving high-quality, fine-tuned results in your AI art projects, making it easier to iterate and perfect your creations.
This parameter defines the number of steps the unsampling process will take. More steps generally result in higher quality outputs but will take longer to process. The minimum value is 1, the maximum is 10000, and the default is set to 20.
This parameter specifies the step at which the unsampling process should end. Setting this to 0 will allow the process to run for the full number of steps defined in the steps
parameter. The minimum value is 0, the maximum is 10000, and the default is 0.
The cfg
parameter stands for Configuration Scale, which adjusts the strength of the conditioning applied during the unsampling process. A higher value will make the output more closely follow the conditioning, while a lower value will allow for more variation. The minimum value is 0.0, the maximum is 100.0, and the default is 1.0.
This parameter allows you to select the sampling method to be used during the unsampling process. The available options are defined by comfy.samplers.KSampler.SAMPLERS
.
This parameter lets you choose the scheduler to be used in conjunction with the selected sampler. The available options are defined by comfy.samplers.KSampler.SCHEDULERS
.
This parameter determines whether normalization should be applied during the unsampling process. The options are "disable" and "enable".
This optional parameter allows you to input a pipeline that the unsampler will use. This can be useful for integrating the unsampler into a larger workflow.
This optional parameter allows you to specify a model to be used during the unsampling process.
This optional parameter allows you to provide positive conditioning data to guide the unsampling process.
This optional parameter allows you to provide negative conditioning data to guide the unsampling process.
This optional parameter allows you to input latent data that the unsampler will use.
The pipe
output parameter returns the pipeline used or created during the unsampling process. This can be used for further processing or integration into other workflows.
The latent
output parameter provides the latent data generated during the unsampling process. This data can be used for further refinement or as input for other nodes.
steps
parameter, but be aware that this will also increase processing time.cfg
values to find the right balance between following the conditioning and allowing for creative variations.normalize
parameter to enable normalization if you notice inconsistencies in the output.steps
parameter is set to a value outside the allowed range.steps
parameter is set between 1 and 10000.cfg
parameter is set to a value outside the allowed range.cfg
parameter is set between 0.0 and 100.0.sampler_name
parameter is set to a sampler that is not available.sampler_name
is one of the options defined in comfy.samplers.KSampler.SAMPLERS
.scheduler
parameter is set to a scheduler that is not available.scheduler
is one of the options defined in comfy.samplers.KSampler.SCHEDULERS
.© Copyright 2024 RunComfy. All Rights Reserved.