Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance AI-generated image details with EditDetailerPipe using various models and conditioning inputs for precision and flexibility.
The EditDetailerPipe
class is designed to enhance and refine the details of your AI-generated images. This node allows you to integrate various models and conditioning parameters to achieve a higher level of detail and precision in your outputs. By leveraging the capabilities of different models, such as VAE, CLIP, and SAM, along with conditioning inputs, this node provides a flexible and powerful way to fine-tune your image generation process. The primary goal of EditDetailerPipe
is to offer a comprehensive toolset for artists to add intricate details and achieve the desired artistic effects in their AI-generated artworks.
This parameter accepts a DETAILER_PIPE
object, which serves as the primary input for the node. It encapsulates the various models and conditioning parameters required for the detailing process.
This parameter is a STRING
that supports multiline input but does not allow dynamic prompts. It is used to specify additional text or commands that can influence the detailing process.
This parameter provides a list of available LoRA (Low-Rank Adaptation) models that can be added to the text. It allows you to select from predefined options to enhance the detailing process.
This parameter allows you to select a wildcard to add to the text, providing additional flexibility and customization in the detailing process.
This optional parameter accepts a MODEL
object, which can be used to specify a particular model for the detailing process.
This optional parameter accepts a CLIP
object, which can be used to provide additional context or conditioning for the detailing process.
This optional parameter accepts a VAE
object, which can be used to enhance the variational autoencoder aspect of the detailing process.
This optional parameter accepts a CONDITIONING
object, which can be used to provide positive conditioning inputs for the detailing process.
This optional parameter accepts a CONDITIONING
object, which can be used to provide negative conditioning inputs for the detailing process.
This optional parameter accepts a MODEL
object, which can be used to specify a refiner model for additional detailing.
This optional parameter accepts a CLIP
object, which can be used to provide additional context or conditioning for the refiner model.
This optional parameter accepts a CONDITIONING
object, which can be used to provide positive conditioning inputs for the refiner model.
This optional parameter accepts a CONDITIONING
object, which can be used to provide negative conditioning inputs for the refiner model.
This optional parameter accepts a BBOX_DETECTOR
object, which can be used to detect bounding boxes in the image for more precise detailing.
This optional parameter accepts a SAM_MODEL
object, which can be used to provide additional segmentation capabilities for the detailing process.
This optional parameter accepts a SEGM_DETECTOR
object, which can be used to detect segments in the image for more precise detailing.
This optional parameter accepts a DETAILER_HOOK
object, which can be used to hook into the detailing process for additional customization and control.
This output parameter returns the MODEL
object used in the detailing process. It represents the primary model that was applied to enhance the image details.
This output parameter returns the CLIP
object used in the detailing process. It provides additional context or conditioning that influenced the detailing.
This output parameter returns the VAE
object used in the detailing process. It represents the variational autoencoder aspect that contributed to the detailing.
This output parameter returns the CONDITIONING
object used for positive conditioning in the detailing process. It represents the positive influences applied to the image.
This output parameter returns the CONDITIONING
object used for negative conditioning in the detailing process. It represents the negative influences applied to the image.
This output parameter returns the BBOX_DETECTOR
object used in the detailing process. It represents the bounding box detection capabilities that were applied.
This output parameter returns the SAM_MODEL
object used in the detailing process. It represents the segmentation capabilities that were applied.
This output parameter returns the SEGM_DETECTOR
object used in the detailing process. It represents the segment detection capabilities that were applied.
This output parameter returns the DETAILER_HOOK
object used in the detailing process. It represents the hooks that were applied for additional customization and control.
vae
, clip
, and bbox_detector
to add more depth and precision to your detailing process.wildcard
parameter to add specific commands or text that can guide the detailing process in a particular direction.detailer_pipe
input is not a valid DETAILER_PIPE
object.DETAILER_PIPE
object as input.CONDITIONING
objects and try again.© Copyright 2024 RunComfy. All Rights Reserved.