更新为0.24.0版块后,运行官方flux2_klein工作流出错了!无法运行
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Custom Node Testing
- [ ] I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-with-all-custom-nodes-disabled) if you need help)
### Expected Behavior
更新为0.24.0版块后,运行官方flux2_klein工作流出错了!无法运行
### Actual Behavior
更新为0.24.0版块后,运行官方flux2_klein工作流出错了!无法运行
### Steps to Reproduce
更新为0.24.0版块后,运行官方flux2_klein工作流出错了!无法运行
### Debug Logs
```powershell
[ERROR] [ComfyUI-Manager] Failed to perform initial fetching 'extension-node-map.json':
Traceback (most recent call last):
File "E:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\streams.py", line 372, in _wait
await waiter
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\glob\manager_server.py", line 1834, in get_cache
json_obj = await manager_util.get_data(uri, True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\glob\manager_util.py", line 193, in get_data
json_text = await resp.text()
^^^^^^^^^^^^^^^^^
File "E:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\client_reqrep.py", line 735, in text
await self.read()
File "E:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\client_reqrep.py", line 693, in read
self._body = await self.content.read()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\streams.py", line 446, in read
block = await self.readany()
^^^^^^^^^^^^^^^^^^^^
File "E:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\streams.py", line 468, in readany
await self._wait("readany")
File "E:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\streams.py", line 371, in _wait
with self._timer:
^^^^^^^^^^^
File "E:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\helpers.py", line 713, in __exit__
raise asyncio.TimeoutError from exc_val
TimeoutError
Cannot connect to comfyregistry.
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
=> [WinError 121] 信号灯超时时间已到
FETCH DATA from: E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\custom-node-list.json [DONE]
[INFO] [ComfyUI-Manager] All startup tasks have been completed.
```
### Other
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.