Comfy-Org / Comfy-Org/ComfyUI-Manager

ComfyUI Manager not workimg

Open
#2,618 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
16.1k
Forks
2.5k
Avg merge
5d 4h
Merged PRs (30d)
13

Description

This is my first time using ComfyUI running on Intel CPU Mode to use Z-image Turbo, so when i install the ComfyUI Manager and the Security scan came in and I got an error:

## ComfyUI-Manager: installing dependencies done.
[2026-02-15 20:21:04.847] ** ComfyUI startup time: 2026-02-15 20:21:04.847
[2026-02-15 20:21:04.848] ** Platform: Windows
[2026-02-15 20:21:04.850] ** Python version: 3.12.10 (tags/v3.12.10:0cc8128, Apr 8 2025, 12:21:36) [MSC v.1943 64 bit (AMD64)]
[2026-02-15 20:21:04.851] ** Python executable: C:\Users\Alan\Downloads\ComfyUI for Windows\ComfyUI_windows_portable\python_embeded\python.exe
[2026-02-15 20:21:04.853] ** ComfyUI Path: C:\Users\Alan\Downloads\ComfyUI for Windows\ComfyUI_windows_portable\ComfyUI
[2026-02-15 20:21:04.854] ** ComfyUI Base Folder Path: C:\Users\Alan\Downloads\ComfyUI for Windows\ComfyUI_windows_portable\ComfyUI
[2026-02-15 20:21:04.855] ** User directory: C:\Users\Alan\Downloads\ComfyUI for Windows\ComfyUI_windows_portable\ComfyUI\user
[2026-02-15 20:21:04.865] ** ComfyUI-Manager config path: C:\Users\Alan\Downloads\ComfyUI for Windows\ComfyUI_windows_portable\ComfyUI\user\default\ComfyUI-Manager\config.ini
[2026-02-15 20:21:04.866] ** Log path: C:\Users\Alan\Downloads\ComfyUI for Windows\ComfyUI_windows_portable\ComfyUI\user\comfyui.log

Prestartup times for custom nodes:
[2026-02-15 20:21:06.923] 6.3 seconds: C:\Users\Alan\Downloads\ComfyUI for Windows\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
[2026-02-15 20:21:06.923]
[2026-02-15 20:21:09.618] Checkpoint files will always be loaded safely.
[2026-02-15 20:21:09.656] Total VRAM 16067 MB, total RAM 16067 MB
[2026-02-15 20:21:09.656] pytorch version: 2.7.0+cu128
[2026-02-15 20:21:09.657] Set vram state to: DISABLED
[2026-02-15 20:21:09.657] Device: cpu
[2026-02-15 20:21:11.949] Using sub quadratic optimization for attention, if you have memory or speed issues try using: --use-split-cross-attention
[2026-02-15 20:21:14.465] Python version: 3.12.10 (tags/v3.12.10:0cc8128, Apr 8 2025, 12:21:36) [MSC v.1943 64 bit (AMD64)]
[2026-02-15 20:21:14.466] ComfyUI version: 0.3.30
[2026-02-15 20:21:14.522] ComfyUI frontend version: 1.17.11
[2026-02-15 20:21:14.524] [Prompt Server] web root: C:\Users\Alan\Downloads\ComfyUI for Windows\ComfyUI_windows_portable\python_embeded\Lib\site-packages\comfyui_frontend_package\static
[2026-02-15 20:21:16.009]
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[2026-02-15 20:21:16.010] [ComfyUI-Manager] ERROR: ComfyUI version is outdated!
[2026-02-15 20:21:16.011] - Most operations are blocked for security.
[2026-02-15 20:21:16.011] - ComfyUI update is still allowed.
[2026-02-15 20:21:16.013] - Please update ComfyUI to use Manager normally.
[2026-02-15 20:21:16.013] !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[2026-02-15 20:21:16.014]
[2026-02-15 20:21:16.018] ### Loading: ComfyUI-Manager (V3.39.2)
[2026-02-15 20:21:16.021] [ComfyUI-Manager] network_mode: public
[2026-02-15 20:21:16.153] ### ComfyUI Revision: UNKNOWN (The currently installed ComfyUI is not a Git repository)
[2026-02-15 20:21:16.471]
Import times for custom nodes:
[2026-02-15 20:21:16.473] 0.0 seconds: C:\Users\Alan\Downloads\ComfyUI for Windows\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
[2026-02-15 20:21:16.474] 0.5 seconds: C:\Users\Alan\Downloads\ComfyUI for Windows\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
[2026-02-15 20:21:16.475]
[2026-02-15 20:21:16.513] Starting server

[2026-02-15 20:21:16.513] Traceback (most recent call last):
[2026-02-15 20:21:16.514] File "C:\Users\Alan\Downloads\ComfyUI for Windows\ComfyUI_windows_portable\ComfyUI\main.py", line 315, in
[2026-02-15 20:21:16.514] event_loop.run_until_complete(x)
[2026-02-15 20:21:16.521] File "asyncio\base_events.py", line 691, in run_until_complete
[2026-02-15 20:21:16.521] File "C:\Users\Alan\Downloads\ComfyUI for Windows\ComfyUI_windows_portable\ComfyUI\main.py", line 300, in start_all
[2026-02-15 20:21:16.521] await run(prompt_server, address=args.listen, port=args.port, verbose=not args.dont_print_server, call_on_start=call_on_start)
[2026-02-15 20:21:16.524] File "C:\Users\Alan\Downloads\ComfyUI for Windows\ComfyUI_windows_portable\ComfyUI\main.py", line 225, in run
[2026-02-15 20:21:16.525] await asyncio.gather(
[2026-02-15 20:21:16.528] File "C:\Users\Alan\Downloads\ComfyUI for Windows\ComfyUI_windows_portable\ComfyUI\server.py", line 852, in start_multi_address
[2026-02-15 20:21:16.529] await site.start()
[2026-02-15 20:21:16.533] File "C:\Users\Alan\Downloads\ComfyUI for Windows\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\web_runner.py", line 121, in start
[2026-02-15 20:21:16.535] self._server = await loop.create_server(
[2026-02-15 20:21:16.537] ^^^^^^^^^^^^^^^^^^^^^^^^^
[2026-02-15 20:21:16.565] File "asyncio\base_events.py", line 1584, in create_server
[2026-02-15 20:21:16.567] OSError: [Errno 10048] error while attempting to bind on address ('127.0.0.1', 8188): [winerror 10048] only one usage of each socket address (protocol/network address/port) is normally permitted
[2026-02-15 20:21:16.568] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
[2026-02-15 20:21:16.581] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
[2026-02-15 20:21:16.696] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
[2026-02-15 20:21:16.775] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
[2026-02-15 20:21:16.818] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
[2026-02-15 20:21:16.965] Cannot connect to comfyregistry.
[2026-02-15 20:21:16.967] FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json[ComfyUI-Manager] Due to a network error, switching to local mode.
=> custom-node-list.json
=> cannot schedule new futures after shutdown
[2026-02-15 20:21:17.065] FETCH DATA from: C:\Users\Alan\Downloads\ComfyUI for Windows\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\custom-node-list.json [DONE]
[2026-02-15 20:21:17.179] [ComfyUI-Manager] All startup tasks have been completed.

Best,
Alan.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.