6174 / 6174/comflowyspace

运行粘土工作流时的错误

Offen
#316 0 Kommentare 2 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
TypeScript
Sterne
2.3k
Forks
136
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

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

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:

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:

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.`

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Rechercherichtung

The error occurs in a custom node 'QualityOfLifeSuit_Omar92' when it tries to load NSP terminology via a URL. The traceback points to lines in `/ComfyUI/custom_nodes/ComfyUI-QualityOfLifeSuit_Omar92/src/QualityOfLifeSuit_Omar92.py`, specifically the `laodNSP()` function. First, examine the URL being fetched and the network/SSL context. Check if the remote server is accessible or if there's a local SSL configuration issue. The fix likely involves error handling, retry logic, or using a local fallback for the terminology data.

Vom Indexierungsmodell aus dem Issue-Text verfasst.

Bewertung

Tech-Stack
python, typescript
Bereich
ai, backend
Issue-Typ
Bug
Schwierigkeit
3/5
Geschätzter Aufwand
1-2 Tage
Aktivitätsstatus
Veraltet
Klarheit
Größtenteils klar
Anfängerfreundlichkeit
45/100

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.