Comfy-Org / Comfy-Org/ComfyUI

ClipSave Doesn't WORK

Open
#13,856 0 comments 0 reactions 1 assignee Claimed by @rattus128 View on GitHub
Bug
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

CLIPSave doesn't work

# ComfyUI Error Report
## Error Details
- **Node ID:** 25
- **Node Type:** CLIPSave
- **Exception Type:** AssertionError
- **Exception Message:** AssertionError:

## Stack Trace
```
File "D:\ComfyUI\execution.py", line 535, 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, v3_data=v3_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\ComfyUI\execution.py", line 335, 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, v3_data=v3_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\ComfyUI\execution.py", line 309, in _async_map_node_over_list
await process_inputs(input_dict, i)

File "D:\ComfyUI\execution.py", line 297, in process_inputs
result = f(**inputs)
^^^^^^^^^^^

File "D:\ComfyUI\comfy_extras\nodes_model_merging.py", line 279, in save
comfy.model_management.load_models_gpu([clip.load_model()], force_patch_weights=True)

File "D:\ComfyUI\comfy\model_management.py", line 817, in load_models_gpu
loaded_model.model_load(lowvram_model_memory, force_patch_weights=force_patch_weights)

File "D:\ComfyUI\comfy\model_management.py", line 579, in model_load
self.model_use_more_vram(use_more_vram, force_patch_weights=force_patch_weights)

File "D:\ComfyUI\comfy\model_management.py", line 607, in model_use_more_vram
return self.model.partially_load(self.device, extra_memory, force_patch_weights=force_patch_weights)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\ComfyUI\comfy\model_patcher.py", line 1724, in partially_load
assert not force_patch_weights #See above
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

```
## System Information
- **ComfyUI Version:** 0.21.0
- **Arguments:** D:\ComfyUI\main.py --listen
- **OS:** win32
- **Python Version:** 3.12.0 (tags/v3.12.0:0fb18b0, Oct 2 2023, 13:03:39) [MSC v.1935 64 bit (AMD64)]
- **Embedded Python:** false
- **PyTorch Version:** 2.9.1+cu130
## Devices

- **Name:** cuda:0 NVIDIA GeForce RTX 4060 Laptop GPU : cudaMallocAsync
- **Type:** cuda
- **VRAM Total:** 8585216000
- **VRAM Free:** 7440695296
- **Torch VRAM Total:** 0
- **Torch VRAM Free:** 0

