An error occurred while retrieving information for the 'ReActorFaceSwap' node. #38
Unanswered
creativekdev
asked this question in
Q&A
Replies: 1 comment
-
Internet connection error while trying to download a model |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use ComfyUI-ReActor Node and have installed necessary process.
And after that it says
`Starting server
To see the GUI go to: http://127.0.0.1:8188
FETCH ComfyRegistry Data: 5/32
FETCH ComfyRegistry Data: 10/32
FETCH ComfyRegistry Data: 15/32
FETCH ComfyRegistry Data: 20/32
[ERROR] An error occurred while retrieving information for the 'ReActorFaceSwap' node.
Traceback (most recent call last):
File "urllib\request.py", line 1344, in do_open
File "http\client.py", line 1336, in request
File "http\client.py", line 1382, in _send_request
File "http\client.py", line 1331, in endheaders
File "http\client.py", line 1091, in _send_output
File "http\client.py", line 1035, in send
File "http\client.py", line 1477, in connect
File "ssl.py", line 455, in wrap_socket
File "ssl.py", line 1041, in _create
File "ssl.py", line 1319, in do_handshake
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Work\ComfyUI_windows_portable\ComfyUI\server.py", line 573, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "D:\Work\ComfyUI_windows_portable\ComfyUI\server.py", line 540, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Work\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ReActor\nodes.py", line 151, in INPUT_TYPES
"face_restore_model": (get_model_names(get_restorers),),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Work\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ReActor\nodes.py", line 129, in get_model_names
models = get_models()
^^^^^^^^^^^^
File "D:\Work\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ReActor\nodes.py", line 123, in get_restorers
download(model_url, model_path, model_name)
File "D:\Work\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ReActor\reactor_utils.py", line 113, in download
request = urllib.request.urlopen(url)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "urllib\request.py", line 215, in urlopen
File "urllib\request.py", line 515, in open
File "urllib\request.py", line 532, in _open
File "urllib\request.py", line 492, in _call_chain
File "urllib\request.py", line 1392, in https_open
File "urllib\request.py", line 1347, in do_open
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)>
[ERROR] An error occurred while retrieving information for the 'ReActorFaceSwapOpt' node.
Traceback (most recent call last):
File "urllib\request.py", line 1344, in do_open
File "http\client.py", line 1336, in request
File "http\client.py", line 1382, in _send_request
File "http\client.py", line 1331, in endheaders
File "http\client.py", line 1091, in _send_output
File "http\client.py", line 1035, in send
File "http\client.py", line 1477, in connect
File "ssl.py", line 455, in wrap_socket
File "ssl.py", line 1041, in _create
File "ssl.py", line 1319, in do_handshake
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Work\ComfyUI_windows_portable\ComfyUI\server.py", line 573, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "D:\Work\ComfyUI_windows_portable\ComfyUI\server.py", line 540, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Work\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ReActor\nodes.py", line 434, in INPUT_TYPES
"face_restore_model": (get_model_names(get_restorers),),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Work\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ReActor\nodes.py", line 129, in get_model_names
models = get_models()
^^^^^^^^^^^^
File "D:\Work\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ReActor\nodes.py", line 123, in get_restorers
download(model_url, model_path, model_name)
File "D:\Work\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ReActor\reactor_utils.py", line 113, in download
request = urllib.request.urlopen(url)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "urllib\request.py", line 215, in urlopen
File "urllib\request.py", line 515, in open
File "urllib\request.py", line 532, in _open
File "urllib\request.py", line 492, in _call_chain
File "urllib\request.py", line 1392, in https_open
File "urllib\request.py", line 1347, in do_open
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)>
[ERROR] An error occurred while retrieving information for the 'ReActorFaceBoost' node.
Traceback (most recent call last):
File "urllib\request.py", line 1344, in do_open
File "http\client.py", line 1336, in request
File "http\client.py", line 1382, in _send_request
File "http\client.py", line 1331, in endheaders
File "http\client.py", line 1091, in _send_output
File "http\client.py", line 1035, in send
File "http\client.py", line 1477, in connect
File "ssl.py", line 455, in wrap_socket
File "ssl.py", line 1041, in _create
File "ssl.py", line 1319, in do_handshake
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Work\ComfyUI_windows_portable\ComfyUI\server.py", line 573, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "D:\Work\ComfyUI_windows_portable\ComfyUI\server.py", line 540, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Work\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ReActor\nodes.py", line 1198, in INPUT_TYPES
"boost_model": (get_model_names(get_restorers),),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Work\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ReActor\nodes.py", line 129, in get_model_names
models = get_models()
^^^^^^^^^^^^
File "D:\Work\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ReActor\nodes.py", line 123, in get_restorers
download(model_url, model_path, model_name)
File "D:\Work\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ReActor\reactor_utils.py", line 113, in download
request = urllib.request.urlopen(url)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "urllib\request.py", line 215, in urlopen
File "urllib\request.py", line 515, in open
File "urllib\request.py", line 532, in _open
File "urllib\request.py", line 492, in _call_chain
File "urllib\request.py", line 1392, in https_open
File "urllib\request.py", line 1347, in do_open
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)>
[ERROR] An error occurred while retrieving information for the 'ReActorRestoreFace' node.
Traceback (most recent call last):
File "urllib\request.py", line 1344, in do_open
File "http\client.py", line 1336, in request
File "http\client.py", line 1382, in _send_request
File "http\client.py", line 1331, in endheaders
File "http\client.py", line 1091, in _send_output
File "http\client.py", line 1035, in send
File "http\client.py", line 1477, in connect
File "ssl.py", line 455, in wrap_socket
File "ssl.py", line 1041, in _create
File "ssl.py", line 1319, in do_handshake
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Work\ComfyUI_windows_portable\ComfyUI\server.py", line 573, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "D:\Work\ComfyUI_windows_portable\ComfyUI\server.py", line 540, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Work\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ReActor\nodes.py", line 700, in INPUT_TYPES
"model": (get_model_names(get_restorers),),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Work\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ReActor\nodes.py", line 129, in get_model_names
models = get_models()
^^^^^^^^^^^^
File "D:\Work\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ReActor\nodes.py", line 123, in get_restorers
download(model_url, model_path, model_name)
File "D:\Work\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ReActor\reactor_utils.py", line 113, in download
request = urllib.request.urlopen(url)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "urllib\request.py", line 215, in urlopen
File "urllib\request.py", line 515, in open
File "urllib\request.py", line 532, in _open
File "urllib\request.py", line 492, in _call_chain
File "urllib\request.py", line 1392, in https_open
File "urllib\request.py", line 1347, in do_open
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)>
FETCH ComfyRegistry Data: 25/32
FETCH ComfyRegistry Data: 30/32
FETCH ComfyRegistry Data [DONE]
[ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
nightly_channel: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/remote
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json [DONE]
[ComfyUI-Manager] All startup tasks have been completed.
`
How to fix this error?
Beta Was this translation helpful? Give feedback.
All reactions