How to solve running errors

#19
by substX - opened

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\ComfyUI-aki-v1.3\python\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "", line 99, in run
File "", line 94, in _run_old_run_func
File "", line 1649, in reraise
File "", line 92, in _run_old_run_func
File "C:\Users\Administrator\Desktop\ComfyUI-aki-v1.3\python\lib\threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\Administrator\Desktop\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Manager\glob\manager_server.py", line 1343, in
threading.Thread(target=lambda: asyncio.run(default_cache_update())).start()
File "C:\Users\Administrator\Desktop\ComfyUI-aki-v1.3\python\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "C:\Users\Administrator\Desktop\ComfyUI-aki-v1.3\python\lib\asyncio\base_events.py", line 649, in run_until_complete
return future.result()
File "C:\Users\Administrator\Desktop\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Manager\glob\manager_server.py", line 1340, in default_cache_update
await asyncio.gather(a, b, c, d, e)
File "C:\Users\Administrator\Desktop\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Manager\glob\manager_server.py", line 1327, in get_cache
json_obj = await core.get_data(uri, True)
File "C:\Users\Administrator\Desktop\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Manager\glob\manager_core.py", line 620, in get_data
async with session.get(uri) as resp:
File "C:\Users\Administrator\Desktop\ComfyUI-aki-v1.3\python\lib\site-packages\aiohttp\client.py", line 1353, in aenter
self._resp = await self._coro
File "C:\Users\Administrator\Desktop\ComfyUI-aki-v1.3\python\lib\site-packages\aiohttp\client.py", line 684, in _request
await resp.start(conn)
File "C:\Users\Administrator\Desktop\ComfyUI-aki-v1.3\python\lib\site-packages\aiohttp\client_reqrep.py", line 999, in start
message, payload = await protocol.read() # type: ignore[union-attr]
File "C:\Users\Administrator\Desktop\ComfyUI-aki-v1.3\python\lib\site-packages\aiohttp\streams.py", line 640, in read
await self._waiter
aiohttp.client_exceptions.ClientOSError: [WinError 121] 信号灯超时时间已到
got prompt
!!! Exception during processing !!! (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /laion/CLIP-ViT-bigG-14-laion2B-39B-b160k/resolve/main/model.safetensors.index.json (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001D614189C90>, 'Connection to huggingface.co timed out. (connect timeout=10)'))"), '(Request ID: 84409660-003d-4ec1-bd56-dbb0c1002ee3)')

I have downloaded all the files of CLIP ViT bigG-14-laion2B-39B-b160k, but I don't know which directory to put them in comfyui?

Sign up or log in to comment