## Logs
```
2026-05-12T19:59:55.824714 - [START] Security scan2026-05-12T19:59:55.824714 -
2026-05-12T19:59:57.849093 - [DONE] Security scan2026-05-12T19:59:57.849093 -
2026-05-12T19:59:57.954548 - ## ComfyUI-Manager: installing dependencies done.2026-05-12T19:59:57.954548 -
2026-05-12T19:59:57.954548 - ** ComfyUI startup time:2026-05-12T19:59:57.954548 - 2026-05-12T19:59:57.954548 - 2026-05-12 19:59:57.9542026-05-12T19:59:57.954548 -
2026-05-12T19:59:57.954548 - ** Platform:2026-05-12T19:59:57.954548 - 2026-05-12T19:59:57.954548 - Windows2026-05-12T19:59:57.954548 -
2026-05-12T19:59:57.954548 - ** Python version:2026-05-12T19:59:57.954548 - 2026-05-12T19:59:57.954548 - 3.12.0 (tags/v3.12.0:0fb18b0, Oct 2 2023, 13:03:39) [MSC v.1935 64 bit (AMD64)]2026-05-12T19:59:57.954548 -
2026-05-12T19:59:57.954548 - ** Python executable:2026-05-12T19:59:57.954548 - 2026-05-12T19:59:57.954548 - C:\Program Files\Python312\python.exe2026-05-12T19:59:57.954548 -
2026-05-12T19:59:57.954548 - ** ComfyUI Path:2026-05-12T19:59:57.954548 - 2026-05-12T19:59:57.954548 - D:\ComfyUI2026-05-12T19:59:57.954548 -
2026-05-12T19:59:57.954548 - ** ComfyUI Base Folder Path:2026-05-12T19:59:57.954548 - 2026-05-12T19:59:57.954548 - D:\ComfyUI2026-05-12T19:59:57.954548 -
2026-05-12T19:59:57.954548 - ** User directory:2026-05-12T19:59:57.954548 - 2026-05-12T19:59:57.954548 - D:\ComfyUI\user2026-05-12T19:59:57.954548 -
2026-05-12T19:59:57.954548 - ** ComfyUI-Manager config path:2026-05-12T19:59:57.954548 - 2026-05-12T19:59:57.954548 - D:\ComfyUI\user\__manager\config.ini2026-05-12T19:59:57.954548 -
2026-05-12T19:59:57.954548 - ** Log path:2026-05-12T19:59:57.954548 - 2026-05-12T19:59:57.954548 - D:\ComfyUI\user\comfyui.log2026-05-12T19:59:57.954548 -
2026-05-12T19:59:59.609322 -
Prestartup times for custom nodes:
2026-05-12T19:59:59.609322 - 4.1 seconds: D:\ComfyUI\custom_nodes\ComfyUI-Manager
2026-05-12T19:59:59.612549 -
2026-05-12T20:00:00.087026 - C:\Users\Home\AppData\Roaming\Python\Python312\site-packages\torch\cuda\__init__.py:63: FutureWarning: The pynvml package is deprecated. Please install nvidia-ml-py instead. If you did not install pynvml directly, please report this to the maintainers of the package that installed pynvml for you.
import pynvml # type: ignore[import]
2026-05-12T20:00:01.841126 - Found comfy_kitchen backend eager: {'available': True, 'disabled': False, 'unavailable_reason': None, 'capabilities': ['apply_rope', 'apply_rope1', 'dequantize_mxfp8', 'dequantize_nvfp4', 'dequantize_per_tensor_fp8', 'quantize_mxfp8', 'quantize_nvfp4', 'quantize_per_tensor_fp8', 'scaled_mm_mxfp8', 'scaled_mm_nvfp4']}
2026-05-12T20:00:01.841126 - Found comfy_kitchen backend cuda: {'available': True, 'disabled': False, 'unavailable_reason': None, 'capabilities': ['apply_rope', 'apply_rope1', 'dequantize_nvfp4', 'dequantize_per_tensor_fp8', 'quantize_mxfp8', 'quantize_nvfp4', 'quantize_per_tensor_fp8', 'scaled_mm_nvfp4']}
2026-05-12T20:00:01.841126 - Found comfy_kitchen backend triton: {'available': False, 'disabled': True, 'unavailable_reason': "ImportError: No module named 'triton'", 'capabilities': []}
2026-05-12T20:00:01.848756 - Checkpoint files will always be loaded safely.
2026-05-12T20:00:01.933157 - Total VRAM 8188 MB, total RAM 32488 MB
2026-05-12T20:00:01.933157 - pytorch version: 2.9.1+cu130
2026-05-12T20:00:01.933157 - Set vram state to: NORMAL_VRAM
2026-05-12T20:00:01.933157 - Device: cuda:0 NVIDIA GeForce RTX 4060 Laptop GPU : cudaMallocAsync
2026-05-12T20:00:01.953106 - Using async weight offloading with 2 streams
2026-05-12T20:00:01.953106 - Enabled pinned memory 12995.0
2026-05-12T20:00:01.953106 - working around nvidia conv3d memory bug.
2026-05-12T20:00:02.257678 - Using pytorch attention
2026-05-12T20:00:04.065167 - DynamicVRAM support detected and enabled
2026-05-12T20:00:04.065167 - Python version: 3.12.0 (tags/v3.12.0:0fb18b0, Oct 2 2023, 13:03:39) [MSC v.1935 64 bit (AMD64)]
2026-05-12T20:00:04.065167 - ComfyUI version: 0.21.0
2026-05-12T20:00:04.070180 - comfy-aimdo version: 0.3.0
2026-05-12T20:00:04.070180 - comfy-kitchen version: 0.2.8
2026-05-12T20:00:04.072578 - ComfyUI frontend version: 1.43.18
2026-05-12T20:00:04.072578 - [Prompt Server] web root: C:\Users\Home\AppData\Roaming\Python\Python312\site-packages\comfyui_frontend_package\static
2026-05-12T20:00:04.072578 - Asset seeder disabled
2026-05-12T20:00:05.153519 - Traceback (most recent call last):
File "D:\ComfyUI\nodes.py", line 2198, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 990, in exec_module
File "", line 1127, in get_code
File "", line 1185, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\ComfyUI\\custom_nodes\\111\\__init__.py'

2026-05-12T20:00:05.153519 - Cannot import D:\ComfyUI\custom_nodes\111 module for custom nodes: [Errno 2] No such file or directory: 'D:\\ComfyUI\\custom_nodes\\111\\__init__.py'
2026-05-12T20:00:05.153519 - ### Loading: ComfyUI-Manager (V3.40)
2026-05-12T20:00:05.165279 - [ComfyUI-Manager] network_mode: public
2026-05-12T20:00:05.165279 - [ComfyUI-Manager] ComfyUI per-queue preview override detected (PR #11261). Manager's preview method feature is disabled. Use ComfyUI's --preview-method CLI option or 'Settings > Execution > Live preview method'.
2026-05-12T20:00:05.280913 - ### ComfyUI Revision: 5201 [52976f3e] *DETACHED | Released on '2026-05-10'
2026-05-12T20:00:05.553140 -
Import times for custom nodes:
2026-05-12T20:00:05.553140 - 0.0 seconds: D:\ComfyUI\custom_nodes\websocket_image_save.py
2026-05-12T20:00:05.553140 - 0.0 seconds (IMPORT FAILED): D:\ComfyUI\custom_nodes\111
2026-05-12T20:00:05.553140 - 0.4 seconds: D:\ComfyUI\custom_nodes\ComfyUI-Manager
2026-05-12T20:00:05.553140 -
2026-05-12T20:00:05.565140 - Context impl SQLiteImpl.
2026-05-12T20:00:05.565140 - Will assume non-transactional DDL.
2026-05-12T20:00:05.613483 - Starting server

2026-05-12T20:00:05.613483 - To see the GUI go to: http://0.0.0.0:8188
2026-05-12T20:00:05.616696 - To see the GUI go to: http://[::]:8188
2026-05-12T20:00:05.809039 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2026-05-12T20:00:05.839288 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
2026-05-12T20:00:05.849297 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
2026-05-12T20:00:05.936932 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
2026-05-12T20:00:05.991553 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2026-05-12T20:00:09.821403 - FETCH ComfyRegistry Data: 5/1452026-05-12T20:00:09.821403 -
2026-05-12T20:00:14.050091 - FETCH ComfyRegistry Data: 10/1452026-05-12T20:00:14.051239 -
2026-05-12T20:00:14.718961 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-05-12T20:00:14.720971 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/groupNode.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-05-12T20:00:15.028159 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/buttonGroup.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-05-12T20:00:15.031665 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/button.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-05-12T20:00:18.328890 - FETCH ComfyRegistry Data: 15/1452026-05-12T20:00:18.328890 -
2026-05-12T20:00:22.523504 - FETCH ComfyRegistry Data: 20/1452026-05-12T20:00:22.523504 -
2026-05-12T20:00:26.655295 - FETCH ComfyRegistry Data: 25/1452026-05-12T20:00:26.655603 -
2026-05-12T20:00:30.449126 - got prompt
2026-05-12T20:00:30.545161 - model weight dtype torch.float16, manual cast: None
2026-05-12T20:00:30.552671 - model_type EPS
2026-05-12T20:00:30.585928 - Using pytorch attention in VAE
2026-05-12T20:00:30.588961 - Using pytorch attention in VAE
2026-05-12T20:00:30.699083 - VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
2026-05-12T20:00:30.836431 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16
2026-05-12T20:00:30.840191 - Requested to load SD1ClipModel
2026-05-12T20:00:30.875385 - Model SD1ClipModel prepared for dynamic VRAM loading. 235MB Staged. 0 patches attached.
2026-05-12T20:00:30.883092 - !!! Exception during processing !!!
2026-05-12T20:00:30.887068 - Traceback (most recent call last):
File "D:\ComfyUI\execution.py", line 535, 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, v3_data=v3_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI\execution.py", line 335, 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, v3_data=v3_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI\execution.py", line 309, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "D:\ComfyUI\execution.py", line 297, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "D:\ComfyUI\comfy_extras\nodes_model_merging.py", line 279, in save
comfy.model_management.load_models_gpu([clip.load_model()], force_patch_weights=True)
File "D:\ComfyUI\comfy\model_management.py", line 817, in load_models_gpu
loaded_model.model_load(lowvram_model_memory, force_patch_weights=force_patch_weights)
File "D:\ComfyUI\comfy\model_management.py", line 579, in model_load
self.model_use_more_vram(use_more_vram, force_patch_weights=force_patch_weights)
File "D:\ComfyUI\comfy\model_management.py", line 607, in model_use_more_vram
return self.model.partially_load(self.device, extra_memory, force_patch_weights=force_patch_weights)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI\comfy\model_patcher.py", line 1724, in partially_load
assert not force_patch_weights #See above
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError

2026-05-12T20:00:30.888078 - Prompt executed in 0.44 seconds
2026-05-12T20:00:31.059424 - FETCH ComfyRegistry Data: 30/1452026-05-12T20:00:31.059424 -

```
## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
```
{"id":"8b840efb-8fbc-4103-8d8b-18bdaf758a6b","revision":0,"last_node_id":28,"last_link_id":27,"nodes":[{"id":26,"type":"CLIPTextEncode","pos":[-3507.6692948440777,114.00123727367202],"size":[400,200],"flags":{},"order":0,"mode":0,"inputs":[{"localized_name":"clip","name":"clip","type":"CLIP","link":null},{"localized_name":"text","name":"text","type":"STRING","widget":{"name":"text"},"link":null}],"outputs":[{"localized_name":"CONDITIONING","name":"CONDITIONING","type":"CONDITIONING","links":[]}],"properties":{"cnr_id":"comfy-core","ver":"0.21.0","Node name for S&R":"CLIPTextEncode","ue_properties":{"widget_ue_connectable":{},"input_ue_unconnectable":{},"version":"7.8"}},"widgets_values":[""]},{"id":25,"type":"CLIPSave","pos":[-4483.181446035141,441.5580789616133],"size":[270,58],"flags":{},"order":2,"mode":0,"inputs":[{"localized_name":"clip","name":"clip","type":"CLIP","link":27},{"localized_name":"filename_prefix","name":"filename_prefix","type":"STRING","widget":{"name":"filename_prefix"},"link":null}],"outputs":[],"properties":{"cnr_id":"comfy-core","ver":"0.21.0","Node name for S&R":"CLIPSave","ue_properties":{"widget_ue_connectable":{},"input_ue_unconnectable":{},"version":"7.8"}},"widgets_values":["clip/ComfyUI"]},{"id":28,"type":"CheckpointLoaderSimple","pos":[-5042.622009689647,372.64148778678356],"size":[270,98],"flags":{},"order":1,"mode":0,"inputs":[{"localized_name":"ckpt_name","name":"ckpt_name","type":"COMBO","widget":{"name":"ckpt_name"},"link":null}],"outputs":[{"localized_name":"MODEL","name":"MODEL","type":"MODEL","links":null},{"localized_name":"CLIP","name":"CLIP","type":"CLIP","links":[27]},{"localized_name":"VAE","name":"VAE","type":"VAE","links":null}],"properties":{"cnr_id":"comfy-core","ver":"0.21.0","Node name for S&R":"CheckpointLoaderSimple"},"widgets_values":["1.5\\abyssorangemix2_Hard.safetensors"]}],"links":[[27,28,1,25,0,"CLIP"]],"groups":[],"config":{},"extra":{"ds":{"scale":0.7400249944258189,"offset":[5564.356584414494,7.6162765642633055]},"workflowRendererVersion":"LG","ue_links":[],"links_added_by_ue":[]},"version":0.4}
```

## Additional Context
(Please add any additional context or steps to reproduce the error here)

### Actual Behavior

Save CLIP

### Steps to Reproduce

Copy workflow run

### Debug Logs

```powershell
# ComfyUI Error Report
## Error Details
- **Node ID:** 25
- **Node Type:** CLIPSave
- **Exception Type:** AssertionError
- **Exception Message:** AssertionError:

## Stack Trace

File "D:\ComfyUI\execution.py", line 535, 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, v3_data=v3_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\ComfyUI\execution.py", line 335, 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, v3_data=v3_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\ComfyUI\execution.py", line 309, in _async_map_node_over_list
await process_inputs(input_dict, i)

File "D:\ComfyUI\execution.py", line 297, in process_inputs
result = f(**inputs)
^^^^^^^^^^^

File "D:\ComfyUI\comfy_extras\nodes_model_merging.py", line 279, in save
comfy.model_management.load_models_gpu([clip.load_model()], force_patch_weights=True)

File "D:\ComfyUI\comfy\model_management.py", line 817, in load_models_gpu
loaded_model.model_load(lowvram_model_memory, force_patch_weights=force_patch_weights)

File "D:\ComfyUI\comfy\model_management.py", line 579, in model_load
self.model_use_more_vram(use_more_vram, force_patch_weights=force_patch_weights)

File "D:\ComfyUI\comfy\model_management.py", line 607, in model_use_more_vram
return self.model.partially_load(self.device, extra_memory, force_patch_weights=force_patch_weights)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\ComfyUI\comfy\model_patcher.py", line 1724, in partially_load
assert not force_patch_weights #See above
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

## System Information
- **ComfyUI Version:** 0.21.0
- **Arguments:** D:\ComfyUI\main.py --listen
- **OS:** win32
- **Python Version:** 3.12.0 (tags/v3.12.0:0fb18b0, Oct 2 2023, 13:03:39) [MSC v.1935 64 bit (AMD64)]
- **Embedded Python:** false
- **PyTorch Version:** 2.9.1+cu130
## Devices

- **Name:** cuda:0 NVIDIA GeForce RTX 4060 Laptop GPU : cudaMallocAsync
- **Type:** cuda
- **VRAM Total:** 8585216000
- **VRAM Free:** 7440695296
- **Torch VRAM Total:** 0
- **Torch VRAM Free:** 0

## Logs

2026-05-12T19:59:55.824714 - [START] Security scan2026-05-12T19:59:55.824714 -
2026-05-12T19:59:57.849093 - [DONE] Security scan2026-05-12T19:59:57.849093 -
2026-05-12T19:59:57.954548 - ## ComfyUI-Manager: installing dependencies done.2026-05-12T19:59:57.954548 -
2026-05-12T19:59:57.954548 - ** ComfyUI startup time:2026-05-12T19:59:57.954548 - 2026-05-12T19:59:57.954548 - 2026-05-12 19:59:57.9542026-05-12T19:59:57.954548 -
2026-05-12T19:59:57.954548 - ** Platform:2026-05-12T19:59:57.954548 - 2026-05-12T19:59:57.954548 - Windows2026-05-12T19:59:57.954548 -
2026-05-12T19:59:57.954548 - ** Python version:2026-05-12T19:59:57.954548 - 2026-05-12T19:59:57.954548 - 3.12.0 (tags/v3.12.0:0fb18b0, Oct 2 2023, 13:03:39) [MSC v.1935 64 bit (AMD64)]2026-05-12T19:59:57.954548 -
2026-05-12T19:59:57.954548 - ** Python executable:2026-05-12T19:59:57.954548 - 2026-05-12T19:59:57.954548 - C:\Program Files\Python312\python.exe2026-05-12T19:59:57.954548 -
2026-05-12T19:59:57.954548 - ** ComfyUI Path:2026-05-12T19:59:57.954548 - 2026-05-12T19:59:57.954548 - D:\ComfyUI2026-05-12T19:59:57.954548 -
2026-05-12T19:59:57.954548 - ** ComfyUI Base Folder Path:2026-05-12T19:59:57.954548 - 2026-05-12T19:59:57.954548 - D:\ComfyUI2026-05-12T19:59:57.954548 -
2026-05-12T19:59:57.954548 - ** User directory:2026-05-12T19:59:57.954548 - 2026-05-12T19:59:57.954548 - D:\ComfyUI\user2026-05-12T19:59:57.954548 -
2026-05-12T19:59:57.954548 - ** ComfyUI-Manager config path:2026-05-12T19:59:57.954548 - 2026-05-12T19:59:57.954548 - D:\ComfyUI\user\__manager\config.ini2026-05-12T19:59:57.954548 -
2026-05-12T19:59:57.954548 - ** Log path:2026-05-12T19:59:57.954548 - 2026-05-12T19:59:57.954548 - D:\ComfyUI\user\comfyui.log2026-05-12T19:59:57.954548 -
2026-05-12T19:59:59.609322 -
Prestartup times for custom nodes:
2026-05-12T19:59:59.609322 - 4.1 seconds: D:\ComfyUI\custom_nodes\ComfyUI-Manager
2026-05-12T19:59:59.612549 -
2026-05-12T20:00:00.087026 - C:\Users\Home\AppData\Roaming\Python\Python312\site-packages\torch\cuda\__init__.py:63: FutureWarning: The pynvml package is deprecated. Please install nvidia-ml-py instead. If you did not install pynvml directly, please report this to the maintainers of the package that installed pynvml for you.
import pynvml # type: ignore[import]
2026-05-12T20:00:01.841126 - Found comfy_kitchen backend eager: {'available': True, 'disabled': False, 'unavailable_reason': None, 'capabilities': ['apply_rope', 'apply_rope1', 'dequantize_mxfp8', 'dequantize_nvfp4', 'dequantize_per_tensor_fp8', 'quantize_mxfp8', 'quantize_nvfp4', 'quantize_per_tensor_fp8', 'scaled_mm_mxfp8', 'scaled_mm_nvfp4']}
2026-05-12T20:00:01.841126 - Found comfy_kitchen backend cuda: {'available': True, 'disabled': False, 'unavailable_reason': None, 'capabilities': ['apply_rope', 'apply_rope1', 'dequantize_nvfp4', 'dequantize_per_tensor_fp8', 'quantize_mxfp8', 'quantize_nvfp4', 'quantize_per_tensor_fp8', 'scaled_mm_nvfp4']}
2026-05-12T20:00:01.841126 - Found comfy_kitchen backend triton: {'available': False, 'disabled': True, 'unavailable_reason': "ImportError: No module named 'triton'", 'capabilities': []}
2026-05-12T20:00:01.848756 - Checkpoint files will always be loaded safely.
2026-05-12T20:00:01.933157 - Total VRAM 8188 MB, total RAM 32488 MB
2026-05-12T20:00:01.933157 - pytorch version: 2.9.1+cu130
2026-05-12T20:00:01.933157 - Set vram state to: NORMAL_VRAM
2026-05-12T20:00:01.933157 - Device: cuda:0 NVIDIA GeForce RTX 4060 Laptop GPU : cudaMallocAsync
2026-05-12T20:00:01.953106 - Using async weight offloading with 2 streams
2026-05-12T20:00:01.953106 - Enabled pinned memory 12995.0
2026-05-12T20:00:01.953106 - working around nvidia conv3d memory bug.
2026-05-12T20:00:02.257678 - Using pytorch attention
2026-05-12T20:00:04.065167 - DynamicVRAM support detected and enabled
2026-05-12T20:00:04.065167 - Python version: 3.12.0 (tags/v3.12.0:0fb18b0, Oct 2 2023, 13:03:39) [MSC v.1935 64 bit (AMD64)]
2026-05-12T20:00:04.065167 - ComfyUI version: 0.21.0
2026-05-12T20:00:04.070180 - comfy-aimdo version: 0.3.0
2026-05-12T20:00:04.070180 - comfy-kitchen version: 0.2.8
2026-05-12T20:00:04.072578 - ComfyUI frontend version: 1.43.18
2026-05-12T20:00:04.072578 - [Prompt Server] web root: C:\Users\Home\AppData\Roaming\Python\Python312\site-packages\comfyui_frontend_package\static
2026-05-12T20:00:04.072578 - Asset seeder disabled
2026-05-12T20:00:05.153519 - Traceback (most recent call last):
File "D:\ComfyUI\nodes.py", line 2198, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 990, in exec_module
File "", line 1127, in get_code
File "", line 1185, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\ComfyUI\\custom_nodes\\111\\__init__.py'

2026-05-12T20:00:05.153519 - Cannot import D:\ComfyUI\custom_nodes\111 module for custom nodes: [Errno 2] No such file or directory: 'D:\\ComfyUI\\custom_nodes\\111\\__init__.py'
2026-05-12T20:00:05.153519 - ### Loading: ComfyUI-Manager (V3.40)
2026-05-12T20:00:05.165279 - [ComfyUI-Manager] network_mode: public
2026-05-12T20:00:05.165279 - [ComfyUI-Manager] ComfyUI per-queue preview override detected (PR #11261). Manager's preview method feature is disabled. Use ComfyUI's --preview-method CLI option or 'Settings > Execution > Live preview method'.
2026-05-12T20:00:05.280913 - ### ComfyUI Revision: 5201 [52976f3e] *DETACHED | Released on '2026-05-10'
2026-05-12T20:00:05.553140 -
Import times for custom nodes:
2026-05-12T20:00:05.553140 - 0.0 seconds: D:\ComfyUI\custom_nodes\websocket_image_save.py
2026-05-12T20:00:05.553140 - 0.0 seconds (IMPORT FAILED): D:\ComfyUI\custom_nodes\111
2026-05-12T20:00:05.553140 - 0.4 seconds: D:\ComfyUI\custom_nodes\ComfyUI-Manager
2026-05-12T20:00:05.553140 -
2026-05-12T20:00:05.565140 - Context impl SQLiteImpl.
2026-05-12T20:00:05.565140 - Will assume non-transactional DDL.
2026-05-12T20:00:05.613483 - Starting server

2026-05-12T20:00:05.613483 - To see the GUI go to: http://0.0.0.0:8188
2026-05-12T20:00:05.616696 - To see the GUI go to: http://[::]:8188
2026-05-12T20:00:05.809039 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2026-05-12T20:00:05.839288 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
2026-05-12T20:00:05.849297 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
2026-05-12T20:00:05.936932 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
2026-05-12T20:00:05.991553 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2026-05-12T20:00:09.821403 - FETCH ComfyRegistry Data: 5/1452026-05-12T20:00:09.821403 -
2026-05-12T20:00:14.050091 - FETCH ComfyRegistry Data: 10/1452026-05-12T20:00:14.051239 -
2026-05-12T20:00:14.718961 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-05-12T20:00:14.720971 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/groupNode.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-05-12T20:00:15.028159 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/buttonGroup.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-05-12T20:00:15.031665 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/button.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-05-12T20:00:18.328890 - FETCH ComfyRegistry Data: 15/1452026-05-12T20:00:18.328890 -
2026-05-12T20:00:22.523504 - FETCH ComfyRegistry Data: 20/1452026-05-12T20:00:22.523504 -
2026-05-12T20:00:26.655295 - FETCH ComfyRegistry Data: 25/1452026-05-12T20:00:26.655603 -
2026-05-12T20:00:30.449126 - got prompt
2026-05-12T20:00:30.545161 - model weight dtype torch.float16, manual cast: None
2026-05-12T20:00:30.552671 - model_type EPS
2026-05-12T20:00:30.585928 - Using pytorch attention in VAE
2026-05-12T20:00:30.588961 - Using pytorch attention in VAE
2026-05-12T20:00:30.699083 - VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
2026-05-12T20:00:30.836431 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16
2026-05-12T20:00:30.840191 - Requested to load SD1ClipModel
2026-05-12T20:00:30.875385 - Model SD1ClipModel prepared for dynamic VRAM loading. 235MB Staged. 0 patches attached.
2026-05-12T20:00:30.883092 - !!! Exception during processing !!!
2026-05-12T20:00:30.887068 - Traceback (most recent call last):
File "D:\ComfyUI\execution.py", line 535, 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, v3_data=v3_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI\execution.py", line 335, 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, v3_data=v3_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI\execution.py", line 309, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "D:\ComfyUI\execution.py", line 297, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "D:\ComfyUI\comfy_extras\nodes_model_merging.py", line 279, in save
comfy.model_management.load_models_gpu([clip.load_model()], force_patch_weights=True)
File "D:\ComfyUI\comfy\model_management.py", line 817, in load_models_gpu
loaded_model.model_load(lowvram_model_memory, force_patch_weights=force_patch_weights)
File "D:\ComfyUI\comfy\model_management.py", line 579, in model_load
self.model_use_more_vram(use_more_vram, force_patch_weights=force_patch_weights)
File "D:\ComfyUI\comfy\model_management.py", line 607, in model_use_more_vram
return self.model.partially_load(self.device, extra_memory, force_patch_weights=force_patch_weights)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI\comfy\model_patcher.py", line 1724, in partially_load
assert not force_patch_weights #See above
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError

2026-05-12T20:00:30.888078 - Prompt executed in 0.44 seconds
2026-05-12T20:00:31.059424 - FETCH ComfyRegistry Data: 30/1452026-05-12T20:00:31.059424 -

## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.

{"id":"8b840efb-8fbc-4103-8d8b-18bdaf758a6b","revision":0,"last_node_id":28,"last_link_id":27,"nodes":[{"id":26,"type":"CLIPTextEncode","pos":[-3507.6692948440777,114.00123727367202],"size":[400,200],"flags":{},"order":0,"mode":0,"inputs":[{"localized_name":"clip","name":"clip","type":"CLIP","link":null},{"localized_name":"text","name":"text","type":"STRING","widget":{"name":"text"},"link":null}],"outputs":[{"localized_name":"CONDITIONING","name":"CONDITIONING","type":"CONDITIONING","links":[]}],"properties":{"cnr_id":"comfy-core","ver":"0.21.0","Node name for S&R":"CLIPTextEncode","ue_properties":{"widget_ue_connectable":{},"input_ue_unconnectable":{},"version":"7.8"}},"widgets_values":[""]},{"id":25,"type":"CLIPSave","pos":[-4483.181446035141,441.5580789616133],"size":[270,58],"flags":{},"order":2,"mode":0,"inputs":[{"localized_name":"clip","name":"clip","type":"CLIP","link":27},{"localized_name":"filename_prefix","name":"filename_prefix","type":"STRING","widget":{"name":"filename_prefix"},"link":null}],"outputs":[],"properties":{"cnr_id":"comfy-core","ver":"0.21.0","Node name for S&R":"CLIPSave","ue_properties":{"widget_ue_connectable":{},"input_ue_unconnectable":{},"version":"7.8"}},"widgets_values":["clip/ComfyUI"]},{"id":28,"type":"CheckpointLoaderSimple","pos":[-5042.622009689647,372.64148778678356],"size":[270,98],"flags":{},"order":1,"mode":0,"inputs":[{"localized_name":"ckpt_name","name":"ckpt_name","type":"COMBO","widget":{"name":"ckpt_name"},"link":null}],"outputs":[{"localized_name":"MODEL","name":"MODEL","type":"MODEL","links":null},{"localized_name":"CLIP","name":"CLIP","type":"CLIP","links":[27]},{"localized_name":"VAE","name":"VAE","type":"VAE","links":null}],"properties":{"cnr_id":"comfy-core","ver":"0.21.0","Node name for S&R":"CheckpointLoaderSimple"},"widgets_values":["1.5\\abyssorangemix2_Hard.safetensors"]}],"links":[[27,28,1,25,0,"CLIP"]],"groups":[],"config":{},"extra":{"ds":{"scale":0.7400249944258189,"offset":[5564.356584414494,7.6162765642633055]},"workflowRendererVersion":"LG","ue_links":[],"links_added_by_ue":[]},"version":0.4}

## Additional Context
(Please add any additional context or steps to reproduce the error here)
```

### Other

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.