Visit ComfyUI Online for ready-to-use ComfyUI environment
Streamline pre-sampling for AI art generation with SDTurbo scheduler, simplifying configuration and execution for high-quality results.
The easy preSamplingSdTurbo node is designed to streamline the process of pre-sampling in AI art generation, particularly for those using the SDTurbo scheduler. This node simplifies the configuration and execution of pre-sampling steps, allowing you to achieve high-quality results with minimal effort. By leveraging this node, you can efficiently manage the sampling process, ensuring that your models generate images with the desired level of detail and noise reduction. The primary goal of this node is to provide an intuitive interface for setting up and executing pre-sampling tasks, making it accessible even to those without a deep technical background.
This parameter represents the pipeline object that contains all the necessary components for the sampling process, such as the model, VAE, and CLIP. It is essential for coordinating the various stages of the sampling workflow.
This integer parameter defines the number of sampling steps to be performed. The more steps you specify, the finer the details in the generated images. The value ranges from 1 to 10, with a default of 1.
This float parameter, known as the configuration scale, controls the strength of the guidance during sampling. Higher values result in images that more closely follow the input prompt. The value ranges from 0.0 to 100.0, with a default of 1.0.
This parameter specifies the name of the sampler to be used in the pre-sampling process. It allows you to choose from various available samplers, each with its unique characteristics and effects on the final output.
This parameter determines the scheduling algorithm to be used for the sampling process. It includes options like the SDTurbo scheduler, which is optimized for efficient and high-quality sampling.
This float parameter controls the level of noise reduction applied during the sampling process. A value of 1.0 means full denoising, while lower values retain more noise. The value ranges from 0.0 to 1.0, with a default of 1.0.
This integer parameter sets the random seed for the sampling process, ensuring reproducibility of results. The value ranges from 0 to a maximum defined by the system, with a default of 0.
This optional integer parameter allows you to specify a separate seed for the noise generation, providing additional control over the randomness in the sampling process.
This optional parameter allows you to input a latent representation directly, bypassing the initial stages of the sampling process. It is useful for advanced users who want to manipulate the latent space directly.
The output pipeline object contains the updated components after the pre-sampling process, including the model, VAE, CLIP, and the generated samples. This object can be used for further processing or directly for image generation.
steps
parameter to balance between speed and image quality. More steps generally result in better quality but take longer to process.cfg
parameter to fine-tune how closely the generated images follow your input prompt. Higher values provide stronger guidance.sampler_name
and scheduler
options to find the combination that best suits your artistic needs.denoise
parameter to control the level of noise in your images. Full denoising (1.0) is ideal for clean images, while lower values can add artistic noise effects.steps
parameter is set to a value outside the allowed range (1-10).steps
parameter is set to a value between 1 and 10.cfg
parameter is set to a value outside the allowed range (0.0-100.0).cfg
parameter to a value within the range of 0.0 to 100.0.denoise
parameter is set to a value outside the allowed range (0.0-1.0).denoise
parameter to a value between 0.0 and 1.0.pipe
parameter is not provided, which is essential for the sampling process.pipe
parameter is correctly set with a valid pipeline object.seed
parameter is set to a value outside the allowed range.seed
parameter to a value between 0 and the system-defined maximum.© Copyright 2024 RunComfy. All Rights Reserved.