Visit ComfyUI Online for ready-to-use ComfyUI environment
Flexible pre-sampling customization for AI art generation pipeline.
The easy preSamplingCustom
node is designed to provide a flexible and customizable pre-sampling process for your AI art generation pipeline. This node allows you to fine-tune various parameters and settings before the actual sampling process begins, ensuring that the generated images meet your specific requirements and artistic vision. By leveraging this node, you can achieve more precise control over the sampling process, leading to higher quality and more consistent results. The main goal of this node is to offer a user-friendly interface for adjusting pre-sampling settings, making it easier for AI artists to experiment with different configurations and achieve the desired outcomes without needing deep technical knowledge.
This parameter represents the pipeline object that contains the model and other necessary components for the sampling process. It is a required input and ensures that the node has access to all the necessary elements to perform pre-sampling adjustments.
This parameter allows you to select the guiding method for the sampling process. The available options are CFG
, DualCFG
, IP2P+DualCFG
, and Basic
, with Basic
being the default option. Each guiding method offers different levels of control and influence over the sampling process, allowing you to choose the one that best fits your artistic needs.
This parameter sets the configuration scale for the sampling process. It is a floating-point value with a default of 8.0, a minimum of 0.0, and a maximum of 100.0. Adjusting this value can impact the strength and influence of the guiding method on the sampling process, allowing you to fine-tune the balance between creativity and adherence to the prompt.
This parameter specifies the name of the sampler to be used in the pre-sampling process. Different samplers can produce varying results, and selecting the appropriate one can significantly impact the quality and style of the generated images.
This parameter determines the scheduling method for the sampling process. It allows you to choose from a list of available schedulers, each offering different strategies for managing the sampling steps and progression.
This parameter controls the denoising strength during the pre-sampling process. It is a floating-point value with a default of 1.0, a minimum of 0.0, and a maximum of 1.0, with a step size of 0.01. Adjusting this value can help reduce noise and artifacts in the generated images, leading to cleaner and more polished results.
This parameter sets the random seed for the sampling process. It is an integer value with a default of 0 and a range from 0 to the maximum seed number. Using a specific seed can help reproduce consistent results across different runs, making it easier to experiment and refine your settings.
This optional parameter allows you to specify a separate noise seed for the sampling process. It is an integer value and can be used to introduce additional randomness and variation in the generated images.
This optional parameter allows you to provide a latent space representation for the sampling process. It can be used to influence the initial state of the sampling process, potentially leading to more diverse and interesting results.
The output of this node is the modified pipeline object, which includes all the adjusted pre-sampling settings. This updated pipeline can then be used in subsequent nodes to perform the actual sampling process, ensuring that the generated images reflect the custom pre-sampling adjustments you have made.
guider
options to see how each method influences the sampling process and the resulting images.cfg
parameter to find the right balance between creativity and adherence to the prompt, depending on your artistic goals.denoise
parameter to reduce noise and artifacts in the generated images, especially if you are aiming for cleaner and more polished results.seed
value to reproduce consistent results across different runs, making it easier to refine your settings and achieve the desired outcomes.pipe
parameter is correctly set and contains all the required elements for the sampling process.CFG
, DualCFG
, IP2P+DualCFG
, Basic
) for the guider
parameter.cfg
parameter value is outside the allowed range.cfg
parameter to a value between 0.0 and 100.0.denoise
parameter value is outside the allowed range.denoise
parameter to a value between 0.0 and 1.0.seed
parameter value is not within the valid range.seed
parameter to an integer value between 0 and the maximum seed number.© Copyright 2024 RunComfy. All Rights Reserved.