ltdrdata / ComfyUI-Manager

ComfyUI-Manager is an extension designed to enhance the usability of ComfyUI. It offers management functions to install, remove, disable, and enable various custom nodes of ComfyUI. Furthermore, this extension provides a hub feature and convenience functions to access a wide range of information within ComfyUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ComfyUI manager options never open

zono50 opened this issue · comments

When I click custom nodes, it gives me the following output -
image

Also getting the following error - Exception in thread Thread-1 ():
Traceback (most recent call last):
File "/home/zono50/anaconda3/envs/comfy/lib/python3.11/threading.py", line 1045, in _bootstrap_inner
self.run()
File "/home/zono50/anaconda3/envs/comfy/lib/python3.11/threading.py", line 982, in run
self._target(*self._args, **self._kwargs)
File "/home/zono50/Applications/ComfyUI/custom_nodes/ComfyUI-Manager/glob/manager_server.py", line 1615, in
threading.Thread(target=lambda: asyncio.run(default_cache_update())).start()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/zono50/anaconda3/envs/comfy/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/home/zono50/anaconda3/envs/comfy/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/zono50/anaconda3/envs/comfy/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/home/zono50/Applications/ComfyUI/custom_nodes/ComfyUI-Manager/glob/manager_server.py", line 1612, in default_cache_update
await asyncio.gather(a, b, c, d)
File "/home/zono50/Applications/ComfyUI/custom_nodes/ComfyUI-Manager/glob/manager_server.py", line 1600, in get_cache
json_obj = await core.get_data(uri, True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/zono50/Applications/ComfyUI/custom_nodes/ComfyUI-Manager/glob/manager_core.py", line 570, in get_data
async with session.get(uri) as resp:
File "/home/zono50/anaconda3/envs/comfy/lib/python3.11/site-packages/aiohttp/client.py", line 1194, in aenter
self._resp = await self._coro
^^^^^^^^^^^^^^^^
File "/home/zono50/anaconda3/envs/comfy/lib/python3.11/site-packages/aiohttp/client.py", line 504, in _request
with timer:
File "/home/zono50/anaconda3/envs/comfy/lib/python3.11/site-packages/aiohttp/helpers.py", line 735, in exit
raise asyncio.TimeoutError from None
TimeoutError
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
[ComfyUI-Manager] Due to a network error, switching to local mode.
=> custom-node-list.json
=>
FETCH DATA from: /home/zono50/Applications/ComfyUI/custom_nodes/ComfyUI-Manager/custom-node-list.json
[ComfyUI-Manager] Due to a network error, switching to local mode.
=> model-list.json
=>
FETCH DATA from: /home/zono50/Applications/ComfyUI/custom_nodes/ComfyUI-Manager/model-list.json

I've already deleted comfyui-manager and reinstalled it. Also tried in multiple browsers. I can't seem to install custom nodes or install models, and don't know why.

test.py.txt

Download attached file and rename to test.py
And execute python test.py

What is displayed?

It worked, it just took a while to open.

When i run python test.py in the comfyui conda environment, nothing happens, or atleast i don't see any output

I did finally get some output but it was a timeout message. What can I do to resolve this issue? Evertying else on my network is blazing fast

When i run python test.py in the comfyui conda environment, nothing happens, or atleast i don't see any output

I did finally get some output but it was a timeout message. What can I do to resolve this issue? Evertying else on my network is blazing fast

Are you saying that not even [method1] ok appeared? This is a bit problematic. It means that even a very basic Python web API is not working. I wonder if it might be blocked by a firewall.

If the firewall is applied selectively depending on the application, it is entirely possible that this could happen.

Yeah idk my manjaro firewall is disabled and i did a fresh install of pfsense but the firewall is allowing all traffic except for a few ipv6 requests

if i'm the only one having this issue, than i'll try a clean install and see what happens

I have a similar issue..
when starting it seems it loaded correctly:

Import times for custom nodes:
   0.0 seconds: <user>/Developer/Github/ComfyUI/custom_nodes/efficiency-nodes-comfyui
   0.0 seconds: <user>/Developer/Github/ComfyUI/custom_nodes/ComfyUI-Manager
   0.2 seconds (IMPORT FAILED): /Users/lmuehrke/Developer/Github/ComfyUI/custom_nodes/test.py
   1.1 seconds: <user>/Developer/Github/ComfyUI/custom_nodes/was-node-suite-comfyui
   2.0 seconds (IMPORT FAILED): /Users/lmuehrke/Developer/Github/ComfyUI/custom_nodes/ComfyUI-Impact-Pack

but even after multiple restarts, (page wise and from comfyUI) there is no "management"-button on the UI panel.
The test.py, that was mentioned above returns [method1] ok and [method2] ok.

but even after multiple restarts, (page wise and from comfyUI) there is no "management"-button on the UI panel.
The test.py, that was mentioned above returns [method1] ok and [method2] ok.

What is your full log?

but even after multiple restarts, (page wise and from comfyUI) there is no "management"-button on the UI panel.
The test.py, that was mentioned above returns [method1] ok and [method2] ok.

What is your full log?

while cleaning the log I saw that there was an error that ComfyUI needs to be updated to use the Comfy UI manager
So thank you!