Visit ComfyUI Online for ready-to-use ComfyUI environment
Sophisticated node for advanced sampling across multiple models, enhancing image diversity and quality in AI art generation.
KSamplerAdvancedXY| KSampler Advanced XY 🍌 is a sophisticated node designed for advanced sampling in AI art generation. It extends the capabilities of the KSamplerAdvanced class, allowing you to work with multiple models simultaneously. This node is particularly useful for generating high-quality images by leveraging various sampling techniques and noise addition options. The primary function of this node is to perform sampling across different models, combining their outputs to produce a cohesive result. This can significantly enhance the diversity and quality of the generated images, making it a valuable tool for AI artists looking to push the boundaries of their creative projects.
This parameter accepts a list of models (XY_MODEL
) that will be used for sampling. Each model in the list contributes to the final output, allowing for a blend of different styles and features.
This parameter determines whether noise should be added during the sampling process. It can be set to enable
or disable
. Adding noise can help in generating more diverse and less deterministic outputs.
This integer parameter sets the seed for noise generation. It has a default value of 0 and can range from 0 to 0xffffffffffffffff. The seed ensures reproducibility of the noise added during sampling.
This integer parameter defines the number of sampling steps to be performed. It has a default value of 20 and can range from 1 to 10000. More steps generally lead to higher quality outputs but require more computational resources.
This floating-point parameter, known as the Classifier-Free Guidance
scale, controls the strength of the guidance applied during sampling. It has a default value of 8.0 and can range from 0.0 to 100.0, with a step size of 0.1 and rounding to 0.01. Higher values can lead to more pronounced features but may also introduce artifacts.
This parameter specifies the name of the sampler to be used. It accepts values from the predefined list of samplers in comfy.samplers.KSampler.SAMPLERS
.
This parameter sets the scheduler to be used during sampling. It accepts values from the predefined list of schedulers in comfy.samplers.KSampler.SCHEDULERS
.
This parameter provides the positive conditioning for the sampling process. It is used to guide the model towards desired features.
This parameter provides the negative conditioning for the sampling process. It is used to steer the model away from undesired features.
This parameter accepts a latent image (LATENT
) that serves as the starting point for the sampling process.
This integer parameter specifies the step at which to start the sampling process. It has a default value of 0 and can range from 0 to 10000.
This integer parameter specifies the step at which to end the sampling process. It has a default value of 10000 and can range from 0 to 10000.
This parameter determines whether to return the output with leftover noise. It can be set to disable
or enable
.
This output parameter contains the final sampled images. The images are generated by combining the outputs from the different models specified in the model_xy
parameter. The result is a cohesive and high-quality image that leverages the strengths of each model.
model_xy
combinations to achieve unique and diverse outputs.cfg
parameter to find the right balance between feature strength and artifact introduction.add_noise
parameter to introduce variability in the outputs, especially when generating multiple images.Invalid model_xy input
model_xy
parameter must be a list of valid models.Noise seed out of range
noise_seed
parameter must be within the specified range.Steps value out of range
steps
parameter must be within the specified range.CFG value out of range
cfg
parameter must be within the specified range.Invalid sampler_name or scheduler
sampler_name
and scheduler
parameters must be valid options from the predefined lists.comfy.samplers.KSampler.SAMPLERS
and comfy.samplers.KSampler.SCHEDULERS
.© Copyright 2024 RunComfy. All Rights Reserved.