ltdrdata / ComfyUI-Impact-Pack

Custom nodes pack for ComfyUI This custom node helps to conveniently enhance images through Detector, Detailer, Upscaler, Pipe, and more.
GNU General Public License v3.0
1.89k stars 183 forks source link

BboxDetectorSEGS #139

Closed Piscabo closed 1 year ago

Piscabo commented 1 year ago

Everything was working yesterday, but now I can't use this after today's update.

_Error occurred when executing BboxDetectorSEGS:

SEG.new() missing 1 required positional argument: 'label'

File "A:\AI_Files\ComfyUI\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "A:\AI_Files\ComfyUI\execution.py", line 81, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) File "A:\AI_Files\ComfyUI\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "A:\AI_Files\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\detectors.py", line 83, in doit segs = bbox_detector.detect(image, threshold, dilation, crop_factor, drop_size) File "A:\AI_Files\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\mmdet_nodes.py", line 130, in detect item = SEG(cropped_image, cropped_mask, confidence, crop_region, itembbox)

ltdrdata commented 1 year ago

What python version do you use?

Piscabo commented 1 year ago

Is there a newer version compatible with ComfyUI? Active VENV with the same Python version before this started. So, I haven't changed that 3.10.6 Get stuck here with the error: image