Comfy-Org / Comfy-Org/ComfyUI-Manager
ComfyUI doesn't start any longer.
- Dominant language
- Python
- Stars
- 16.1k
- Forks
- 2.5k
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 13
Description
Updated all
Updated ComfyUI
Ran pip install -r requirements.txt
Now I have this:
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
FETCH DATA from: /home/jfredr19/ComfyUI/custom_nodes/ComfyUI-Manager/custom-node-list.json [DONE]
[ComfyUI-Manager] All startup tasks have been completed.
Exception in thread Thread-3 ():
Traceback (most recent call last):
File "/home/jfredr19/.conda/envs/comfy_dev_jf/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
self.run()
File "/home/jfredr19/.conda/envs/comfy_dev_jf/lib/python3.12/threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "/home/jfredr19/ComfyUI/custom_nodes/ComfyUI-Manager/glob/manager_server.py", line 1758, in
threading.Thread(target=lambda: asyncio.run(default_cache_update())).start()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/jfredr19/.conda/envs/comfy_dev_jf/lib/python3.12/asyncio/runners.py", line 193, in run
with Runner(debug=debug, loop_factory=loop_factory) as runner:
File "/home/jfredr19/.conda/envs/comfy_dev_jf/lib/python3.12/asyncio/runners.py", line 62, in __exit__
self.close()
File "/home/jfredr19/.conda/envs/comfy_dev_jf/lib/python3.12/asyncio/runners.py", line 72, in close
loop.run_until_complete(
File "/home/jfredr19/.conda/envs/comfy_dev_jf/lib/python3.12/asyncio/base_events.py", line 685, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/home/jfredr19/.conda/envs/comfy_dev_jf/lib/python3.12/asyncio/base_events.py", line 597, in shutdown_default_executor
thread.start()
File "/home/jfredr19/.conda/envs/comfy_dev_jf/lib/python3.12/threading.py", line 992, in start
_start_new_thread(self._bootstrap, ())
RuntimeError: can't create new thread at interpreter shutdown
Commenting out this from manager_server.py in the glob-folder makes ComfyUI start: threading.Thread(target=lambda: asyncio.run(default_cache_update())).start()
Not sure what it does and how it might affect my installation though 🤔
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.