Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates pre-sampling with advanced layer diffusion for refined AI art generation.
The easy preSamplingLayerDiffusionADDTL node is designed to facilitate the pre-sampling process in AI art generation by leveraging advanced layer diffusion techniques. This node allows you to apply specific layer diffusion methods to your pipeline, enhancing the quality and detail of the generated images. By integrating this node, you can achieve more refined and controlled diffusion effects, which are particularly useful for creating complex and visually appealing artworks. The node supports various diffusion methods and provides flexibility in adjusting parameters such as weight, steps, and denoise levels, making it a powerful tool for AI artists looking to optimize their creative workflows.
This parameter represents the pipeline to which the layer diffusion method will be applied. It is a required input and ensures that the node integrates seamlessly with the existing workflow.
This parameter specifies the layer diffusion method to be used. Options include FG_ONLY_ATTN
, FG_ONLY_CONV
, EVERYTHING
, FG_TO_BLEND
, and BG_TO_BLEND
. Each method offers a different approach to layer diffusion, allowing you to choose the one that best suits your artistic needs.
This parameter controls the intensity of the layer diffusion effect. It is a floating-point value with a default of 1.0, a minimum of -1, and a maximum of 3, adjustable in steps of 0.05. Adjusting the weight can significantly impact the final output, making it either more subtle or more pronounced.
This parameter defines the number of steps to be taken during the diffusion process. It is an integer value with a default of 20, a minimum of 1, and a maximum value that is not specified in the context. More steps generally result in finer details but may increase processing time.
This parameter is used to configure additional settings for the diffusion process. The exact nature of these settings is not detailed in the context, but it typically includes parameters that further refine the diffusion effect.
This parameter specifies the name of the sampler to be used. It defaults to euler
and includes other options available in comfy.samplers.KSampler.SAMPLERS
. The choice of sampler can affect the quality and style of the generated images.
This parameter determines the scheduling method for the diffusion process. It defaults to normal
and includes options from comfy.samplers.KSampler.SCHEDULERS
plus any new schedulers added. The scheduler can influence the timing and progression of the diffusion steps.
This parameter controls the level of denoising applied during the diffusion process. It is a floating-point value with a default of 1.0, a minimum of 0.0, and a maximum of 1.0, adjustable in steps of 0.01. Proper denoising can enhance the clarity and quality of the final image.
This parameter sets the seed for random number generation, ensuring reproducibility of results. It is an integer value with a default of 0 and a minimum of 0. The maximum value is defined by MAX_SEED_NUM
, which is not specified in the context.
This optional parameter allows you to provide an initial image to be used in the diffusion process. It can help guide the diffusion and influence the final output.
This optional parameter allows you to provide a blended image that can be used in conjunction with the initial image to create more complex diffusion effects.
This optional parameter allows you to provide a mask that can control which parts of the image are affected by the diffusion process. It offers additional control over the final output.
This hidden parameter is used to provide a textual prompt that can influence the diffusion process. It is not intended to be modified directly by the user.
This hidden parameter is used to store additional metadata in the output image. It is not intended to be modified directly by the user.
This hidden parameter is used to uniquely identify the pipeline instance. It is not intended to be modified directly by the user.
This output parameter returns the modified pipeline after applying the layer diffusion method. It allows you to continue using the pipeline in subsequent nodes or processes, ensuring a seamless workflow.
FG_ONLY_ATTN
, FG_ONLY_CONV
, EVERYTHING
, FG_TO_BLEND
, or BG_TO_BLEND
.© Copyright 2024 RunComfy. All Rights Reserved.