Visit ComfyUI Online for ready-to-use ComfyUI environment
Streamline image preparation for detailed enhancement with precision and automation.
The easy preDetailerFix
node is designed to streamline the process of preparing images for detailed enhancement. This node is particularly useful for AI artists who want to refine and enhance specific areas of their images with precision. By leveraging advanced detection and segmentation techniques, easy preDetailerFix
ensures that the selected regions are accurately identified and pre-processed, making the subsequent detailing steps more effective. This node simplifies the workflow by automating the initial steps of image enhancement, allowing you to focus on the creative aspects of your work.
This parameter specifies the name of the model to be used for detection and segmentation. It is crucial for selecting the appropriate model that matches your image enhancement needs. The available options are derived from the filenames in the ultralytics_bbox
and ultralytics_segm
folders.
This parameter sets the confidence threshold for bounding box detection. It determines the minimum confidence level required for a bounding box to be considered valid. The value ranges from 0.0 to 1.0, with a default of 0.5. Adjusting this threshold can help in filtering out less confident detections.
This parameter controls the dilation of the bounding boxes. It allows you to expand or contract the detected bounding boxes by a specified number of pixels. The value ranges from -512 to 512, with a default of 10. Positive values expand the bounding box, while negative values contract it.
This parameter defines the crop factor for the bounding boxes. It determines how much of the surrounding area should be included when cropping the detected regions. The value ranges from 1.0 to 10, with a default of 3.0. A higher value includes more surrounding area, which can be useful for context-aware enhancements.
This output parameter provides a pipeline that includes the bounding box and segmentation detectors. It is used to pass the detected regions and their corresponding segmentation masks to the next stages of the image enhancement process. The pipeline ensures that the detected regions are accurately processed and ready for detailed enhancement.
bbox_threshold
parameter to filter out less confident detections and focus on the most relevant regions for enhancement.bbox_dilation
parameter to fine-tune the size of the detected regions, ensuring that the bounding boxes accurately encompass the areas you want to enhance.bbox_crop_factor
to include more or less surrounding area in the cropped regions, depending on the context and desired level of detail.ultralytics_bbox
or ultralytics_segm
folders.bbox_threshold
value is outside the allowed range of 0.0 to 1.0.bbox_threshold
value within the valid range to ensure proper detection filtering.bbox_dilation
value is outside the allowed range of -512 to 512. - Solution: Adjust the bbox_dilation
value to fall within the valid range to ensure correct bounding box dilation.bbox_crop_factor
value is outside the allowed range of 1.0 to 10.bbox_crop_factor
value within the valid range to ensure proper cropping of the detected regions.© Copyright 2024 RunComfy. All Rights Reserved.