Skip to content
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

运行粘土工作流时的错误 #316

Open
taozhiyuai opened this issue Aug 13, 2024 · 0 comments
Open

运行粘土工作流时的错误 #316

taozhiyuai opened this issue Aug 13, 2024 · 0 comments

Comments

@taozhiyuai
Copy link

taozhiyuai commented Aug 13, 2024

每一次运行粘土工作流都会出现这个错误.但是工作流还是会工作, 但是必须重新打开工作流. 突然出现这个问题,之前运行粘土都没有问题. 其他工作流不会出现这个问题.

Mac Pro m3 max

`QualityOfLifeSuit_Omar92::downloading NSP
[ERROR] An error occurred while retrieving information for the 'RandomNSP _O' node.
Traceback (most recent call last):
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/urllib/request.py", line 1348, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/http/client.py", line 1282, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/http/client.py", line 1328, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/http/client.py", line 1277, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/http/client.py", line 1037, in _send_output
self.send(msg)
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/http/client.py", line 975, in send
self.connect()
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/http/client.py", line 1454, in connect
self.sock = self._context.wrap_socket(self.sock,
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/ssl.py", line 513, in wrap_socket
return self.sslsocket_class._create(
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/ssl.py", line 1071, in _create
self.do_handshake()
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/ssl.py", line 1342, in do_handshake
self._sslobj.do_handshake()
ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:997)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/Users/taozhiyu/Downloads/comflowy/ComfyUI/server.py", line 447, in get_object_info
out[x] = node_info(x)
File "/Users/taozhiyu/Downloads/comflowy/ComfyUI/server.py", line 424, in node_info
info['input'] = obj_class.INPUT_TYPES()
File "/Users/taozhiyu/Downloads/comflowy/ComfyUI/custom_nodes/ComfyUI-QualityOfLifeSuit_Omar92/src/QualityOfLifeSuit_Omar92.py", line 1100, in INPUT_TYPES
"terminology": (s.laodCategories(),),
File "/Users/taozhiyu/Downloads/comflowy/ComfyUI/custom_nodes/ComfyUI-QualityOfLifeSuit_Omar92/src/QualityOfLifeSuit_Omar92.py", line 1090, in laodCategories
nspterminology = laodNSP()
File "/Users/taozhiyu/Downloads/comflowy/ComfyUI/custom_nodes/ComfyUI-QualityOfLifeSuit_Omar92/src/QualityOfLifeSuit_Omar92.py", line 1070, in laodNSP
response = urlopen(
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/urllib/request.py", line 1391, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/urllib/request.py", line 1351, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error EOF occurred in violation of protocol (_ssl.c:997)>

QualityOfLifeSuit_Omar92::downloading NSP
[ERROR] An error occurred while retrieving information for the 'ConcatRandomNSP_O' node.
Traceback (most recent call last):
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/urllib/request.py", line 1348, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/http/client.py", line 1282, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/http/client.py", line 1328, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/http/client.py", line 1277, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/http/client.py", line 1037, in _send_output
self.send(msg)
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/http/client.py", line 975, in send
self.connect()
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/http/client.py", line 1454, in connect
self.sock = self._context.wrap_socket(self.sock,
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/ssl.py", line 513, in wrap_socket
return self.sslsocket_class._create(
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/ssl.py", line 1071, in _create
self.do_handshake()
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/ssl.py", line 1342, in do_handshake
self._sslobj.do_handshake()
ConnectionResetError: [Errno 54] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/Users/taozhiyu/Downloads/comflowy/ComfyUI/server.py", line 447, in get_object_info
out[x] = node_info(x)
File "/Users/taozhiyu/Downloads/comflowy/ComfyUI/server.py", line 424, in node_info
info['input'] = obj_class.INPUT_TYPES()
File "/Users/taozhiyu/Downloads/comflowy/ComfyUI/custom_nodes/ComfyUI-QualityOfLifeSuit_Omar92/src/QualityOfLifeSuit_Omar92.py", line 1132, in INPUT_TYPES
"terminology": (s.laodCategories(),),
File "/Users/taozhiyu/Downloads/comflowy/ComfyUI/custom_nodes/ComfyUI-QualityOfLifeSuit_Omar92/src/QualityOfLifeSuit_Omar92.py", line 1121, in laodCategories
nspterminology = laodNSP()
File "/Users/taozhiyu/Downloads/comflowy/ComfyUI/custom_nodes/ComfyUI-QualityOfLifeSuit_Omar92/src/QualityOfLifeSuit_Omar92.py", line 1070, in laodNSP
response = urlopen(
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/urllib/request.py", line 1391, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File "/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/urllib/request.py", line 1351, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 54] Connection reset by peer>

got prompt
/Users/taozhiyu/miniconda3/envs/comflowy/lib/python3.10/site-packages/onnxruntime/capi/onnxruntime_inference_collection.py:69: UserWarning: Specified provider 'CUDAExecutionProvider' is not in available provider names.Available providers: 'CoreMLExecutionProvider, AzureExecutionProvider, CPUExecutionProvider'
warnings.warn(
1girl, solo, long_hair, looking_at_viewer, smile, black_hair, jewelry, upper_body, necklace, black_eyes, lips, realistic,
INFO: the IPAdapter reference image is not a square, CLIPImageProcessor will resize and crop it at the center. If the main focus of the picture is not in the middle the result might not be what you are expecting.`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant