-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error occurred when executing Yoloworld_ESAM_Zho: The following operation failed in the TorchScript interpreter. #74
Comments
Try disable ComfyUI-Easy-Use |
Easy use是不能卸载的系列,有没有其他办法 |
I don't know what happened, but it's already useable. |
怎么修复的 |
我弄半天没修复,后面就没搞这个工作流了。 |
一样的问题,有解么? |
周大哥,怎那么解决这个问题啊 Error occurred when executing Yoloworld_ESAM_Zho: The following operation failed in the TorchScript interpreter. File "D:\comfyui-aik\ComfyUI-aki-v1.3\execution.py", line 152, in recursive_execute |
Error occurred when executing Yoloworld_ESAM_Zho: The following operation failed in the TorchScript interpreter.
|
Error occurred when executing Yoloworld_ESAM_Zho: The following operation failed in the TorchScript interpreter. |
@zhoumengchao i have the exact same error. You found any solutions? |
Error occurred when executing Yoloworld_ESAM_Zho:
The following operation failed in the TorchScript interpreter.
Traceback of TorchScript (most recent call last):
RuntimeError: vector::_M_range_check: __n (which is 18446744073709551615) >= this->size() (which is 3)
File "/comfyui/execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "/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 "/comfyui/execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "/comfyui/custom_nodes/ComfyUI-YoloWorld-EfficientSAM/YOLO_WORLD_EfficientSAM.py", line 149, in yoloworld_esam_image
detections.mask = inference_with_boxes(
File "/comfyui/custom_nodes/ComfyUI-YoloWorld-EfficientSAM/utils/efficient_sam.py", line 59, in inference_with_boxes
mask = inference_with_box(image, box, model, device)
File "/comfyui/custom_nodes/ComfyUI-YoloWorld-EfficientSAM/utils/efficient_sam.py", line 28, in inference_with_box
predicted_logits, predicted_iou = model(
File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl
return forward_call(*args, **kwargs)
更新完用不聊了。
The text was updated successfully, but these errors were encountered: