ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

After installing" comfyui-reactor-node" using git clone, CoMfyUI does not start but halts with error message.

Open fuckemooncoin opened this issue 1 year ago • 1 comments

Installed comfyui-reactor-node using git clone to my D:\ComfyUI_windows_portable\ComfyUI\custom_nodes folder, "git clone https://github.com/Gourieff/comfyui-reactor-node.git"

After that I got this error message and the system halts.

image

Tried to locate the file of the error, "asyncio\base_events.py" but it can not be found under ComfyUI folders. Isn't this malware? Deleted comfyui-reactor-node folder under custom node folder but ComfyUI still does not work with same error message and halts.

image

PermissionError: [Errno 13] error while attempting to bind on address ('127.0.0.1', 8188): 액세스 권한에 의해 숨겨진 소켓에 액세스를 시도했습니다

What should I do? Uninstall ComfyUI and reinstall it again and never try to mess with comfyui-reactor-node?

fuckemooncoin avatar Dec 25 '23 14:12 fuckemooncoin

Looks like you might have another service or another instance already running on port 8188.

You can either try to 1) reboot and retest, 2) figure out what is blocking port 8188 or 3) try running ComfyUI on another server port by adding the launch argument

--port <your port of choice>

See also:

https://github.com/comfyanonymous/ComfyUI/discussions/986

Th3Rom3 avatar Dec 25 '23 22:12 Th3Rom3