Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates AI art sampling with plasma noise for controlled randomness and creative variability.
The JDC_PlasmaSampler node is designed to facilitate the sampling process in AI art generation by leveraging a plasma noise model. This node is particularly useful for artists looking to introduce controlled randomness and noise into their latent images, enhancing the creative possibilities and variability of the generated outputs. By providing a range of configurable parameters, the JDC_PlasmaSampler allows you to fine-tune the sampling process, ensuring that the generated images meet your artistic vision. The node integrates seamlessly with various samplers and schedulers, offering flexibility and precision in the noise application and denoising stages.
This parameter specifies the model to be used for sampling. It is a required input and ensures that the node knows which model to apply the noise and sampling process to.
The noise_seed
parameter determines the seed for the noise generation process. It allows for reproducibility of results by using the same seed value. The default value is 0, with a minimum of 0 and a maximum of 0xffffffffffffffff.
The steps
parameter defines the number of steps to be taken during the sampling process. More steps generally lead to higher quality results but increase computation time. The default value is 20, with a minimum of 1 and a maximum of 10000.
The cfg
(Classifier-Free Guidance) parameter controls the strength of the guidance applied during sampling. Higher values result in stronger guidance, which can lead to more defined outputs. The default value is 7.0, with a range from 0.0 to 100.0 and a step size of 0.1.
The denoise
parameter specifies the amount of denoising to be applied. A higher value results in smoother images, while a lower value retains more noise. The default value is 0.9, with a range from 0.0 to 1.0 and a step size of 0.01.
The latent_noise
parameter controls the amount of noise added to the latent image. This can introduce variability and randomness into the generated images. The default value is 0.05, with a range from 0.0 to 1.0 and a step size of 0.01.
The distribution_type
parameter allows you to choose between different noise distribution types. The available options are "default" and "rand". Selecting "rand" introduces random noise distribution.
This parameter specifies the name of the sampler to be used. It integrates with the available samplers in the system, providing flexibility in the sampling process.
The scheduler
parameter determines the scheduler to be used during the sampling process. It integrates with the available schedulers in the system, allowing for precise control over the sampling schedule.
The positive
parameter is used for positive conditioning, guiding the model towards desired features in the generated images.
The negative
parameter is used for negative conditioning, guiding the model away from undesired features in the generated images.
The latent_image
parameter specifies the latent image to which the noise and sampling process will be applied. It is a required input and forms the basis of the generated output.
The output parameter LATENT
represents the latent image after the sampling process has been applied. This output contains the modified latent image with the introduced noise and any applied denoising, ready for further processing or final rendering.
noise_seed
values to achieve unique and reproducible results.steps
parameter to balance between image quality and computation time; more steps generally yield better quality.cfg
parameter to control the strength of guidance; higher values can lead to more defined and coherent images.denoise
and latent_noise
parameters to achieve the desired level of smoothness and variability in your images.distribution_type
based on the desired noise characteristics; "rand" can introduce more randomness.noise_seed
value is outside the acceptable range.noise_seed
value is within the range of 0 to 0xffffffffffffffff.steps
parameter is set to a value outside the allowed range.steps
value to be within the range of 1 to 10000.cfg
parameter is set to a value outside the allowed range.cfg
value is between 0.0 and 100.0.denoise
parameter is set to a value outside the allowed range.denoise
value to be between 0.0 and 1.0.latent_noise
parameter is set to a value outside the allowed range.latent_noise
value is between 0.0 and 1.0.sampler_name
and scheduler
parameters are set to valid options available in the system.© Copyright 2024 RunComfy. All Rights Reserved.