# ComfyUI Error Report
## Error Details
- **Node ID:** 40
- **Node Type:** Joy_caption_two_load
- **Exception Type:** AssertionError
- **Exception Message:** AssertionError:
## Stack Trace
```
File "C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\execution.py", line 543, 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 "C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\execution.py", line 342, 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 "C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\execution.py", line 316, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\execution.py", line 304, in process_inputs
result = f(**inputs)
File "C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui_slk_joy_caption_two\joy_caption_two_node.py", line 268, in generate
self.loadModels()
~~~~~~~~~~~~~~~^^
File "C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui_slk_joy_caption_two\joy_caption_two_node.py", line 263, in loadModels
self.pipeline.loadModels()
~~~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui_slk_joy_caption_two\joy_caption_two_node.py", line 229, in loadModels
self.clip_model = JoyClipVisionModel(self.load_device, self.offload_device)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui_slk_joy_caption_two\joy_caption_two_node.py", line 51, in __init__
assert (BASE_MODEL_PATH / "clip_model.pt").exists()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
```
## System Information
- **ComfyUI Version:** 0.28.3
- **Arguments:** ComfyUI\main.py --feature-flag show_signin_button=true --enable-manager --extra-model-paths-config C:\Users\Evgen\AppData\Roaming\Comfy Desktop\shared_model_paths.yaml --input-directory C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\input --output-directory C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\output
- **OS:** win32
- **Python Version:** 3.13.12 (main, Feb 12 2026, 00:38:53) [MSC v.1944 64 bit (AMD64)]
- **Embedded Python:** false
- **PyTorch Version:** 2.10.0+cu130
## Devices
- **Name:** cuda:0 NVIDIA GeForce RTX 5080 : cudaMallocAsync
- **Type:** cuda
- **VRAM Total:** 17094344704
- **VRAM Free:** 15715008512
- **Torch VRAM Total:** 0
- **Torch VRAM Free:** 0
## Logs
```
2026-07-26T04:17:14.525487 - [32m[INFO][0m setup plugin alembic.autogenerate.schemas
2026-07-26T04:17:14.525585 - [32m[INFO][0m setup plugin alembic.autogenerate.tables
2026-07-26T04:17:14.525637 - [32m[INFO][0m setup plugin alembic.autogenerate.types
2026-07-26T04:17:14.525686 - [32m[INFO][0m setup plugin alembic.autogenerate.constraints
2026-07-26T04:17:14.525731 - [32m[INFO][0m setup plugin alembic.autogenerate.defaults
2026-07-26T04:17:14.525776 - [32m[INFO][0m setup plugin alembic.autogenerate.comments
2026-07-26T04:17:14.883485 - [32m[INFO][0m Adding extra search path checkpoints C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\checkpoints
2026-07-26T04:17:14.883557 - [32m[INFO][0m Adding extra search path classifiers C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\classifiers
2026-07-26T04:17:14.883591 - [32m[INFO][0m Adding extra search path clip_vision C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\clip_vision
2026-07-26T04:17:14.883622 - [32m[INFO][0m Adding extra search path configs C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\configs
2026-07-26T04:17:14.883649 - [32m[INFO][0m Adding extra search path controlnet C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\controlnet
2026-07-26T04:17:14.883674 - [32m[INFO][0m Adding extra search path controlnet C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\t2i_adapter
2026-07-26T04:17:14.883698 - [32m[INFO][0m Adding extra search path diffusers C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\diffusers
2026-07-26T04:17:14.883721 - [32m[INFO][0m Adding extra search path diffusion_models C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\diffusion_models
2026-07-26T04:17:14.883745 - [32m[INFO][0m Adding extra search path embeddings C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\embeddings
2026-07-26T04:17:14.883767 - [32m[INFO][0m Adding extra search path gligen C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\gligen
2026-07-26T04:17:14.883790 - [32m[INFO][0m Adding extra search path hypernetworks C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\hypernetworks
2026-07-26T04:17:14.883814 - [32m[INFO][0m Adding extra search path latent_upscale_models C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\latent_upscale_models
2026-07-26T04:17:14.883836 - [32m[INFO][0m Adding extra search path loras C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\loras
2026-07-26T04:17:14.883859 - [32m[INFO][0m Adding extra search path model_patches C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\model_patches
2026-07-26T04:17:14.883886 - [32m[INFO][0m Adding extra search path audio_encoders C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\audio_encoders
2026-07-26T04:17:14.883910 - [32m[INFO][0m Adding extra search path photomaker C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\photomaker
2026-07-26T04:17:14.883932 - [32m[INFO][0m Adding extra search path style_models C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\style_models
2026-07-26T04:17:14.883954 - [32m[INFO][0m Adding extra search path text_encoders C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\text_encoders
2026-07-26T04:17:14.883975 - [32m[INFO][0m Adding extra search path upscale_models C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\upscale_models
2026-07-26T04:17:14.883997 - [32m[INFO][0m Adding extra search path background_removal C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\background_removal
2026-07-26T04:17:14.884022 - [32m[INFO][0m Adding extra search path frame_interpolation C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\frame_interpolation
2026-07-26T04:17:14.884045 - [32m[INFO][0m Adding extra search path geometry_estimation C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\geometry_estimation
2026-07-26T04:17:14.884070 - [32m[INFO][0m Adding extra search path optical_flow C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\optical_flow
2026-07-26T04:17:14.884092 - [32m[INFO][0m Adding extra search path detection C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\detection
2026-07-26T04:17:14.884114 - [32m[INFO][0m Adding extra search path vae C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\vae
2026-07-26T04:17:14.884135 - [32m[INFO][0m Adding extra search path vae_approx C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\vae_approx
2026-07-26T04:17:14.884157 - [32m[INFO][0m Adding extra search path Joy_caption_two C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\Joy_caption_two
2026-07-26T04:17:14.884182 - [32m[INFO][0m Adding extra search path onnx C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\onnx
2026-07-26T04:17:14.884204 - [32m[INFO][0m Adding extra search path sams C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\sams
2026-07-26T04:17:14.884227 - [32m[INFO][0m Adding extra search path clip C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\clip
2026-07-26T04:17:14.884249 - [32m[INFO][0m Adding extra search path unet C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\models\unet
2026-07-26T04:17:14.884281 - [32m[INFO][0m Setting output directory to: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\output
2026-07-26T04:17:14.884318 - [32m[INFO][0m Setting input directory to: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Shared\input
2026-07-26T04:17:15.221373 - [START] Security scan2026-07-26T04:17:15.221385 -
2026-07-26T04:17:16.387672 - [DONE] Security scan2026-07-26T04:17:16.387686 -
2026-07-26T04:17:16.389549 - ** ComfyUI startup time:2026-07-26T04:17:16.389617 - 2026-07-26T04:17:16.389660 - 2026-07-26 04:17:16.3892026-07-26T04:17:16.389698 -
2026-07-26T04:17:16.389741 - ** Platform:2026-07-26T04:17:16.389777 - 2026-07-26T04:17:16.389812 - Windows2026-07-26T04:17:16.389848 -
2026-07-26T04:17:16.389885 - ** Python version:2026-07-26T04:17:16.389919 - 2026-07-26T04:17:16.389953 - 3.13.12 (main, Feb 12 2026, 00:38:53) [MSC v.1944 64 bit (AMD64)]2026-07-26T04:17:16.389989 -
2026-07-26T04:17:16.390025 - ** Python executable:2026-07-26T04:17:16.390059 - 2026-07-26T04:17:16.390093 - C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\.venv\Scripts\python.exe2026-07-26T04:17:16.390128 -
2026-07-26T04:17:16.390163 - ** ComfyUI Path:2026-07-26T04:17:16.390196 - 2026-07-26T04:17:16.390229 - C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI2026-07-26T04:17:16.390262 -
2026-07-26T04:17:16.390299 - ** ComfyUI Base Folder Path:2026-07-26T04:17:16.390331 - 2026-07-26T04:17:16.390365 - C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI2026-07-26T04:17:16.390397 -
2026-07-26T04:17:16.390431 - ** User directory:2026-07-26T04:17:16.390463 - 2026-07-26T04:17:16.391216 - C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\user2026-07-26T04:17:16.391265 -
2026-07-26T04:17:16.391291 - ** ComfyUI-Manager config path:2026-07-26T04:17:16.391312 - 2026-07-26T04:17:16.391331 - C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\user\__manager\config.ini2026-07-26T04:17:16.391349 -
2026-07-26T04:17:16.391374 - ** Log path:2026-07-26T04:17:16.391391 - 2026-07-26T04:17:16.391409 - C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\user\comfyui.log2026-07-26T04:17:16.391431 -
2026-07-26T04:17:17.602397 - [32m[INFO][0m [PRE] ComfyUI-Manager
2026-07-26T04:17:17.604845 - [32m[INFO][0m
Prestartup times for custom nodes:
2026-07-26T04:17:17.604940 - [32m[INFO][0m 0.0 seconds: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\rgthree-comfy
2026-07-26T04:17:17.604996 - [32m[INFO][0m 0.0 seconds: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui-easy-use
2026-07-26T04:17:17.605059 - [32m[INFO][0m
2026-07-26T04:17:18.105316 - C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\.venv\Lib\site-packages\torch\cuda\__init__.py:65: 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-07-26T04:17:20.681288 - [32m[INFO][0m Found comfy_kitchen backend eager: {'available': True, 'disabled': False, 'unavailable_reason': None, 'capabilities': ['adaln', 'apply_rope', 'apply_rope1', 'apply_rope_split_half', 'apply_rope_split_half1', 'convrot_w4a4_linear', 'dequantize_convrot_w4a4_weight', 'dequantize_int8_convrot_weight', 'dequantize_int8_convrot_weight_dtype', 'dequantize_int8_simple', 'dequantize_int8_simple_dtype', 'dequantize_mxfp8', 'dequantize_nvfp4', 'dequantize_per_tensor_fp8', 'gemv_awq_w4a16', 'int8_linear', 'prepare_int4_weight_for_int8_linear', 'quantize_and_rotate_rowwise', 'quantize_convrot_w4a4_weight', 'quantize_int8_convrot_weight', 'quantize_int8_rowwise', 'quantize_int8_tensorwise', 'quantize_mxfp8', 'quantize_nvfp4', 'quantize_per_tensor_fp8', 'quantize_svdquant_w4a4', 'rms_rope', 'rms_rope1', 'rms_rope_split_half', 'rms_rope_split_half1', 'scaled_mm_mxfp8', 'scaled_mm_nvfp4', 'scaled_mm_svdquant_w4a4', 'stochastic_rounding_fp8']}
2026-07-26T04:17:20.681426 - [32m[INFO][0m Found comfy_kitchen backend triton: {'available': False, 'disabled': True, 'unavailable_reason': "ImportError: No module named 'triton'", 'capabilities': []}
2026-07-26T04:17:20.681492 - [32m[INFO][0m Found comfy_kitchen backend cuda: {'available': True, 'disabled': False, 'unavailable_reason': None, 'capabilities': ['adaln', 'apply_rope', 'apply_rope1', 'apply_rope_split_half', 'apply_rope_split_half1', 'convrot_w4a4_linear', 'dequantize_convrot_w4a4_weight', 'dequantize_int8_convrot_weight', 'dequantize_int8_convrot_weight_dtype', 'dequantize_int8_simple', 'dequantize_int8_simple_dtype', 'dequantize_nvfp4', 'dequantize_per_tensor_fp8', 'gemv_awq_w4a16', 'int8_linear', 'prepare_int4_weight_for_int8_linear', 'quantize_and_rotate_rowwise', 'quantize_convrot_w4a4_weight', 'quantize_int8_convrot_weight', 'quantize_int8_rowwise', 'quantize_int8_tensorwise', 'quantize_mxfp8', 'quantize_nvfp4', 'quantize_per_tensor_fp8', 'quantize_svdquant_w4a4', 'rms_rope', 'rms_rope1', 'rms_rope_split_half', 'rms_rope_split_half1', 'scaled_mm_nvfp4', 'scaled_mm_svdquant_w4a4', 'stochastic_rounding_fp8']}
2026-07-26T04:17:20.687996 - [32m[INFO][0m Checkpoint files will always be loaded safely.
2026-07-26T04:17:20.764981 - [32m[INFO][0m Total VRAM 16302 MB, total RAM 32674 MB
2026-07-26T04:17:20.765170 - [32m[INFO][0m pytorch version: 2.10.0+cu130
2026-07-26T04:17:20.766325 - [32m[INFO][0m Set vram state to: NORMAL_VRAM
2026-07-26T04:17:20.766832 - [32m[INFO][0m Device: cuda:0 NVIDIA GeForce RTX 5080 : cudaMallocAsync
2026-07-26T04:17:20.791090 - [32m[INFO][0m Using async weight offloading with 2 streams
2026-07-26T04:17:20.791500 - [32m[INFO][0m Enabled pinned memory 13069.0
2026-07-26T04:17:20.795141 - [32m[INFO][0m working around nvidia conv3d memory bug.
2026-07-26T04:17:21.083498 - [32m[INFO][0m Using pytorch attention
2026-07-26T04:17:24.623228 - [32m[INFO][0m DynamicVRAM support detected and enabled
2026-07-26T04:17:24.623355 - [32m[INFO][0m Python version: 3.13.12 (main, Feb 12 2026, 00:38:53) [MSC v.1944 64 bit (AMD64)]
2026-07-26T04:17:24.623437 - [32m[INFO][0m ComfyUI version: 0.28.3
2026-07-26T04:17:24.624797 - [32m[INFO][0m comfy-aimdo version: 0.4.10
2026-07-26T04:17:24.626007 - [32m[INFO][0m comfy-kitchen version: 0.2.20
2026-07-26T04:17:24.634647 - [32m[INFO][0m comfyui-frontend-package version: 1.45.21
2026-07-26T04:17:24.634763 - [32m[INFO][0m comfyui-workflow-templates version: 0.11.15
2026-07-26T04:17:24.634824 - [32m[INFO][0m comfyui-embedded-docs version: 0.5.8
2026-07-26T04:17:24.634885 - [32m[INFO][0m comfy-kitchen version: 0.2.20
2026-07-26T04:17:24.634949 - [32m[INFO][0m comfy-aimdo version: 0.4.10
2026-07-26T04:17:24.636854 - [32m[INFO][0m [Prompt Server] web root: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\.venv\Lib\site-packages\comfyui_frontend_package\static
2026-07-26T04:17:24.637665 - [32m[INFO][0m Asset seeder disabled
2026-07-26T04:17:24.637791 - [32m[INFO][0m [START] ComfyUI-Manager
2026-07-26T04:17:24.825076 - [ComfyUI-Manager] Using GitPython backend2026-07-26T04:17:24.825130 -
2026-07-26T04:17:24.866700 - [32m[INFO][0m [ComfyUI-Manager] network_mode: public
2026-07-26T04:17:24.878995 - [1m[33m[WARNING][0m [ComfyUI-Manager] The matrix sharing feature has been disabled because the `matrix-nio` dependency is not installed.
To use this feature, please run the following command:
C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\.venv\Scripts\python.exe -m pip install matrix-nio
2026-07-26T04:17:26.331959 - [32m[INFO][0m No OpenGL_accelerate module loaded: No module named 'OpenGL_accelerate'
2026-07-26T04:17:31.074857 - [34m[ComfyUI-Easy-Use] server: [0mv1.3.6 [92mLoaded[0m2026-07-26T04:17:31.074918 -
2026-07-26T04:17:31.074954 - [34m[ComfyUI-Easy-Use] web root: [0mC:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui-easy-use\web_version/v2 [92mLoaded[0m2026-07-26T04:17:31.074976 -
2026-07-26T04:17:31.086564 - [32m[INFO][0m ComfyUI-GGUF: Allowing full torch compile
2026-07-26T04:17:31.108184 - [32m[INFO][0m ### Loading: ComfyUI-Impact-Pack (V8.28.3)
2026-07-26T04:17:31.272368 - [32m[INFO][0m [Impact Pack] Wildcard total size (0.00 MB) is within cache limit (50.00 MB). Using full cache mode.
2026-07-26T04:17:31.273420 - [32m[INFO][0m [Impact Pack] Wildcards loading done.
2026-07-26T04:17:31.283387 - [32m[INFO][0m ### Loading: ComfyUI-Inspire-Pack (V1.23)
2026-07-26T04:17:31.340486 - jjk_util loding2026-07-26T04:17:31.340539 -
2026-07-26T04:17:31.619196 - [1m[33m[WARNING][0m KJNodes: PatchTritonVAE node could not be imported. PatchTritonVAE will be unavailable.
Traceback (most recent call last):
File "C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui-kjnodes\nodes\triton_vae.py", line 18, in <module>
import triton
ModuleNotFoundError: No module named 'triton'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui-kjnodes\__init__.py", line 364, in <module>
from .nodes.triton_vae import PatchTritonVAE
File "C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui-kjnodes\nodes\triton_vae.py", line 21, in <module>
raise ImportError("PatchTritonVAE requires triton (pip install triton, or triton-windows)") from e
ImportError: PatchTritonVAE requires triton (pip install triton, or triton-windows)
2026-07-26T04:17:31.636987 - [36;20m[C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ckpts path: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts[0m
2026-07-26T04:17:31.637785 - [36;20m[C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using symlinks: False[0m
2026-07-26T04:17:31.638519 - [36;20m[C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider'][0m
2026-07-26T04:17:31.658209 - C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py:26: UserWarning: DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly
warnings.warn("DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly")
2026-07-26T04:17:31.681260 - [1m[33m[WARNING][0m Traceback (most recent call last):
File "C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\nodes.py", line 2247, in load_custom_node
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "<frozen importlib._bootstrap_external>", line 1019, in exec_module
File "<frozen importlib._bootstrap_external>", line 1156, in get_code
File "<frozen importlib._bootstrap_external>", line 1214, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Evgen\\AppData\\Local\\Comfy-Desktop\\ComfyUI-Installs\\ComfyUI (1)\\ComfyUI\\custom_nodes\\Joy_caption_two\\__init__.py'
2026-07-26T04:17:31.681484 - [1m[33m[WARNING][0m Cannot import C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\Joy_caption_two module for custom nodes: [Errno 2] No such file or directory: 'C:\\Users\\Evgen\\AppData\\Local\\Comfy-Desktop\\ComfyUI-Installs\\ComfyUI (1)\\ComfyUI\\custom_nodes\\Joy_caption_two\\__init__.py'
2026-07-26T04:17:31.703402 -
2026-07-26T04:17:31.703470 - [92m[rgthree-comfy] Loaded 48 exciting nodes. 🎉[0m2026-07-26T04:17:31.703499 -
2026-07-26T04:17:31.703522 -
2026-07-26T04:17:31.703556 - [33m[rgthree-comfy] ComfyUI's new Node 2.0 rendering may be incompatible with some rgthree-comfy nodes and features, breaking some rendering as well as losing the ability to access a node's properties (a vital part of many nodes). It also appears to run MUCH more slowly spiking CPU usage and causing jankiness and unresponsiveness, especially with large workflows. Personally I am not planning to use the new Nodes 2.0 and, unfortunately, am not able to invest the time to investigate and overhaul rgthree-comfy where needed. If you have issues when Nodes 2.0 is enabled, I'd urge you to switch it off as well and join me in hoping ComfyUI is not planning to deprecate the existing, stable canvas rendering all together.
[0m2026-07-26T04:17:31.703582 -
2026-07-26T04:17:31.706405 - [32m[INFO][0m
Import times for custom nodes:
2026-07-26T04:17:31.706491 - [32m[INFO][0m 0.0 seconds: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\websocket_image_save.py
2026-07-26T04:17:31.706552 - [32m[INFO][0m 0.0 seconds (IMPORT FAILED): C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\Joy_caption_two
2026-07-26T04:17:31.706610 - [32m[INFO][0m 0.0 seconds: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui_ttp_toolset
2026-07-26T04:17:31.706659 - [32m[INFO][0m 0.0 seconds: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui-mxtoolkit
2026-07-26T04:17:31.706710 - [32m[INFO][0m 0.0 seconds: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui-inpaint-cropandstitch
2026-07-26T04:17:31.706758 - [32m[INFO][0m 0.0 seconds: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\cg-use-everywhere
2026-07-26T04:17:31.706810 - [32m[INFO][0m 0.0 seconds: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui_slk_joy_caption_two
2026-07-26T04:17:31.706854 - [32m[INFO][0m 0.0 seconds: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\ComfyUI-Jjk-Nodes
2026-07-26T04:17:31.706904 - [32m[INFO][0m 0.0 seconds: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\ComfyUI-GGUF
2026-07-26T04:17:31.706950 - [32m[INFO][0m 0.0 seconds: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui-custom-scripts
2026-07-26T04:17:31.706993 - [32m[INFO][0m 0.0 seconds: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui-image-saver
2026-07-26T04:17:31.707045 - [32m[INFO][0m 0.0 seconds: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\rgthree-comfy
2026-07-26T04:17:31.707088 - [32m[INFO][0m 0.0 seconds: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui_controlnet_aux
2026-07-26T04:17:31.707140 - [32m[INFO][0m 0.1 seconds: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui-inspire-pack
2026-07-26T04:17:31.707188 - [32m[INFO][0m 0.2 seconds: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui-impact-pack
2026-07-26T04:17:31.707236 - [32m[INFO][0m 0.3 seconds: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui-detail-daemon
2026-07-26T04:17:31.707279 - [32m[INFO][0m 0.3 seconds: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui-kjnodes
2026-07-26T04:17:31.707328 - [32m[INFO][0m 3.8 seconds: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui-easy-use
2026-07-26T04:17:31.707374 - [32m[INFO][0m
2026-07-26T04:17:31.709977 - [32m[INFO][0m Context impl SQLiteImpl.
2026-07-26T04:17:31.710066 - [32m[INFO][0m Will assume non-transactional DDL.
2026-07-26T04:17:31.915650 - [32m[INFO][0m Using RAM pressure cache.
2026-07-26T04:17:31.916324 - [32m[INFO][0m Starting server
2026-07-26T04:17:31.916742 - [32m[INFO][0m To see the GUI go to: http://127.0.0.1:8188
2026-07-26T04:17:33.400289 - [1m[33m[WARNING][0m [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-07-26T04:17:33.411815 - [1m[33m[WARNING][0m [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/clipspace.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-07-26T04:17:33.413223 - [1m[33m[WARNING][0m [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/widgetInputs.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-07-26T04:17:34.043283 - [1m[31m[ERROR][0m [Inspire Pack] IPAdapterPlus is not installed.
2026-07-26T04:17:34.084722 - [32m[INFO][0m [ComfyUI-Manager] The ComfyRegistry cache update is still in progress, so an outdated cache is being used.
2026-07-26T04:17:34.175159 - FETCH DATA from: C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\.venv\Lib\site-packages\comfyui_manager\custom-node-list.json2026-07-26T04:17:34.175208 - 2026-07-26T04:17:34.192502 - [DONE]2026-07-26T04:17:34.192556 -
2026-07-26T04:17:35.109420 - [1m[33m[WARNING][0m [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-07-26T04:17:40.159731 - [32m[INFO][0m got prompt
2026-07-26T04:17:40.179051 - C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\models\clip\siglip-so400m-patch14-3842026-07-26T04:17:40.179114 -
2026-07-26T04:17:40.188349 - [transformers] `torch_dtype` is deprecated! Use `dtype` instead!
2026-07-26T04:17:40.719043 -
Loading weights: 74%|███████▍ | 661/888 [00:00<00:00, 2197.38it/s]2026-07-26T04:17:40.818878 -
Loading weights: 100%|██████████| 888/888 [00:00<00:00, 2206.33it/s]2026-07-26T04:17:40.818952 -
2026-07-26T04:17:41.306991 - [1m[31m[ERROR][0m !!! Exception during processing !!!
2026-07-26T04:17:41.309143 - [1m[31m[ERROR][0m Traceback (most recent call last):
File "C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\execution.py", line 543, 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 "C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\execution.py", line 342, 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 "C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\execution.py", line 316, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\execution.py", line 304, in process_inputs
result = f(**inputs)
File "C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui_slk_joy_caption_two\joy_caption_two_node.py", line 268, in generate
self.loadModels()
~~~~~~~~~~~~~~~^^
File "C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui_slk_joy_caption_two\joy_caption_two_node.py", line 263, in loadModels
self.pipeline.loadModels()
~~~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui_slk_joy_caption_two\joy_caption_two_node.py", line 229, in loadModels
self.clip_model = JoyClipVisionModel(self.load_device, self.offload_device)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Evgen\AppData\Local\Comfy-Desktop\ComfyUI-Installs\ComfyUI (1)\ComfyUI\custom_nodes\comfyui_slk_joy_caption_two\joy_caption_two_node.py", line 51, in __init__
assert (BASE_MODEL_PATH / "clip_model.pt").exists()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
AssertionError
2026-07-26T04:17:41.312113 - [32m[INFO][0m [32mPrompt executed in 1.14 seconds[0m
```
## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
```
Workflow too large. Please manually upload the workflow from local file system.
```
## Additional Context
(Please add any additional context or steps to reproduce the error here)
I do not know what to do. I have a mistake at work.