help! #476
Replies: 4 comments
-
Download these model files and place them in the specified path "……\ComfyUI\models\facerestore_models". |
Beta Was this translation helpful? Give feedback.
-
i did follow all troubleshooting steps as mention on git repo but error is still there |
Beta Was this translation helpful? Give feedback.
-
`E:\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build ComfyUI-Manager: installing dependencies done.** ComfyUI startup time: 2024-11-03 21:08:42.541307 Prestartup times for custom nodes: Total VRAM 12288 MB, total RAM 32581 MB Loading: ComfyUI-Impact-Pack (V7.10.7)Loading: ComfyUI-Impact-Pack (Subpack: V0.7)[Impact Pack] Wildcards loading done. Loading: ComfyUI-Inspire-Pack (V1.6)Traceback (most recent call last): Cannot import E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack module for custom nodes: No module named 'webcolors' Loading: ComfyUI-Manager (V2.51.9)ComfyUI Revision: 2804 [cc9cf6d1] | Released on '2024-10-31'[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json Cannot import E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PuLID-Flux-Enhanced module for custom nodes: DLL load failed while importing onnx_cpp2py_export: A dynamic link library (DLL) initialization routine failed. Cannot import E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node module for custom nodes: DLL load failed while importing onnx_cpp2py_export: A dynamic link library (DLL) initialization routine failed. [rgthree-comfy] Loaded 42 exciting nodes. 🎉 Traceback (most recent call last): Cannot import E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui module for custom nodes: Numba needs NumPy 2.0 or less. Got NumPy 2.1. Import times for custom nodes: Starting server To see the GUI go to: http://127.0.0.1:8188 |
Beta Was this translation helpful? Give feedback.
-
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 216, in urlopen
return opener.open(url, data, timeout)
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 519, in open
response = self._open(req, data)
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 496, in _call_chain
result = func(*args)
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 1391, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File "K:\ComfyUI-aki-v1.4\python\lib\urllib\request.py", line 1351, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。
List of Nodes:
••• Main Nodes •••
ReActorFaceSwap (Main Node)
ReActorFaceSwapOpt (Main Node with the additional Options input)
ReActorOptions (Options for ReActorFaceSwapOpt)
ReActorFaceBoost (Face Booster Node)
ReActorMaskHelper (Masking Helper)
••• Operations with Face Models •••
ReActorSaveFaceModel (Save Face Model)
ReActorLoadFaceModel (Load Face Model)
ReActorBuildFaceModel (Build Blended Face Model)
ReActorMakeFaceModelBatch (Make Face Model Batch)
••• Additional Nodes •••
ReActorRestoreFace (Face Restoration)
ReActorImageDublicator (Dublicate one Image to Images List)
ImageRGBA2RGB (Convert RGBA to RGB)
这么多节点都没有????SD启动的时候要等10分钟,把reactor删除了一切正常,怎么回事?
Beta Was this translation helpful? Give feedback.
All reactions