Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance sampling with tiling for high-res images, seamless convolutional padding, and improved AI art quality.
The Tiled KSampler node is designed to enhance the sampling process by enabling tiling, which is particularly useful for generating high-resolution images without running into memory limitations. This node allows you to apply circular padding to convolutional layers, ensuring seamless tiling and reducing artifacts at the tile boundaries. By leveraging this method, you can achieve more consistent and higher-quality results in your AI-generated art. The Tiled KSampler is ideal for artists looking to create large-scale images or those who want to maintain high detail and quality across their entire artwork.
This parameter specifies the model to be used for sampling. It is a required input and should be a pre-trained model compatible with the Tiled KSampler node.
The seed parameter is an integer that initializes the random number generator, ensuring reproducibility of the results. The default value is 0, with a minimum of 0 and a maximum of 0xffffffffffffffff. Using different seeds will produce different variations of the generated image.
This integer parameter enables or disables tiling. A value of 1 enables tiling, while 0 disables it. The default value is 1. Enabling tiling is useful for generating high-resolution images by dividing the image into smaller tiles.
The steps parameter defines the number of sampling steps to be performed. It is an integer with a default value of 20, a minimum of 1, and a maximum of 10000. More steps generally lead to higher quality images but will take longer to process.
This float parameter, known as the classifier-free guidance scale, controls the strength of the guidance. The default value is 8.0, with a range from 0.0 to 100.0. Higher values result in images that more closely follow the provided conditioning.
This parameter specifies the name of the sampler to be used. It should be one of the available samplers in comfy.samplers.KSampler.SAMPLERS
. The choice of sampler can affect the style and quality of the generated image.
The scheduler parameter determines the scheduling strategy for the sampling process. It should be one of the available schedulers in comfy.samplers.KSampler.SCHEDULERS
. Different schedulers can impact the convergence and quality of the results.
This parameter provides the positive conditioning for the sampling process. It is a required input and should be a conditioning object that guides the model towards desired features in the generated image.
The negative parameter provides the negative conditioning, which guides the model away from undesired features. It is a required input and should be a conditioning object.
This parameter specifies the latent image to be used as the starting point for sampling. It is a required input and should be a latent representation of an image.
The denoise parameter is a float that controls the amount of noise to be added during the sampling process. The default value is 1.0, with a range from 0.0 to 1.0 and a step size of 0.01. Lower values result in less noise and potentially smoother images.
The output of the Tiled KSampler node is a latent representation of the sampled image. This latent output can be further processed or decoded into an actual image using a VAE (Variational Autoencoder) decoder. The latent output is crucial for generating high-quality images, as it contains the compressed information of the sampled image.
© Copyright 2024 RunComfy. All Rights Reserved.