Error with comfyui-reactor-node #477
goodluck821
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[ERROR] An error occurred while retrieving information for the 'ReActorFaceSwap' node.
Traceback (most recent call last):
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 1349, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 1038, in _send_output
self.send(msg)
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 976, in send
self.connect()
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 1448, in connect
super().connect()
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 942, in connect
self.sock = self._create_connection(
File "K:\ComfyUI-aki-v1.4\python\lib\socket.py", line 845, in create_connection
raise err
File "K:\ComfyUI-aki-v1.4\python\lib\socket.py", line 833, in create_connection
sock.connect(sa)
TimeoutError: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "K:\ComfyUI-aki-v1.4\server.py", line 564, in get_object_info
out[x] = node_info(x)
File "K:\ComfyUI-aki-v1.4\server.py", line 531, in node_info
info['input'] = obj_class.INPUT_TYPES()
File "K:\ComfyUI-aki-v1.4\custom_nodes\comfyui-reactor-node\nodes.py", line 134, in INPUT_TYPES
"face_restore_model": (get_model_names(get_restorers),),
File "K:\ComfyUI-aki-v1.4\custom_nodes\comfyui-reactor-node\nodes.py", line 112, in get_model_names
models = get_models()
File "K:\ComfyUI-aki-v1.4\custom_nodes\comfyui-reactor-node\nodes.py", line 106, in get_restorers
download(model_url, model_path, model_name)
File "K:\ComfyUI-aki-v1.4\custom_nodes\comfyui-reactor-node\reactor_utils.py", line 113, in download
request = urllib.request.urlopen(url)
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 217, in urlopen
return opener.open(url, data, timeout)
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 520, in open
response = self._open(req, data)
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 537, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 497, in _call_chain
result = func(*args)
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 1392, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 1352, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。>
[ERROR] An error occurred while retrieving information for the 'ReActorFaceSwapOpt' node.
Traceback (most recent call last):
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 1349, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 1038, in _send_output
self.send(msg)
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 976, in send
self.connect()
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 1448, in connect
super().connect()
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 942, in connect
self.sock = self._create_connection(
File "K:\ComfyUI-aki-v1.4\python\lib\socket.py", line 845, in create_connection
raise err
File "K:\ComfyUI-aki-v1.4\python\lib\socket.py", line 833, in create_connection
sock.connect(sa)
TimeoutError: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "K:\ComfyUI-aki-v1.4\server.py", line 564, in get_object_info
out[x] = node_info(x)
File "K:\ComfyUI-aki-v1.4\server.py", line 531, in node_info
info['input'] = obj_class.INPUT_TYPES()
File "K:\ComfyUI-aki-v1.4\custom_nodes\comfyui-reactor-node\nodes.py", line 393, in INPUT_TYPES
"face_restore_model": (get_model_names(get_restorers),),
File "K:\ComfyUI-aki-v1.4\custom_nodes\comfyui-reactor-node\nodes.py", line 112, in get_model_names
models = get_models()
File "K:\ComfyUI-aki-v1.4\custom_nodes\comfyui-reactor-node\nodes.py", line 106, in get_restorers
download(model_url, model_path, model_name)
File "K:\ComfyUI-aki-v1.4\custom_nodes\comfyui-reactor-node\reactor_utils.py", line 113, in download
request = urllib.request.urlopen(url)
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 217, in urlopen
return opener.open(url, data, timeout)
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 520, in open
response = self._open(req, data)
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 537, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 497, in _call_chain
result = func(*args)
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 1392, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 1352, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。>
[ERROR] An error occurred while retrieving information for the 'ReActorFaceBoost' node.
Traceback (most recent call last):
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 1349, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 1038, in _send_output
self.send(msg)
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 976, in send
self.connect()
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 1448, in connect
super().connect()
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 942, in connect
self.sock = self._create_connection(
File "K:\ComfyUI-aki-v1.4\python\lib\socket.py", line 845, in create_connection
raise err
File "K:\ComfyUI-aki-v1.4\python\lib\socket.py", line 833, in create_connection
sock.connect(sa)
TimeoutError: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "K:\ComfyUI-aki-v1.4\server.py", line 564, in get_object_info
out[x] = node_info(x)
File "K:\ComfyUI-aki-v1.4\server.py", line 531, in node_info
info['input'] = obj_class.INPUT_TYPES()
File "K:\ComfyUI-aki-v1.4\custom_nodes\comfyui-reactor-node\nodes.py", line 1157, in INPUT_TYPES
"boost_model": (get_model_names(get_restorers),),
File "K:\ComfyUI-aki-v1.4\custom_nodes\comfyui-reactor-node\nodes.py", line 112, in get_model_names
models = get_models()
File "K:\ComfyUI-aki-v1.4\custom_nodes\comfyui-reactor-node\nodes.py", line 106, in get_restorers
download(model_url, model_path, model_name)
File "K:\ComfyUI-aki-v1.4\custom_nodes\comfyui-reactor-node\reactor_utils.py", line 113, in download
request = urllib.request.urlopen(url)
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 217, in urlopen
return opener.open(url, data, timeout)
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 520, in open
response = self._open(req, data)
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 537, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 497, in _call_chain
result = func(*args)
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 1392, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 1352, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。>
[ERROR] An error occurred while retrieving information for the 'ReActorRestoreFace' node.
Traceback (most recent call last):
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 1349, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 1283, in request
self._send_request(method, url, body, headers, encode_chunked)
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 1329, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 1278, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 1038, in _send_output
self.send(msg)
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 976, in send
self.connect()
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 1448, in connect
super().connect()
File "K:\ComfyUI-aki-v1.4\python\lib\http\client.py", line 942, in connect
self.sock = self._create_connection(
File "K:\ComfyUI-aki-v1.4\python\lib\socket.py", line 845, in create_connection
raise err
File "K:\ComfyUI-aki-v1.4\python\lib\socket.py", line 833, in create_connection
sock.connect(sa)
TimeoutError: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "K:\ComfyUI-aki-v1.4\server.py", line 564, in get_object_info
out[x] = node_info(x)
File "K:\ComfyUI-aki-v1.4\server.py", line 531, in node_info
info['input'] = obj_class.INPUT_TYPES()
File "K:\ComfyUI-aki-v1.4\custom_nodes\comfyui-reactor-node\nodes.py", line 659, in INPUT_TYPES
"model": (get_model_names(get_restorers),),
File "K:\ComfyUI-aki-v1.4\custom_nodes\comfyui-reactor-node\nodes.py", line 112, in get_model_names
models = get_models()
File "K:\ComfyUI-aki-v1.4\custom_nodes\comfyui-reactor-node\nodes.py", line 106, in get_restorers
download(model_url, model_path, model_name)
File "K:\ComfyUI-aki-v1.4\custom_nodes\comfyui-reactor-node\reactor_utils.py", line 113, in download
request = urllib.request.urlopen(url)
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 217, in urlopen
return opener.open(url, data, timeout)
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 520, in open
response = self._open(req, data)
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 537, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 497, in _call_chain
result = func(*args)
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 1392, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 1352, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。>
Beta Was this translation helpful? Give feedback.
All reactions