WHY?help place please
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Custom Node Testing
- [x] 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
# ComfyUI Error Report
## Error Details
- **Node ID:** 4
- **Node Type:** CheckpointLoaderSimple
- **Exception Type:** ValueError
- **Exception Message:** Error while deserializing header: HeaderTooLarge
File path: D:\ComfyUI-aki-v1.6\ComfyUI\models\checkpoints\v1-5-pruned-emaonly-fp16.safetensors
The safetensors file is corrupt or invalid. Make sure this is actually a safetensors file and not a ckpt or pt or other filetype.
## Stack Trace
```
File "D:\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 427, in execute
output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 270, in get_output_data
return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 244, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "D:\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 232, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.6\ComfyUI\nodes.py", line 573, in load_checkpoint
out = comfy.sd.load_checkpoint_guess_config(ckpt_path, output_vae=True, output_clip=True, embedding_directory=folder_paths.get_folder_paths("embeddings"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.6\ComfyUI\comfy\sd.py", line 1012, in load_checkpoint_guess_config
sd, metadata = comfy.utils.load_torch_file(ckpt_path, return_metadata=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.6\ComfyUI\comfy\utils.py", line 72, in load_torch_file
raise ValueError("{}\n\nFile path: {}\n\nThe safetensors file is corrupt or invalid. Make sure this is actually a safetensors file and not a ckpt or pt or other filetype.".format(message, ckpt))
```
## System Information
- **ComfyUI Version:** 0.3.45
- **Arguments:** D:\ComfyUI-aki-v1.6\ComfyUI\main.py --auto-launch --force-fp32 --preview-method auto --lowvram --disable-cuda-malloc
- **OS:** nt
- **Python Version:** 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
- **Embedded Python:** false
- **PyTorch Version:** 2.5.1+cu124
## Devices
- **Name:** cuda:0 NVIDIA GeForce GTX 1650 : native
- **Type:** cuda
- **VRAM Total:** 4294639616
- **VRAM Free:** 3456892928
- **Torch VRAM Total:** 0
- **Torch VRAM Free:** 0
## Logs
```
2025-07-29T04:10:12.710260 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 642, in connect
proto = await self._create_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.711265 - 2025-07-29T04:10:12.712394 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 1209, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.712394 - 2025-07-29T04:10:12.714644 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 1538, in _create_direct_connection
raise ClientConnectorDNSError(req.connection_key, exc) from exc
2025-07-29T04:10:12.716650 - 2025-07-29T04:10:12.716650 - aiohttp.client_exceptions.ClientConnectorDNSError: Cannot connect to host raw.githubusercontent.com:443 ssl:default [getaddrinfo failed]
2025-07-29T04:10:12.717733 - 2025-07-29T04:10:12.717733 - [ComfyUI-Manager] Failed to perform initial fetching 'custom-node-list.json': Cannot connect to host raw.githubusercontent.com:443 ssl:default [getaddrinfo failed]
2025-07-29T04:10:12.719776 - Traceback (most recent call last):
2025-07-29T04:10:12.722786 - 2025-07-29T04:10:12.722786 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 1532, in _create_direct_connection
hosts = await self._resolve_host(host, port, traces=traces)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.723791 - 2025-07-29T04:10:12.724794 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 1148, in _resolve_host
return await asyncio.shield(resolved_host_task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.724794 - 2025-07-29T04:10:12.726211 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 1179, in _resolve_host_with_throttle
addrs = await self._resolver.resolve(host, port, family=self._family)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.729507 - 2025-07-29T04:10:12.731568 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\resolver.py", line 40, in resolve
infos = await self._loop.getaddrinfo(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.732570 - 2025-07-29T04:10:12.736630 - File "D:\ComfyUI-aki-v1.6\python\Lib\asyncio\base_events.py", line 868, in getaddrinfo
return await self.run_in_executor(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.737648 - 2025-07-29T04:10:12.739656 - File "D:\ComfyUI-aki-v1.6\python\Lib\concurrent\futures\thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.740660 - 2025-07-29T04:10:12.740660 - File "D:\ComfyUI-aki-v1.6\python\Lib\socket.py", line 962, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.759581 - 2025-07-29T04:10:12.760593 - socket.gaierror: [Errno 11004] getaddrinfo failed
2025-07-29T04:10:12.761604 - 2025-07-29T04:10:12.762607 -
The above exception was the direct cause of the following exception:
2025-07-29T04:10:12.764616 - 2025-07-29T04:10:12.765619 - Traceback (most recent call last):
2025-07-29T04:10:12.765619 - 2025-07-29T04:10:12.767626 - File "D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 1735, in get_cache
json_obj = await manager_util.get_data(uri, True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.768672 - 2025-07-29T04:10:12.770683 - File "D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-manager\glob\manager_util.py", line 145, in get_data
async with session.get(uri, headers=headers) as resp:
2025-07-29T04:10:12.771937 - 2025-07-29T04:10:12.774009 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client.py", line 1488, in __aenter__
self._resp: _RetType = await self._coro
^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.791992 - 2025-07-29T04:10:12.793026 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client.py", line 770, in _request
resp = await handler(req)
^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.796194 - 2025-07-29T04:10:12.797212 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client.py", line 725, in _connect_and_send_request
conn = await self._connector.connect(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.800223 - 2025-07-29T04:10:12.806895 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 642, in connect
proto = await self._create_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.808043 - 2025-07-29T04:10:12.810071 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 1209, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.810071 - 2025-07-29T04:10:12.812102 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 1538, in _create_direct_connection
raise ClientConnectorDNSError(req.connection_key, exc) from exc
2025-07-29T04:10:12.815302 - 2025-07-29T04:10:12.823010 - aiohttp.client_exceptions.ClientConnectorDNSError: Cannot connect to host raw.githubusercontent.com:443 ssl:default [getaddrinfo failed]
2025-07-29T04:10:12.824012 - 2025-07-29T04:10:12.824012 - [ComfyUI-Manager] Failed to perform initial fetching 'github-stats.json': Cannot connect to host raw.githubusercontent.com:443 ssl:default [getaddrinfo failed]
2025-07-29T04:10:12.827075 - Traceback (most recent call last):
2025-07-29T04:10:12.830085 - 2025-07-29T04:10:12.831135 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 1532, in _create_direct_connection
hosts = await self._resolve_host(host, port, traces=traces)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.832255 - 2025-07-29T04:10:12.833269 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 1148, in _resolve_host
return await asyncio.shield(resolved_host_task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.834274 - 2025-07-29T04:10:12.834274 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 1179, in _resolve_host_with_throttle
addrs = await self._resolver.resolve(host, port, family=self._family)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.835285 - 2025-07-29T04:10:12.835285 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\resolver.py", line 40, in resolve
infos = await self._loop.getaddrinfo(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.837384 - 2025-07-29T04:10:12.838450 - File "D:\ComfyUI-aki-v1.6\python\Lib\asyncio\base_events.py", line 868, in getaddrinfo
return await self.run_in_executor(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.838450 - 2025-07-29T04:10:12.839493 - File "D:\ComfyUI-aki-v1.6\python\Lib\concurrent\futures\thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.840496 - 2025-07-29T04:10:12.840496 - File "D:\ComfyUI-aki-v1.6\python\Lib\socket.py", line 962, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.841498 - 2025-07-29T04:10:12.848578 - socket.gaierror: [Errno 11004] getaddrinfo failed
2025-07-29T04:10:12.849578 - 2025-07-29T04:10:12.855457 -
The above exception was the direct cause of the following exception:
2025-07-29T04:10:12.861511 - 2025-07-29T04:10:12.863513 - Traceback (most recent call last):
2025-07-29T04:10:12.864596 - 2025-07-29T04:10:12.867914 - File "D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 1735, in get_cache
json_obj = await manager_util.get_data(uri, True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.869076 - 2025-07-29T04:10:12.870159 - File "D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-manager\glob\manager_util.py", line 145, in get_data
async with session.get(uri, headers=headers) as resp:
2025-07-29T04:10:12.871173 - 2025-07-29T04:10:12.873216 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client.py", line 1488, in __aenter__
self._resp: _RetType = await self._coro
^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.873216 - 2025-07-29T04:10:12.877556 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client.py", line 770, in _request
resp = await handler(req)
^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.878615 - 2025-07-29T04:10:12.878615 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client.py", line 725, in _connect_and_send_request
conn = await self._connector.connect(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.879622 - 2025-07-29T04:10:12.880863 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 642, in connect
proto = await self._create_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.881867 - 2025-07-29T04:10:12.883017 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 1209, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.884020 - 2025-07-29T04:10:12.885246 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 1538, in _create_direct_connection
raise ClientConnectorDNSError(req.connection_key, exc) from exc
2025-07-29T04:10:12.897767 - 2025-07-29T04:10:12.907021 - aiohttp.client_exceptions.ClientConnectorDNSError: Cannot connect to host raw.githubusercontent.com:443 ssl:default [getaddrinfo failed]
2025-07-29T04:10:12.913275 - 2025-07-29T04:10:12.913275 - [ComfyUI-Manager] Failed to perform initial fetching 'alter-list.json': Cannot connect to host raw.githubusercontent.com:443 ssl:default [getaddrinfo failed]
2025-07-29T04:10:12.914581 - Traceback (most recent call last):
2025-07-29T04:10:12.914581 - 2025-07-29T04:10:12.916042 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 1532, in _create_direct_connection
hosts = await self._resolve_host(host, port, traces=traces)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.917105 - 2025-07-29T04:10:12.918108 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 1148, in _resolve_host
return await asyncio.shield(resolved_host_task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.919113 - 2025-07-29T04:10:12.928145 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 1179, in _resolve_host_with_throttle
addrs = await self._resolver.resolve(host, port, family=self._family)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.945676 - 2025-07-29T04:10:12.946676 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\resolver.py", line 40, in resolve
infos = await self._loop.getaddrinfo(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.946676 - 2025-07-29T04:10:12.947765 - File "D:\ComfyUI-aki-v1.6\python\Lib\asyncio\base_events.py", line 868, in getaddrinfo
return await self.run_in_executor(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.947765 - 2025-07-29T04:10:12.948861 - File "D:\ComfyUI-aki-v1.6\python\Lib\concurrent\futures\thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.948861 - 2025-07-29T04:10:12.949891 - File "D:\ComfyUI-aki-v1.6\python\Lib\socket.py", line 962, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.949891 - 2025-07-29T04:10:12.950931 - socket.gaierror: [Errno 11004] getaddrinfo failed
2025-07-29T04:10:12.951936 - 2025-07-29T04:10:12.951936 -
The above exception was the direct cause of the following exception:
2025-07-29T04:10:12.952970 - 2025-07-29T04:10:12.952970 - Traceback (most recent call last):
2025-07-29T04:10:12.953974 - 2025-07-29T04:10:12.953974 - File "D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 1735, in get_cache
json_obj = await manager_util.get_data(uri, True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.954977 - 2025-07-29T04:10:12.954977 - File "D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-manager\glob\manager_util.py", line 145, in get_data
async with session.get(uri, headers=headers) as resp:
2025-07-29T04:10:12.956009 - 2025-07-29T04:10:12.957012 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client.py", line 1488, in __aenter__
self._resp: _RetType = await self._coro
^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.957012 - 2025-07-29T04:10:12.958031 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client.py", line 770, in _request
resp = await handler(req)
^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.958031 - 2025-07-29T04:10:12.958031 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client.py", line 725, in _connect_and_send_request
conn = await self._connector.connect(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.959307 - 2025-07-29T04:10:12.960315 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 642, in connect
proto = await self._create_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.960315 - 2025-07-29T04:10:12.961385 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 1209, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-07-29T04:10:12.962385 - 2025-07-29T04:10:12.962385 - File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 1538, in _create_direct_connection
raise ClientConnectorDNSError(req.connection_key, exc) from exc
2025-07-29T04:10:12.963396 - 2025-07-29T04:10:12.963396 - aiohttp.client_exceptions.ClientConnectorDNSError: Cannot connect to host raw.githubusercontent.com:443 ssl:default [getaddrinfo failed]
2025-07-29T04:10:12.964484 - 2025-07-29T04:10:14.103607 - [34m[ComfyUI-RMBG][0m v[93m2.5.0[0m | [93m30 nodes[0m [92mLoaded[0m2025-07-29T04:10:14.103607 -
2025-07-29T04:10:14.177996 - (pysssss:WD14Tagger) [DEBUG] Available ORT providers: TensorrtExecutionProvider, CUDAExecutionProvider, CPUExecutionProvider2025-07-29T04:10:14.177996 -
2025-07-29T04:10:14.177996 - (pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider2025-07-29T04:10:14.177996 -
2025-07-29T04:10:14.183440 - [36;20m[D:\ComfyUI-aki-v1_x_6\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ckpts path: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts[0m
2025-07-29T04:10:14.184720 - [36;20m[D:\ComfyUI-aki-v1_x_6\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using symlinks: False[0m
2025-07-29T04:10:14.184720 - [36;20m[D:\ComfyUI-aki-v1_x_6\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider'][0m
2025-07-29T04:10:14.199563 - DWPose: Onnxruntime with acceleration providers detected2025-07-29T04:10:14.199563 -
2025-07-29T04:10:14.411066 -
[36mEfficiency Nodes:[0m Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...[92mSuccess![0m2025-07-29T04:10:14.411066 -
2025-07-29T04:10:14.427224 -
2025-07-29T04:10:14.427224 - [92m[rgthree-comfy] Loaded 42 exciting nodes. 🎉[00m2025-07-29T04:10:14.427224 -
2025-07-29T04:10:14.428261 -
2025-07-29T04:10:17.260575 - [34mWAS Node Suite: [0mOpenCV Python FFMPEG support is enabled[0m2025-07-29T04:10:17.260575 -
2025-07-29T04:10:17.260575 - [34mWAS Node Suite [93mWarning: [0m`ffmpeg_bin_path` is not set in `D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.[0m2025-07-29T04:10:17.260575 -
2025-07-29T04:10:20.064660 - [34mWAS Node Suite: [0mFinished.[0m [32mLoaded[0m [0m220[0m [32mnodes successfully.[0m2025-07-29T04:10:20.065664 -
2025-07-29T04:10:20.065664 -
[3m[93m"Art is the most powerful tool we have to connect with the world and express our individuality."[0m[3m - Unknown[0m
2025-07-29T04:10:20.065664 -
2025-07-29T04:10:20.071839 -
Import times for custom nodes:
2025-07-29T04:10:20.071839 - 0.0 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\websocket_image_save.py
2025-07-29T04:10:20.071839 - 0.0 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\sd-dynamic-thresholding
2025-07-29T04:10:20.071839 - 0.0 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-WD14-Tagger
2025-07-29T04:10:20.071839 - 0.0 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_ipadapter_plus
2025-07-29T04:10:20.071839 - 0.0 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-layerdiffuse
2025-07-29T04:10:20.071839 - 0.0 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-custom-scripts
2025-07-29T04:10:20.071839 - 0.0 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\AIGODLIKE-COMFYUI-TRANSLATION
2025-07-29T04:10:20.071839 - 0.0 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_UltimateSDUpscale
2025-07-29T04:10:20.071839 - 0.0 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_essentials
2025-07-29T04:10:20.071839 - 0.0 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\rgthree-comfy
2025-07-29T04:10:20.071839 - 0.0 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-advanced-controlnet
2025-07-29T04:10:20.071839 - 0.0 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-KJNodes
2025-07-29T04:10:20.071839 - 0.0 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-animatediff-evolved
2025-07-29T04:10:20.071839 - 0.0 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_controlnet_aux
2025-07-29T04:10:20.071839 - 0.0 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-Inspire-Pack
2025-07-29T04:10:20.071839 - 0.0 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\efficiency-nodes-comfyui
2025-07-29T04:10:20.071839 - 0.1 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-HunyuanVideoWrapper
2025-07-29T04:10:20.071839 - 0.1 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-Impact-Pack
2025-07-29T04:10:20.071839 - 0.1 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-VideoHelperSuite
2025-07-29T04:10:20.071839 - 0.1 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui_layerstyle
2025-07-29T04:10:20.071839 - 0.1 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-logicutils
2025-07-29T04:10:20.071839 - 0.2 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-impact-subpack
2025-07-29T04:10:20.072841 - 0.4 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-crystools
2025-07-29T04:10:20.072841 - 0.5 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-manager
2025-07-29T04:10:20.072841 - 1.0 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-easy-use
2025-07-29T04:10:20.072841 - 1.5 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-rmbg
2025-07-29T04:10:20.072841 - 5.6 seconds: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\was-node-suite-comfyui
2025-07-29T04:10:20.072841 -
2025-07-29T04:10:20.317406 - Context impl SQLiteImpl.
2025-07-29T04:10:20.317406 - Will assume non-transactional DDL.
2025-07-29T04:10:20.317406 - No target revision found.
2025-07-29T04:10:20.339760 - Starting server
2025-07-29T04:10:20.339760 - To see the GUI go to: http://127.0.0.1:8188
2025-07-29T04:10:21.619738 - Error loading D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-rmbg\locales\en\nodeDefs.json
2025-07-29T04:10:23.516989 - FETCH ComfyRegistry Data: 5/922025-07-29T04:10:23.516989 -
2025-07-29T04:10:32.084683 - FETCH ComfyRegistry Data: 10/922025-07-29T04:10:32.084683 -
2025-07-29T04:10:40.691756 - FETCH ComfyRegistry Data: 15/922025-07-29T04:10:40.691756 -
2025-07-29T04:10:49.503843 - FETCH ComfyRegistry Data: 20/922025-07-29T04:10:49.503843 -
2025-07-29T04:10:51.378824 - Error handling request from 127.0.0.1
Traceback (most recent call last):
File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 1268, in _wrap_create_connection
sock = await aiohappyeyeballs.start_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohappyeyeballs\impl.py", line 122, in start_connection
raise first_exception
File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohappyeyeballs\impl.py", line 73, in start_connection
sock = await _connect_sock(
^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohappyeyeballs\impl.py", line 208, in _connect_sock
await loop.sock_connect(sock, address)
File "D:\ComfyUI-aki-v1.6\python\Lib\asyncio\proactor_events.py", line 726, in sock_connect
return await self._proactor.connect(sock, address)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.6\python\Lib\asyncio\windows_events.py", line 854, in _poll
value = callback(transferred, key, ov)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.6\python\Lib\asyncio\windows_events.py", line 641, in finish_connect
ov.getresult()
OSError: [WinError 121] 信号灯超时时间已到
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\web_protocol.py", line 510, in _handle_request
resp = await request_handler(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 140, in sentry_app_handle
File "", line 1649, in reraise
File "", line 130, in sentry_app_handle
File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\web_app.py", line 569, in _handle
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\web_middlewares.py", line 117, in impl
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.6\ComfyUI\server.py", line 49, in cache_control
response: web.Response = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.6\ComfyUI\server.py", line 141, in origin_only_middleware
response = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "", line 26, in http_resource_injector
File "D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 1563, in get_notice
async with session.get(f"https://{url}{path}") as response:
File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client.py", line 1488, in __aenter__
self._resp: _RetType = await self._coro
^^^^^^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client.py", line 770, in _request
resp = await handler(req)
^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\client.py", line 725, in _connect_and_send_request
conn = await self._connector.connect(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 642, in connect
proto = await self._create_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 1209, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 1581, in _create_direct_connection
raise last_exc
File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 1550, in _create_direct_connection
transp, proto = await self._wrap_create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.6\python\Lib\site-packages\aiohttp\connector.py", line 1291, in _wrap_create_connection
raise client_error(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host github.com:443 ssl:default [信号灯超时时间已到]
2025-07-29T04:11:00.460846 - FETCH ComfyRegistry Data: 25/922025-07-29T04:11:00.461859 -
2025-07-29T04:11:09.033109 - FETCH ComfyRegistry Data: 30/922025-07-29T04:11:09.033109 -
2025-07-29T04:11:18.330104 - FETCH ComfyRegistry Data: 35/922025-07-29T04:11:18.331325 -
2025-07-29T04:11:28.884841 - FETCH ComfyRegistry Data: 40/922025-07-29T04:11:28.884841 -
2025-07-29T04:11:37.290157 - FETCH ComfyRegistry Data: 45/922025-07-29T04:11:37.290157 -
2025-07-29T04:11:45.547409 - FETCH ComfyRegistry Data: 50/922025-07-29T04:11:45.547409 -
2025-07-29T04:11:53.962087 - FETCH ComfyRegistry Data: 55/922025-07-29T04:11:53.962087 -
2025-07-29T04:12:04.361807 - FETCH ComfyRegistry Data: 60/922025-07-29T04:12:04.361807 -
2025-07-29T04:12:13.160119 - FETCH ComfyRegistry Data: 65/922025-07-29T04:12:13.160119 -
2025-07-29T04:12:22.282202 - FETCH ComfyRegistry Data: 70/922025-07-29T04:12:22.282202 -
2025-07-29T04:12:32.944923 - FETCH ComfyRegistry Data: 75/922025-07-29T04:12:32.944923 -
2025-07-29T04:12:44.395909 - FETCH ComfyRegistry Data: 80/922025-07-29T04:12:44.395909 -
2025-07-29T04:12:55.241344 - FETCH ComfyRegistry Data: 85/922025-07-29T04:12:55.241344 -
2025-07-29T04:13:03.730876 - FETCH ComfyRegistry Data: 90/922025-07-29T04:13:03.731875 -
2025-07-29T04:13:06.756995 - FETCH ComfyRegistry Data [DONE]2025-07-29T04:13:06.756995 -
2025-07-29T04:13:06.880476 - [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
2025-07-29T04:13:06.906089 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2025-07-29T04:13:06.906089 - 2025-07-29T04:13:06.912163 - [2025-07-29T04:13:06.912163 - ComfyUI-Manager2025-07-29T04:13:06.912163 - ]2025-07-29T04:13:06.912163 - Due to a network error, switching to local mode.2025-07-29T04:13:06.912163 -
2025-07-29T04:13:06.912163 - => custom-node-list.json2025-07-29T04:13:06.912163 -
2025-07-29T04:13:06.912163 - => Cannot connect to host raw.githubusercontent.com:2025-07-29T04:13:06.912163 - 4432025-07-29T04:13:06.912163 - ssl:default 2025-07-29T04:13:06.912163 -
2025-07-29T04:13:06.912163 - FETCH DATA from: D:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-manager\custom-node-list.json2025-07-29T04:13:06.912163 - 2025-07-29T04:13:06.925663 - [DONE]2025-07-29T04:13:06.925663 -
2025-07-29T04:13:06.951603 - [ComfyUI-Manager] All startup tasks have been completed.
2025-07-29T04:17:50.282807 - [ComfyUI-Manager] The ComfyRegistry cache update is still in progress, so an outdated cache is being used.2025-07-29T04:17:50.284211 -
2025-07-29T04:17:50.344932 - FETCH DATA from: D:\ComfyUI-aki-v1.6\ComfyUI\user\default\ComfyUI-Manager\cache\1514988643_custom-node-list.json2025-07-29T04:17:50.344932 - 2025-07-29T04:17:50.349950 - [DONE]2025-07-29T04:17:50.349950 -
2025-07-29T04:17:50.387794 - FETCH DATA from: D:\ComfyUI-aki-v1.6\ComfyUI\user\default\ComfyUI-Manager\cache\746607195_github-stats.json2025-07-29T04:17:50.387794 - 2025-07-29T04:17:50.388799 - [DONE]2025-07-29T04:17:50.389801 -
2025-07-29T04:17:50.390811 - FETCH DATA from: D:\ComfyUI-aki-v1.6\ComfyUI\user\default\ComfyUI-Manager\cache\832903789_extras.json2025-07-29T04:17:50.390811 - 2025-07-29T04:17:50.390811 - [DONE]2025-07-29T04:17:50.390811 -
2025-07-29T04:17:50.460573 - FETCH DATA from: D:\ComfyUI-aki-v1.6\ComfyUI\user\default\ComfyUI-Manager\cache\1742899825_extension-node-map.json2025-07-29T04:17:50.460573 - 2025-07-29T04:17:50.465572 - [DONE]2025-07-29T04:17:50.465572 -
2025-07-29T04:18:17.911729 - FETCH DATA from: D:\ComfyUI-aki-v1.6\ComfyUI\user\default\ComfyUI-Manager\cache\4245046894_model-list.json2025-07-29T04:18:17.911729 - 2025-07-29T04:18:17.912729 - [DONE]2025-07-29T04:18:17.912729 -
2025-07-29T04:18:43.523584 - FETCH DATA from: D:\ComfyUI-aki-v1.6\ComfyUI\user\default\ComfyUI-Manager\cache\4245046894_model-list.json2025-07-29T04:18:43.523584 - 2025-07-29T04:18:43.525067 - [DONE]2025-07-29T04:18:43.525067 -
2025-07-29T04:18:43.525067 - FETCH DATA from: D:\ComfyUI-aki-v1.6\ComfyUI\user\default\ComfyUI-Manager\cache\4245046894_model-list.json2025-07-29T04:18:43.525067 - 2025-07-29T04:18:43.527071 - [DONE]2025-07-29T04:18:43.528071 -
2025-07-29T04:18:43.537577 - Install model 'v1-5-pruned-emaonly.ckpt' from 'https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.ckpt' into 'D:\ComfyUI-aki-v1.6\ComfyUI\models\checkpoints/SD1.5\v1-5-pruned-emaonly.ckpt'
2025-07-29T04:19:25.715594 - [ComfyUI-Manager] Failed to download: https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.ckpt / URLError(TimeoutError(10060, '由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。', None, 10060, None))
2025-07-29T04:19:25.715594 - [ComfyUI-Manager] ERROR:
2025-07-29T04:19:25.717994 -
[ComfyUI-Manager] Queued works are completed.
{'install-model': 1}
2025-07-29T04:19:25.717994 -
After restarting ComfyUI, please refresh the browser.
2025-07-29T05:36:51.976244 - FETCH DATA from: D:\ComfyUI-aki-v1.6\ComfyUI\user\default\ComfyUI-Manager\cache\4245046894_model-list.json2025-07-29T05:36:51.976244 - 2025-07-29T05:36:51.979264 - [DONE]2025-07-29T05:36:51.979264 -
2025-07-29T06:02:07.086304 - FETCH DATA from: D:\ComfyUI-aki-v1.6\ComfyUI\user\default\ComfyUI-Manager\cache\4245046894_model-list.json2025-07-29T06:02:07.086304 - 2025-07-29T06:02:07.088314 - [DONE]2025-07-29T06:02:07.088314 -
2025-07-29T06:02:15.538452 - FETCH DATA from: D:\ComfyUI-aki-v1.6\ComfyUI\user\default\ComfyUI-Manager\cache\4245046894_model-list.json2025-07-29T06:02:15.538452 - 2025-07-29T06:02:15.539655 - [DONE]2025-07-29T06:02:15.539655 -
2025-07-29T06:02:54.967889 - got prompt
2025-07-29T06:02:55.005937 - !!! Exception during processing !!! Error while deserializing header: HeaderTooLarge
File path: D:\ComfyUI-aki-v1.6\ComfyUI\models\checkpoints\v1-5-pruned-emaonly-fp16.safetensors
The safetensors file is corrupt or invalid. Make sure this is actually a safetensors file and not a ckpt or pt or other filetype.
2025-07-29T06:02:55.010110 - Traceback (most recent call last):
File "D:\ComfyUI-aki-v1.6\ComfyUI\comfy\utils.py", line 59, in load_torch_file
with safetensors.safe_open(ckpt, framework="pt", device=device.type) as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
safetensors_rust.SafetensorError: Error while deserializing header: HeaderTooLarge
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 427, in execute
output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 270, in get_output_data
return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 244, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "D:\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 232, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.6\ComfyUI\nodes.py", line 573, in load_checkpoint
out = comfy.sd.load_checkpoint_guess_config(ckpt_path, output_vae=True, output_clip=True, embedding_directory=folder_paths.get_folder_paths("embeddings"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.6\ComfyUI\comfy\sd.py", line 1012, in load_checkpoint_guess_config
sd, metadata = comfy.utils.load_torch_file(ckpt_path, return_metadata=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI-aki-v1.6\ComfyUI\comfy\utils.py", line 72, in load_torch_file
raise ValueError("{}\n\nFile path: {}\n\nThe safetensors file is corrupt or invalid. Make sure this is actually a safetensors file and not a ckpt or pt or other filetype.".format(message, ckpt))
ValueError: Error while deserializing header: HeaderTooLarge
File path: D:\ComfyUI-aki-v1.6\ComfyUI\models\checkpoints\v1-5-pruned-emaonly-fp16.safetensors
The safetensors file is corrupt or invalid. Make sure this is actually a safetensors file and not a ckpt or pt or other filetype.
2025-07-29T06:02:55.013672 - Prompt executed in 0.04 seconds
```
## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
```
{"id":"d9409641-692d-466f-b27f-f0bc6608e827","revision":0,"last_node_id":9,"last_link_id":9,"nodes":[{"id":7,"type":"CLIPTextEncode","pos":[142.34629821777344,152.8980712890625],"size":[425.27801513671875,180.6060791015625],"flags":{},"order":3,"mode":0,"inputs":[{"label":"CLIP","localized_name":"clip","name":"clip","type":"CLIP","link":5},{"label":"文本","localized_name":"文本","name":"text","type":"STRING","widget":{"name":"text"},"link":null}],"outputs":[{"label":"条件","localized_name":"条件","name":"CONDITIONING","type":"CONDITIONING","slot_index":0,"links":[6]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.45","Node name for S&R":"CLIPTextEncode"},"widgets_values":["text, watermark"]},{"id":5,"type":"EmptyLatentImage","pos":[652.6679077148438,759.8748168945312],"size":[315,106],"flags":{},"order":0,"mode":0,"inputs":[{"label":"宽度","localized_name":"宽度","name":"width","type":"INT","widget":{"name":"width"},"link":null},{"label":"高度","localized_name":"高度","name":"height","type":"INT","widget":{"name":"height"},"link":null},{"label":"批次大小","localized_name":"批量大小","name":"batch_size","type":"INT","widget":{"name":"batch_size"},"link":null}],"outputs":[{"label":"Latent","localized_name":"Latent","name":"LATENT","type":"LATENT","slot_index":0,"links":[2]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.45","Node name for S&R":"EmptyLatentImage"},"widgets_values":[512,512,1]},{"id":9,"type":"SaveImage","pos":[1339.06884765625,538.9385986328125],"size":[210,58],"flags":{},"order":6,"mode":0,"inputs":[{"label":"图像","localized_name":"图片","name":"images","type":"IMAGE","link":9},{"label":"文件名前缀","localized_name":"文件名前缀","name":"filename_prefix","type":"STRING","widget":{"name":"filename_prefix"},"link":null}],"outputs":[],"properties":{"cnr_id":"comfy-core","ver":"0.3.45","Node name for S&R":"SaveImage"},"widgets_values":["ComfyUI"]},{"id":8,"type":"VAEDecode","pos":[1136.4400634765625,637.1690673828125],"size":[210,46],"flags":{},"order":5,"mode":0,"inputs":[{"label":"Latent","localized_name":"Latent","name":"samples","type":"LATENT","link":7},{"label":"VAE","localized_name":"vae","name":"vae","type":"VAE","link":8}],"outputs":[{"label":"图像","localized_name":"图像","name":"IMAGE","type":"IMAGE","slot_index":0,"links":[9]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.45","Node name for S&R":"VAEDecode"},"widgets_values":[]},{"id":6,"type":"CLIPTextEncode","pos":[157.70635986328125,679.3950805664062],"size":[422.84503173828125,164.31304931640625],"flags":{},"order":2,"mode":0,"inputs":[{"label":"CLIP","localized_name":"clip","name":"clip","type":"CLIP","link":3},{"label":"文本","localized_name":"文本","name":"text","type":"STRING","widget":{"name":"text"},"link":null}],"outputs":[{"label":"条件","localized_name":"条件","name":"CONDITIONING","type":"CONDITIONING","slot_index":0,"links":[4]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.45","Node name for S&R":"CLIPTextEncode"},"widgets_values":["beautiful scenery nature glass bottle landscape, , purple galaxy bottle,"]},{"id":3,"type":"KSampler","pos":[1011.2260131835938,89.7164077758789],"size":[315,262],"flags":{},"order":4,"mode":0,"inputs":[{"label":"模型","localized_name":"模型","name":"model","type":"MODEL","link":1},{"label":"正面条件","localized_name":"正面条件","name":"positive","type":"CONDITIONING","link":4},{"label":"负面条件","localized_name":"负面条件","name":"negative","type":"CONDITIONING","link":6},{"label":"Latent","localized_name":"Latent图像","name":"latent_image","type":"LATENT","link":2},{"label":"随机种","localized_name":"种子","name":"seed","type":"INT","widget":{"name":"seed"},"link":null},{"label":"步数","localized_name":"步数","name":"steps","type":"INT","widget":{"name":"steps"},"link":null},{"label":"CFG","localized_name":"cfg","name":"cfg","type":"FLOAT","widget":{"name":"cfg"},"link":null},{"label":"采样器","localized_name":"采样器名称","name":"sampler_name","type":"COMBO","widget":{"name":"sampler_name"},"link":null},{"label":"调度器","localized_name":"调度器","name":"scheduler","type":"COMBO","widget":{"name":"scheduler"},"link":null},{"label":"降噪","localized_name":"降噪","name":"denoise","type":"FLOAT","widget":{"name":"denoise"},"link":null}],"outputs":[{"label":"Latent","localized_name":"Latent","name":"LATENT","type":"LATENT","slot_index":0,"links":[7]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.45","Node name for S&R":"KSampler"},"widgets_values":[111977629139310,"randomize",20,7.8,"euler","normal",1]},{"id":4,"type":"CheckpointLoaderSimple","pos":[-9.70322322845459,483.21368408203125],"size":[315,98],"flags":{},"order":1,"mode":0,"inputs":[{"label":"Checkpoint名称","localized_name":"Checkpoint名称","name":"ckpt_name","type":"COMBO","widget":{"name":"ckpt_name"},"link":null}],"outputs":[{"label":"模型","localized_name":"模型","name":"MODEL","type":"MODEL","slot_index":0,"links":[1]},{"label":"CLIP","localized_name":"CLIP","name":"CLIP","type":"CLIP","slot_index":1,"links":[3,5]},{"label":"VAE","localized_name":"VAE","name":"VAE","type":"VAE","slot_index":2,"links":[8]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.45","Node name for S&R":"CheckpointLoaderSimple"},"widgets_values":["v1-5-pruned-emaonly-fp16.safetensors"]}],"links":[[1,4,0,3,0,"MODEL"],[2,5,0,3,3,"LATENT"],[3,4,1,6,0,"CLIP"],[4,6,0,3,1,"CONDITIONING"],[5,4,1,7,0,"CLIP"],[6,7,0,3,2,"CONDITIONING"],[7,3,0,8,0,"LATENT"],[8,4,2,8,1,"VAE"],[9,8,0,9,0,"IMAGE"]],"groups":[],"config":{},"extra":{"ds":{"scale":0.7412992327389741,"offset":[568.8404710166478,431.86002322136676]}},"version":0.4}
```
## Additional Context
(Please add any additional context or steps to reproduce the error here)
### Actual Behavior
## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
```
{"id":"d9409641-692d-466f-b27f-f0bc6608e827","revision":0,"last_node_id":9,"last_link_id":9,"nodes":[{"id":7,"type":"CLIPTextEncode","pos":[142.34629821777344,152.8980712890625],"size":[425.27801513671875,180.6060791015625],"flags":{},"order":3,"mode":0,"inputs":[{"label":"CLIP","localized_name":"clip","name":"clip","type":"CLIP","link":5},{"label":"文本","localized_name":"文本","name":"text","type":"STRING","widget":{"name":"text"},"link":null}],"outputs":[{"label":"条件","localized_name":"条件","name":"CONDITIONING","type":"CONDITIONING","slot_index":0,"links":[6]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.45","Node name for S&R":"CLIPTextEncode"},"widgets_values":["text, watermark"]},{"id":5,"type":"EmptyLatentImage","pos":[652.6679077148438,759.8748168945312],"size":[315,106],"flags":{},"order":0,"mode":0,"inputs":[{"label":"宽度","localized_name":"宽度","name":"width","type":"INT","widget":{"name":"width"},"link":null},{"label":"高度","localized_name":"高度","name":"height","type":"INT","widget":{"name":"height"},"link":null},{"label":"批次大小","localized_name":"批量大小","name":"batch_size","type":"INT","widget":{"name":"batch_size"},"link":null}],"outputs":[{"label":"Latent","localized_name":"Latent","name":"LATENT","type":"LATENT","slot_index":0,"links":[2]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.45","Node name for S&R":"EmptyLatentImage"},"widgets_values":[512,512,1]},{"id":9,"type":"SaveImage","pos":[1339.06884765625,538.9385986328125],"size":[210,58],"flags":{},"order":6,"mode":0,"inputs":[{"label":"图像","localized_name":"图片","name":"images","type":"IMAGE","link":9},{"label":"文件名前缀","localized_name":"文件名前缀","name":"filename_prefix","type":"STRING","widget":{"name":"filename_prefix"},"link":null}],"outputs":[],"properties":{"cnr_id":"comfy-core","ver":"0.3.45","Node name for S&R":"SaveImage"},"widgets_values":["ComfyUI"]},{"id":8,"type":"VAEDecode","pos":[1136.4400634765625,637.1690673828125],"size":[210,46],"flags":{},"order":5,"mode":0,"inputs":[{"label":"Latent","localized_name":"Latent","name":"samples","type":"LATENT","link":7},{"label":"VAE","localized_name":"vae","name":"vae","type":"VAE","link":8}],"outputs":[{"label":"图像","localized_name":"图像","name":"IMAGE","type":"IMAGE","slot_index":0,"links":[9]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.45","Node name for S&R":"VAEDecode"},"widgets_values":[]},{"id":6,"type":"CLIPTextEncode","pos":[157.70635986328125,679.3950805664062],"size":[422.84503173828125,164.31304931640625],"flags":{},"order":2,"mode":0,"inputs":[{"label":"CLIP","localized_name":"clip","name":"clip","type":"CLIP","link":3},{"label":"文本","localized_name":"文本","name":"text","type":"STRING","widget":{"name":"text"},"link":null}],"outputs":[{"label":"条件","localized_name":"条件","name":"CONDITIONING","type":"CONDITIONING","slot_index":0,"links":[4]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.45","Node name for S&R":"CLIPTextEncode"},"widgets_values":["beautiful scenery nature glass bottle landscape, , purple galaxy bottle,"]},{"id":3,"type":"KSampler","pos":[1011.2260131835938,89.7164077758789],"size":[315,262],"flags":{},"order":4,"mode":0,"inputs":[{"label":"模型","localized_name":"模型","name":"model","type":"MODEL","link":1},{"label":"正面条件","localized_name":"正面条件","name":"positive","type":"CONDITIONING","link":4},{"label":"负面条件","localized_name":"负面条件","name":"negative","type":"CONDITIONING","link":6},{"label":"Latent","localized_name":"Latent图像","name":"latent_image","type":"LATENT","link":2},{"label":"随机种","localized_name":"种子","name":"seed","type":"INT","widget":{"name":"seed"},"link":null},{"label":"步数","localized_name":"步数","name":"steps","type":"INT","widget":{"name":"steps"},"link":null},{"label":"CFG","localized_name":"cfg","name":"cfg","type":"FLOAT","widget":{"name":"cfg"},"link":null},{"label":"采样器","localized_name":"采样器名称","name":"sampler_name","type":"COMBO","widget":{"name":"sampler_name"},"link":null},{"label":"调度器","localized_name":"调度器","name":"scheduler","type":"COMBO","widget":{"name":"scheduler"},"link":null},{"label":"降噪","localized_name":"降噪","name":"denoise","type":"FLOAT","widget":{"name":"denoise"},"link":null}],"outputs":[{"label":"Latent","localized_name":"Latent","name":"LATENT","type":"LATENT","slot_index":0,"links":[7]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.45","Node name for S&R":"KSampler"},"widgets_values":[111977629139310,"randomize",20,7.8,"euler","normal",1]},{"id":4,"type":"CheckpointLoaderSimple","pos":[-9.70322322845459,483.21368408203125],"size":[315,98],"flags":{},"order":1,"mode":0,"inputs":[{"label":"Checkpoint名称","localized_name":"Checkpoint名称","name":"ckpt_name","type":"COMBO","widget":{"name":"ckpt_name"},"link":null}],"outputs":[{"label":"模型","localized_name":"模型","name":"MODEL","type":"MODEL","slot_index":0,"links":[1]},{"label":"CLIP","localized_name":"CLIP","name":"CLIP","type":"CLIP","slot_index":1,"links":[3,5]},{"label":"VAE","localized_name":"VAE","name":"VAE","type":"VAE","slot_index":2,"links":[8]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.45","Node name for S&R":"CheckpointLoaderSimple"},"widgets_values":["v1-5-pruned-emaonly-fp16.safetensors"]}],"links":[[1,4,0,3,0,"MODEL"],[2,5,0,3,3,"LATENT"],[3,4,1,6,0,"CLIP"],[4,6,0,3,1,"CONDITIONING"],[5,4,1,7,0,"CLIP"],[6,7,0,3,2,"CONDITIONING"],[7,3,0,8,0,"LATENT"],[8,4,2,8,1,"VAE"],[9,8,0,9,0,"IMAGE"]],"groups":[],"config":{},"extra":{"ds":{"scale":0.7412992327389741,"offset":[568.8404710166478,431.86002322136676]}},"version":0.4}
```
## Additional Context
(Please add any additional context or steps to reproduce the error here)
### Steps to Reproduce
i don't can
### Debug Logs
```powershell
## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
{"id":"d9409641-692d-466f-b27f-f0bc6608e827","revision":0,"last_node_id":9,"last_link_id":9,"nodes":[{"id":7,"type":"CLIPTextEncode","pos":[142.34629821777344,152.8980712890625],"size":[425.27801513671875,180.6060791015625],"flags":{},"order":3,"mode":0,"inputs":[{"label":"CLIP","localized_name":"clip","name":"clip","type":"CLIP","link":5},{"label":"文本","localized_name":"文本","name":"text","type":"STRING","widget":{"name":"text"},"link":null}],"outputs":[{"label":"条件","localized_name":"条件","name":"CONDITIONING","type":"CONDITIONING","slot_index":0,"links":[6]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.45","Node name for S&R":"CLIPTextEncode"},"widgets_values":["text, watermark"]},{"id":5,"type":"EmptyLatentImage","pos":[652.6679077148438,759.8748168945312],"size":[315,106],"flags":{},"order":0,"mode":0,"inputs":[{"label":"宽度","localized_name":"宽度","name":"width","type":"INT","widget":{"name":"width"},"link":null},{"label":"高度","localized_name":"高度","name":"height","type":"INT","widget":{"name":"height"},"link":null},{"label":"批次大小","localized_name":"批量大小","name":"batch_size","type":"INT","widget":{"name":"batch_size"},"link":null}],"outputs":[{"label":"Latent","localized_name":"Latent","name":"LATENT","type":"LATENT","slot_index":0,"links":[2]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.45","Node name for S&R":"EmptyLatentImage"},"widgets_values":[512,512,1]},{"id":9,"type":"SaveImage","pos":[1339.06884765625,538.9385986328125],"size":[210,58],"flags":{},"order":6,"mode":0,"inputs":[{"label":"图像","localized_name":"图片","name":"images","type":"IMAGE","link":9},{"label":"文件名前缀","localized_name":"文件名前缀","name":"filename_prefix","type":"STRING","widget":{"name":"filename_prefix"},"link":null}],"outputs":[],"properties":{"cnr_id":"comfy-core","ver":"0.3.45","Node name for S&R":"SaveImage"},"widgets_values":["ComfyUI"]},{"id":8,"type":"VAEDecode","pos":[1136.4400634765625,637.1690673828125],"size":[210,46],"flags":{},"order":5,"mode":0,"inputs":[{"label":"Latent","localized_name":"Latent","name":"samples","type":"LATENT","link":7},{"label":"VAE","localized_name":"vae","name":"vae","type":"VAE","link":8}],"outputs":[{"label":"图像","localized_name":"图像","name":"IMAGE","type":"IMAGE","slot_index":0,"links":[9]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.45","Node name for S&R":"VAEDecode"},"widgets_values":[]},{"id":6,"type":"CLIPTextEncode","pos":[157.70635986328125,679.3950805664062],"size":[422.84503173828125,164.31304931640625],"flags":{},"order":2,"mode":0,"inputs":[{"label":"CLIP","localized_name":"clip","name":"clip","type":"CLIP","link":3},{"label":"文本","localized_name":"文本","name":"text","type":"STRING","widget":{"name":"text"},"link":null}],"outputs":[{"label":"条件","localized_name":"条件","name":"CONDITIONING","type":"CONDITIONING","slot_index":0,"links":[4]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.45","Node name for S&R":"CLIPTextEncode"},"widgets_values":["beautiful scenery nature glass bottle landscape, , purple galaxy bottle,"]},{"id":3,"type":"KSampler","pos":[1011.2260131835938,89.7164077758789],"size":[315,262],"flags":{},"order":4,"mode":0,"inputs":[{"label":"模型","localized_name":"模型","name":"model","type":"MODEL","link":1},{"label":"正面条件","localized_name":"正面条件","name":"positive","type":"CONDITIONING","link":4},{"label":"负面条件","localized_name":"负面条件","name":"negative","type":"CONDITIONING","link":6},{"label":"Latent","localized_name":"Latent图像","name":"latent_image","type":"LATENT","link":2},{"label":"随机种","localized_name":"种子","name":"seed","type":"INT","widget":{"name":"seed"},"link":null},{"label":"步数","localized_name":"步数","name":"steps","type":"INT","widget":{"name":"steps"},"link":null},{"label":"CFG","localized_name":"cfg","name":"cfg","type":"FLOAT","widget":{"name":"cfg"},"link":null},{"label":"采样器","localized_name":"采样器名称","name":"sampler_name","type":"COMBO","widget":{"name":"sampler_name"},"link":null},{"label":"调度器","localized_name":"调度器","name":"scheduler","type":"COMBO","widget":{"name":"scheduler"},"link":null},{"label":"降噪","localized_name":"降噪","name":"denoise","type":"FLOAT","widget":{"name":"denoise"},"link":null}],"outputs":[{"label":"Latent","localized_name":"Latent","name":"LATENT","type":"LATENT","slot_index":0,"links":[7]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.45","Node name for S&R":"KSampler"},"widgets_values":[111977629139310,"randomize",20,7.8,"euler","normal",1]},{"id":4,"type":"CheckpointLoaderSimple","pos":[-9.70322322845459,483.21368408203125],"size":[315,98],"flags":{},"order":1,"mode":0,"inputs":[{"label":"Checkpoint名称","localized_name":"Checkpoint名称","name":"ckpt_name","type":"COMBO","widget":{"name":"ckpt_name"},"link":null}],"outputs":[{"label":"模型","localized_name":"模型","name":"MODEL","type":"MODEL","slot_index":0,"links":[1]},{"label":"CLIP","localized_name":"CLIP","name":"CLIP","type":"CLIP","slot_index":1,"links":[3,5]},{"label":"VAE","localized_name":"VAE","name":"VAE","type":"VAE","slot_index":2,"links":[8]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.45","Node name for S&R":"CheckpointLoaderSimple"},"widgets_values":["v1-5-pruned-emaonly-fp16.safetensors"]}],"links":[[1,4,0,3,0,"MODEL"],[2,5,0,3,3,"LATENT"],[3,4,1,6,0,"CLIP"],[4,6,0,3,1,"CONDITIONING"],[5,4,1,7,0,"CLIP"],[6,7,0,3,2,"CONDITIONING"],[7,3,0,8,0,"LATENT"],[8,4,2,8,1,"VAE"],[9,8,0,9,0,"IMAGE"]],"groups":[],"config":{},"extra":{"ds":{"scale":0.7412992327389741,"offset":[568.8404710166478,431.86002322136676]}},"version":0.4}
## Additional Context
(Please add any additional context or steps to reproduce the error here)
```
### Other
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.