-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Errno 11001] getaddrinfo failed怎么解决 ? #11
Comments
Need your command |
comfy 启动:python main.py --disable-cuda-malloc --use-split-cross-attention --cpu |
remove http:// |
谢谢,这个有用。 To see the GUI go to: http://127.0.0.1:8188 |
我重新下载了comfy,但是这个报错并没有解决 |
Have you run the workflow in comfyUI webui? |
我尝试在comfyui webui中安装了nobel_workflow.json and nobel_workflow_for_install.json, 但是在webui中也会报错缺少node类型 GroundingDinoModelLoader (segment anything) |
嘿,找不到节点的问题解决了,我安装了一个comfyui manager然后就能一键安装所有节点,太棒了。
|
Need to choose the right path of your own models. See https://github.com/16131zzzzzzzz/EveryoneNobel/blob/main/README_model.md |
我按照你说的下载了这些models,现在我在comfy webui中点击queue prompt触发了以下报错。 |
从没见过这个问题 建议查一下所有模型能选的地方都选对了 其他可能就是comfyui和各个node版本要更新到最新版 |
readme里面有一句话,"!!!Delete all preview image node except the final output preview image!!!" |
不知道 你有跑过npm install吗 |
我开了comfy,端口号也没错,出现下面的报错是什么原因
start comfy
Traceback (most recent call last):
File "C:\Users\86198\anaconda3\envs\everyonenobel2\lib\site-packages\websocket_http.py", line 145, in _get_addrinfo_list
addrinfo_list = socket.getaddrinfo(
File "C:\Users\86198\anaconda3\envs\everyonenobel2\lib\socket.py", line 967, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno 11001] getaddrinfo failed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Download\Browser Download\EveryoneNobel-main\src\server.py", line 96, in generate_image_by_prompt_and_image
ws, server_address, client_id = open_websocket_connection(comfy_server_address)
File "D:\Download\Browser Download\EveryoneNobel-main\src\server.py", line 17, in open_websocket_connection
ws.connect("ws://{}/ws?clientId={}".format(server_address, client_id))
File "C:\Users\86198\anaconda3\envs\everyonenobel2\lib\site-packages\websocket_core.py", line 248, in connect
self.sock, addrs = connect(url, self.sock_opt, proxy_info(**options),
File "C:\Users\86198\anaconda3\envs\everyonenobel2\lib\site-packages\websocket_http.py", line 112, in connect
addrinfo_list, need_tunnel, auth = _get_addrinfo_list(
File "C:\Users\86198\anaconda3\envs\everyonenobel2\lib\site-packages\websocket_http.py", line 157, in _get_addrinfo_list
raise WebSocketAddressException(e)
websocket._exceptions.WebSocketAddressException: [Errno 11001] getaddrinfo failed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Download\Browser Download\EveryoneNobel-main\main.py", line 83, in
main(args.name, args.subject, args.content, args.image_path, args.comfy_server_address)
File "D:\Download\Browser Download\EveryoneNobel-main\main.py", line 49, in main
output_filename = prompt_image_to_image(
File "D:\Download\Browser Download\EveryoneNobel-main\src\server.py", line 86, in prompt_image_to_image
file_name = generate_image_by_prompt_and_image(
File "D:\Download\Browser Download\EveryoneNobel-main\src\server.py", line 103, in generate_image_by_prompt_and_image
ws.close()
UnboundLocalError: local variable 'ws' referenced before assignment
The text was updated successfully, but these errors were encountered: