Visit ComfyUI Online for ready-to-use ComfyUI environment
Efficient AI art sampling node with base model, VAE processing, and customizable options for high-quality results.
The Mikey Sampler Base Only node is designed to provide a streamlined and efficient sampling process for AI-generated art. This node focuses on the core functionalities required for sampling without additional advanced features, making it ideal for users who need a straightforward and reliable sampling method. It leverages a base model and conditioning inputs to generate latent samples, which are then processed through a variational autoencoder (VAE). The node offers various configuration options to control the denoising process, number of steps, and other parameters, ensuring flexibility and customization to meet different artistic needs. By simplifying the sampling process, the Mikey Sampler Base Only node helps you achieve high-quality results with minimal complexity.
This parameter specifies the model to be used for sampling. It is essential as it defines the underlying architecture and capabilities of the sampling process. The model influences the quality and style of the generated output.
This parameter provides the positive conditioning input, which guides the sampling process towards desired features or styles. It helps in emphasizing certain aspects of the generated art based on the provided conditioning.
This parameter provides the negative conditioning input, which helps in steering the sampling process away from undesired features or styles. It is useful for refining the output by suppressing unwanted elements.
This parameter represents the latent samples that will be processed by the node. These samples are the initial input that undergoes transformation through the sampling process.
This parameter specifies the variational autoencoder (VAE) to be used for decoding the latent samples into the final output. The VAE plays a crucial role in determining the quality and fidelity of the generated images.
This parameter controls whether noise should be added during the sampling process. It has two options: "enable" and "disable," with the default being "enable." Adding noise can help in generating more diverse and creative outputs.
This parameter sets the denoising level for the sampling process. It is a float value with a default of 1.0, a minimum of 0.0, and a maximum of 1.0, adjustable in steps of 0.01. Denoising helps in refining the output by reducing unwanted noise.
This parameter defines the number of steps to be taken during the sampling process. It is an integer value with a default of 31, a minimum of 1, and a maximum of 1000. More steps can lead to higher quality but may increase processing time.
This parameter sets the smooth step value, which can influence the smoothness of transitions in the generated output. It is an integer with a default of 0, a minimum of -1, and a maximum of 100.
This parameter is a float value that sets the first configuration parameter for the sampling process. It has a default of 5.0, a minimum of 0.1, and a maximum of 100.0, adjustable in steps of 0.1. It helps in fine-tuning the sampling behavior.
This parameter is a float value that sets the second configuration parameter for the sampling process. It has a default of 9.5, a minimum of 0.1, and a maximum of 100.0, adjustable in steps of 0.1. It provides additional control over the sampling process.
This parameter specifies the name of the sampler to be used. It offers various options from the comfy.samplers.KSampler.SAMPLERS list, with the default being 'dpmpp_3m_sde_gpu.' The choice of sampler can affect the quality and style of the output.
This parameter sets the scheduler for the sampling process. It offers options from the comfy.samplers.KSampler.SCHEDULERS list, with the default being 'exponential.' The scheduler influences the progression of the sampling steps.
This parameter specifies the model to be used for upscaling the generated output. Upscaling can enhance the resolution and details of the final image.
This parameter sets the seed value for the sampling process. It is an integer with a default of 0, a minimum of 0, and a maximum of 0xffffffffffffffff. The seed ensures reproducibility of the generated output.
This parameter defines the scaling factor for upscaling the generated output. It is a float value with a default of 1.0, a minimum of 0.0, and a maximum of 10.0, adjustable in steps of 0.1. Upscaling can improve the resolution of the final image.
This parameter sets the denoising level for high-resolution outputs. It is a float value with a default of 0.4, a minimum of 0.0, and a maximum of 1.0, adjustable in steps of 0.01. High-resolution denoising helps in maintaining quality at larger scales.
This output parameter provides the processed latent samples, which are the result of the sampling process. These samples can be further decoded or used in subsequent nodes to generate the final image.
© Copyright 2024 RunComfy. All Rights Reserved.