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.73k stars 162 forks source link

Error occurred when executing SEGSDetailerForAnimateDiff #422

Open wingaturumqi opened 8 months ago

wingaturumqi commented 8 months ago

ERROR:root:!!! Exception during processing !!! ERROR:root:Traceback (most recent call last): File "D:\sd-webui-aki\comfyui\ComfyUI\execution.py", line 154, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "D:\sd-webui-aki\comfyui\ComfyUI\execution.py", line 84, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) File "D:\sd-webui-aki\comfyui\ComfyUI\execution.py", line 77, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "D:\sd-webui-aki\comfyui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\segs_nodes.py", line 201, in doit segs = SEGSDetailerForAnimateDiff.do_detail(image_frames, segs, guide_size, guide_size_for, max_size, seed, steps, cfg, sampler_name, File "D:\sd-webui-aki\comfyui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\segs_nodes.py", line 191, in do_detail new_cropped_image = enhanced_image_tensor.numpy() TypeError: can't convert cuda:0 device type tensor to numpy. Use Tensor.cpu() to copy the tensor to host memory first.

ltdrdata commented 8 months ago

Your Impact Pack is an outdated version. Try again after updating.

wingaturumqi commented 8 months ago

thks ,I try the newest vision,but it happend again,

ltdrdata commented 8 months ago

thks ,I try the newest vision,but it happend again,

Show me the new log.