Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ComfyUI Error Report
- ## Error Details
- - **Node ID:** 231
- - **Node Type:** PreviewImage
- - **Exception Type:** TypeError
- - **Exception Message:** 'CLIP' object is not subscriptable
- ## Stack Trace
- ```
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 515, 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\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 329, 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\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 303, in _async_map_node_over_list
- await process_inputs(input_dict, i)
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 291, in process_inputs
- result = f(**inputs)
- ^^^^^^^^^^^
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 1603, in save_images
- full_output_folder, filename, counter, subfolder, filename_prefix = folder_paths.get_save_image_path(filename_prefix, self.output_dir, images[0].shape[1], images[0].shape[0])
- ~~~~~~^^^
- ```
- ## System Information
- - **ComfyUI Version:** 0.4.0
- - **Arguments:** C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py --user-directory C:\Users\timsatyr\ComfyUI\user --input-directory C:\Users\timsatyr\ComfyUI\input --output-directory C:\Users\timsatyr\ComfyUI\output --front-end-root C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\web_custom_versions\desktop_app --base-directory C:\Users\timsatyr\ComfyUI --extra-model-paths-config C:\Users\timsatyr\AppData\Roaming\ComfyUI\extra_models_config.yaml --log-stdout --listen 127.0.0.1 --port 8000 --enable-manager
- - **OS:** win32
- - **Python Version:** 3.12.9 (main, Feb 12 2025, 14:52:31) [MSC v.1942 64 bit (AMD64)]
- - **Embedded Python:** false
- - **PyTorch Version:** 2.8.0+cu129
- ## Devices
- - **Name:** cuda:0 NVIDIA GeForce RTX 2070 : cudaMallocAsync
- - **Type:** cuda
- - **VRAM Total:** 8589606912
- - **VRAM Free:** 7491026944
- - **Torch VRAM Total:** 0
- - **Torch VRAM Free:** 0
- ## Logs
- ```
- 2025-12-13T11:00:29.956790 - ** Python executable:2025-12-13T11:00:29.956790 - 2025-12-13T11:00:29.956790 - C:\Users\timsatyr\ComfyUI\.venv\Scripts\python.exe2025-12-13T11:00:29.956790 -
- 2025-12-13T11:00:29.956790 - ** ComfyUI Path:2025-12-13T11:00:29.956790 - 2025-12-13T11:00:29.956790 - C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI2025-12-13T11:00:29.956790 -
- 2025-12-13T11:00:29.956790 - ** ComfyUI Base Folder Path:2025-12-13T11:00:29.956790 - 2025-12-13T11:00:29.956790 - C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI2025-12-13T11:00:29.956790 -
- 2025-12-13T11:00:29.956790 - ** User directory:2025-12-13T11:00:29.956790 - 2025-12-13T11:00:29.956790 - C:\Users\timsatyr\ComfyUI\user2025-12-13T11:00:29.956790 -
- 2025-12-13T11:00:29.956790 - ** ComfyUI-Manager config path:2025-12-13T11:00:29.956790 - 2025-12-13T11:00:29.956790 - C:\Users\timsatyr\ComfyUI\user\__manager\config.ini2025-12-13T11:00:29.956790 -
- 2025-12-13T11:00:29.956790 - ** Log path:2025-12-13T11:00:29.956790 - 2025-12-13T11:00:29.956790 - C:\Users\timsatyr\ComfyUI\user\comfyui.log2025-12-13T11:00:29.956790 -
- 2025-12-13T11:00:33.592897 - [ComfyUI-Manager] Skipped fixing the 'comfyui-frontend-package' dependency because the ComfyUI is outdated.
- 2025-12-13T11:00:33.593901 - [PRE] ComfyUI-Manager
- 2025-12-13T11:00:34.590854 - C:\Users\timsatyr\ComfyUI\.venv\Lib\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]
- 2025-12-13T11:00:37.754813 - Checkpoint files will always be loaded safely.
- 2025-12-13T11:00:37.934653 - Total VRAM 8192 MB, total RAM 32706 MB
- 2025-12-13T11:00:37.934653 - pytorch version: 2.8.0+cu129
- 2025-12-13T11:00:37.936666 - Set vram state to: NORMAL_VRAM
- 2025-12-13T11:00:37.936666 - Device: cuda:0 NVIDIA GeForce RTX 2070 : cudaMallocAsync
- 2025-12-13T11:00:37.964350 - Using async weight offloading with 2 streams
- 2025-12-13T11:00:37.964350 - Enabled pinned memory 14717.0
- 2025-12-13T11:00:42.038411 - Using pytorch attention
- 2025-12-13T11:00:48.542490 - Python version: 3.12.9 (main, Feb 12 2025, 14:52:31) [MSC v.1942 64 bit (AMD64)]
- 2025-12-13T11:00:48.542490 - ComfyUI version: 0.4.0
- 2025-12-13T11:00:48.659952 - [Prompt Server] web root: C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\web_custom_versions\desktop_app
- 2025-12-13T11:00:48.660961 - [START] ComfyUI-Manager
- 2025-12-13T11:00:49.308533 - [ComfyUI-Manager] network_mode: public
- 2025-12-13T11:00:49.374851 - [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\timsatyr\ComfyUI\.venv\Scripts\python.exe -m pip install matrix-nio
- 2025-12-13T11:00:51.443198 - Total VRAM 8192 MB, total RAM 32706 MB
- 2025-12-13T11:00:51.443198 - pytorch version: 2.8.0+cu129
- 2025-12-13T11:00:51.445309 - Set vram state to: NORMAL_VRAM
- 2025-12-13T11:00:51.445309 - Device: cuda:0 NVIDIA GeForce RTX 2070 : cudaMallocAsync
- 2025-12-13T11:00:51.475072 - Using async weight offloading with 2 streams
- 2025-12-13T11:00:51.475072 - Enabled pinned memory 14717.0
- 2025-12-13T11:00:53.288114 - [Crystools [0;32mINFO[0m] Crystools version: 1.27.4
- 2025-12-13T11:00:53.375556 - [Crystools [0;32mINFO[0m] Platform release: 11
- 2025-12-13T11:00:53.375556 - [Crystools [0;32mINFO[0m] JETSON: Not detected.
- 2025-12-13T11:00:53.379258 - [Crystools [0;32mINFO[0m] CPU: AMD Ryzen 7 2700 Eight-Core Processor - Arch: AMD64 - OS: Windows 11
- 2025-12-13T11:00:53.393768 - [Crystools [0;32mINFO[0m] pynvml (NVIDIA) initialized.
- 2025-12-13T11:00:53.393768 - [Crystools [0;32mINFO[0m] GPU/s:
- 2025-12-13T11:00:53.407682 - [Crystools [0;32mINFO[0m] 0) NVIDIA GeForce RTX 2070
- 2025-12-13T11:00:53.407682 - [Crystools [0;32mINFO[0m] NVIDIA Driver: 581.57
- 2025-12-13T11:00:53.605465 - FETCH ComfyRegistry Data: 5/112
- 2025-12-13T11:00:57.783984 - FETCH ComfyRegistry Data: 10/112
- 2025-12-13T11:01:01.546604 - FETCH ComfyRegistry Data: 15/112
- 2025-12-13T11:01:03.615642 - [ComfyUI-Easy-Use] server: 2025-12-13T11:01:03.615642 - v1.3.4 2025-12-13T11:01:03.615642 - Loaded2025-12-13T11:01:03.615642 -
- 2025-12-13T11:01:03.615642 - [ComfyUI-Easy-Use] web root: 2025-12-13T11:01:03.615642 - C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-easy-use\web_version/v2 2025-12-13T11:01:03.615642 - Loaded2025-12-13T11:01:03.615642 -
- 2025-12-13T11:01:04.497376 - ComfyUI-GGUF: Allowing full torch compile
- 2025-12-13T11:01:04.515703 - Traceback (most recent call last):
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 999, in exec_module
- File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
- File "C:\Users\timsatyr\ComfyUI\custom_nodes\ComfyUI-GGUF-FantasyTalking\__init__.py", line 7, in <module>
- from .nodes import NODE_CLASS_MAPPINGS
- File "C:\Users\timsatyr\ComfyUI\custom_nodes\ComfyUI-GGUF-FantasyTalking\nodes.py", line 608
- """
- ^^^^
- SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 149-150: truncated \UXXXXXXXX escape
- 2025-12-13T11:01:04.515703 - Cannot import C:\Users\timsatyr\ComfyUI\custom_nodes\ComfyUI-GGUF-FantasyTalking module for custom nodes: (unicode error) 'unicodeescape' codec can't decode bytes in position 149-150: truncated \UXXXXXXXX escape (nodes.py, line 608)
- 2025-12-13T11:01:04.554978 - ### Loading: ComfyUI-Impact-Pack (V8.28)
- 2025-12-13T11:01:05.085953 - [Impact Pack] Wildcard total size (0.00 MB) is within cache limit (50.00 MB). Using full cache mode.
- 2025-12-13T11:01:05.090631 - [Impact Pack] Wildcards loading done.
- 2025-12-13T11:01:05.105050 - ### Loading: ComfyUI-Impact-Subpack (V1.3.5)
- 2025-12-13T11:01:05.112257 - [Impact Pack/Subpack] Using folder_paths to determine whitelist path: C:\Users\timsatyr\ComfyUI\user\default\ComfyUI-Impact-Subpack\model-whitelist.txt
- 2025-12-13T11:01:05.113258 - [Impact Pack/Subpack] Ensured whitelist directory exists: C:\Users\timsatyr\ComfyUI\user\default\ComfyUI-Impact-Subpack
- 2025-12-13T11:01:05.113258 - [Impact Pack/Subpack] Loaded 0 model(s) from whitelist: C:\Users\timsatyr\ComfyUI\user\default\ComfyUI-Impact-Subpack\model-whitelist.txt
- 2025-12-13T11:01:05.238716 - FETCH ComfyRegistry Data: 20/112
- 2025-12-13T11:01:05.358684 - [Impact Subpack] ultralytics_bbox: C:\Users\timsatyr\ComfyUI\models\ultralytics\bbox
- 2025-12-13T11:01:05.358684 - [Impact Subpack] ultralytics_segm: C:\Users\timsatyr\ComfyUI\models\ultralytics\segm
- 2025-12-13T11:01:05.358684 - [Impact Subpack] ultralytics_bbox: C:\Users\timsatyr\ComfyUI\models\ultralytics\bbox
- 2025-12-13T11:01:05.358684 - [Impact Subpack] ultralytics_segm: C:\Users\timsatyr\ComfyUI\models\ultralytics\segm
- 2025-12-13T11:01:05.445983 - Failed to auto update `Quality of Life Suit` 2025-12-13T11:01:05.445983 -
- 2025-12-13T11:01:05.450063 - QualityOfLifeSuit_Omar92_DIR:2025-12-13T11:01:05.450063 - C:\Users\timsatyr\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar922025-12-13T11:01:05.450063 -
- 2025-12-13T11:01:05.472756 - Traceback (most recent call last):
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 999, in exec_module
- File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
- File "C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-reactor\__init__.py", line 23, in <module>
- from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
- File "C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-reactor\nodes.py", line 17, in <module>
- from insightface.app.common import Face
- ModuleNotFoundError: No module named 'insightface'
- 2025-12-13T11:01:05.473766 - Cannot import C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-reactor module for custom nodes: No module named 'insightface'
- 2025-12-13T11:01:05.962381 - ------------------------------------------2025-12-13T11:01:05.962381 -
- 2025-12-13T11:01:05.962381 - Comfyroll Studio v1.76 : 2025-12-13T11:01:05.962381 - 175 Nodes Loaded2025-12-13T11:01:05.963391 -
- 2025-12-13T11:01:05.963391 - ------------------------------------------2025-12-13T11:01:05.963391 -
- 2025-12-13T11:01:05.963391 - ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md2025-12-13T11:01:05.963391 -
- 2025-12-13T11:01:05.963391 - ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki2025-12-13T11:01:05.963391 -
- 2025-12-13T11:01:05.963391 - ------------------------------------------2025-12-13T11:01:05.963391 -
- 2025-12-13T11:01:05.992471 - [C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ckpts path: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts2025-12-13T11:01:05.993774 -
- 2025-12-13T11:01:05.995790 - [C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using symlinks: False2025-12-13T11:01:05.996791 -
- 2025-12-13T11:01:05.998306 - [C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']2025-12-13T11:01:06.000323 -
- 2025-12-13T11:01:06.380660 -
- 2025-12-13T11:01:06.380660 - [rgthree-comfy] Loaded 48 exciting nodes. 🎉2025-12-13T11:01:06.380660 -
- 2025-12-13T11:01:06.380660 -
- 2025-12-13T11:01:06.380660 - [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.
- 2025-12-13T11:01:06.381669 -
- 2025-12-13T11:01:08.581786 - WAS Node Suite: 2025-12-13T11:01:08.581786 - OpenCV Python FFMPEG support is enabled2025-12-13T11:01:08.581786 -
- 2025-12-13T11:01:08.581786 - WAS Node Suite 2025-12-13T11:01:08.581786 - Warning: 2025-12-13T11:01:08.581786 - `ffmpeg_bin_path` is not set in `C:\Users\timsatyr\ComfyUI\custom_nodes\was-ns\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.2025-12-13T11:01:08.581786 -
- 2025-12-13T11:01:08.946196 - FETCH ComfyRegistry Data: 25/112
- 2025-12-13T11:01:10.243112 - WAS Node Suite: 2025-12-13T11:01:10.243112 - Finished.2025-12-13T11:01:10.243112 - 2025-12-13T11:01:10.243112 - Loaded2025-12-13T11:01:10.243112 - 2025-12-13T11:01:10.243112 - 2202025-12-13T11:01:10.243112 - 2025-12-13T11:01:10.244121 - nodes successfully.2025-12-13T11:01:10.244121 -
- 2025-12-13T11:01:10.244121 -
- 2025-12-13T11:01:10.244121 - "Believe you deserve it and the universe will serve it."2025-12-13T11:01:10.244121 - - Unknown2025-12-13T11:01:10.244121 -
- 2025-12-13T11:01:10.244121 -
- 2025-12-13T11:01:10.273148 - Blocked by policy: C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\custom_nodes\ComfyUI-Manager
- 2025-12-13T11:01:10.276173 -
- Import times for custom nodes:
- 2025-12-13T11:01:10.277185 - 0.0 seconds: C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\custom_nodes\websocket_image_save.py
- 2025-12-13T11:01:10.277185 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-mxtoolkit
- 2025-12-13T11:01:10.277185 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\wlsh_nodes
- 2025-12-13T11:01:10.277185 - 0.0 seconds (IMPORT FAILED): C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-reactor
- 2025-12-13T11:01:10.277185 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-inpaint-cropandstitch
- 2025-12-13T11:01:10.277185 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\cg-use-everywhere
- 2025-12-13T11:01:10.277185 - 0.0 seconds (IMPORT FAILED): C:\Users\timsatyr\ComfyUI\custom_nodes\ComfyUI-GGUF-FantasyTalking
- 2025-12-13T11:01:10.277185 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\ComfyUI-GGUF
- 2025-12-13T11:01:10.277185 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui_ipadapter_plus
- 2025-12-13T11:01:10.277185 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92
- 2025-12-13T11:01:10.278212 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui_essentials
- 2025-12-13T11:01:10.278212 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-image-saver
- 2025-12-13T11:01:10.278212 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-custom-scripts
- 2025-12-13T11:01:10.278212 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-frame-interpolation
- 2025-12-13T11:01:10.278212 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\cg-image-filter
- 2025-12-13T11:01:10.278212 - 0.1 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-kjnodes
- 2025-12-13T11:01:10.278212 - 0.1 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-advanced-controlnet
- 2025-12-13T11:01:10.278212 - 0.1 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\rgthree-comfy
- 2025-12-13T11:01:10.278212 - 0.1 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
- 2025-12-13T11:01:10.278212 - 0.1 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\facerestore_cf
- 2025-12-13T11:01:10.278212 - 0.1 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui_controlnet_aux
- 2025-12-13T11:01:10.279218 - 0.1 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-vslinx-nodes
- 2025-12-13T11:01:10.279218 - 0.3 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-videohelpersuite
- 2025-12-13T11:01:10.279218 - 0.3 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-impact-subpack
- 2025-12-13T11:01:10.279218 - 0.6 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-impact-pack
- 2025-12-13T11:01:10.279218 - 0.8 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\ComfyUI-Crystools
- 2025-12-13T11:01:10.279218 - 0.8 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-florence2
- 2025-12-13T11:01:10.279218 - 3.9 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\was-ns
- 2025-12-13T11:01:10.279218 - 10.2 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-easy-use
- 2025-12-13T11:01:10.279218 -
- 2025-12-13T11:01:11.039020 - Failed to initialize database. Please ensure you have installed the latest requirements. If the error persists, please report this as in future the database will be required: (sqlite3.OperationalError) unable to open database file
- (Background on this error at: https://sqlalche.me/e/20/e3q8)
- 2025-12-13T11:01:11.538604 - Starting server
- 2025-12-13T11:01:11.539614 - To see the GUI go to: http://127.0.0.1:8000
- 2025-12-13T11:01:13.190326 - FETCH ComfyRegistry Data: 30/112
- 2025-12-13T11:01:14.926056 - QualityOfLifeSuit_Omar92:2025-12-13T11:01:14.926056 - :NSP ready2025-12-13T11:01:14.926056 -
- 2025-12-13T11:01:16.940740 - FETCH ComfyRegistry Data: 35/112
- 2025-12-13T11:01:20.652587 - FETCH ComfyRegistry Data: 40/112
- 2025-12-13T11:01:20.695235 - [ComfyUI-Manager] The ComfyRegistry cache update is still in progress, so an outdated cache is being used.
- 2025-12-13T11:01:20.846658 - FETCH DATA from: C:\Users\timsatyr\ComfyUI\.venv\Lib\site-packages\comfyui_manager\custom-node-list.json2025-12-13T11:01:20.874124 - [DONE]2025-12-13T11:01:20.874124 -
- 2025-12-13T11:01:24.702784 - FETCH ComfyRegistry Data: 45/112
- 2025-12-13T11:01:28.399654 - FETCH ComfyRegistry Data: 50/112
- 2025-12-13T11:01:32.125889 - FETCH ComfyRegistry Data: 55/112
- 2025-12-13T11:01:35.827596 - FETCH ComfyRegistry Data: 60/112
- 2025-12-13T11:01:39.541299 - FETCH ComfyRegistry Data: 65/112
- 2025-12-13T11:01:43.245000 - FETCH ComfyRegistry Data: 70/112
- 2025-12-13T11:01:46.952996 - FETCH ComfyRegistry Data: 75/112
- 2025-12-13T11:01:50.715554 - FETCH ComfyRegistry Data: 80/112
- 2025-12-13T11:01:54.461893 - FETCH ComfyRegistry Data: 85/112
- 2025-12-13T11:01:58.155171 - FETCH ComfyRegistry Data: 90/112
- 2025-12-13T11:02:01.923657 - FETCH ComfyRegistry Data: 95/112
- 2025-12-13T11:02:05.679982 - FETCH ComfyRegistry Data: 100/112
- 2025-12-13T11:02:09.763671 - FETCH ComfyRegistry Data: 105/112
- 2025-12-13T11:02:13.500381 - FETCH ComfyRegistry Data: 110/112
- 2025-12-13T11:02:15.472599 - FETCH ComfyRegistry Data [DONE]
- 2025-12-13T11:02:15.774206 - [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
- 2025-12-13T11:02:15.871000 - FETCH DATA from: C:\Users\timsatyr\ComfyUI\user\__manager\cache\1514988643_custom-node-list.json2025-12-13T11:02:15.902092 - [DONE]2025-12-13T11:02:15.903114 -
- 2025-12-13T11:02:15.968018 - [ComfyUI-Manager] All startup tasks have been completed.
- 2025-12-13T11:03:26.970296 - got prompt
- 2025-12-13T11:03:26.997445 - Failed to validate prompt for output 274:
- 2025-12-13T11:03:26.997445 - * CheckpointLoader|pysssss 586:
- 2025-12-13T11:03:26.997445 - - Value not in list: ckpt_name: 'Illustrious\catCitronAnimeTreasure_illustriousV4.safetensors' not in ['JANKUV4NSFWTrainedNoobaiEPS_v40.safetensors', 'autismmixSDXL_autismmixPony.safetensors', 'illustrij_v18.safetensors', 'pornyIllustriousBy_v30DMD2.safetensors', 'waiNSFWIllustrious_v150.safetensors']
- 2025-12-13T11:03:26.997445 - Output will be ignored
- 2025-12-13T11:03:26.997445 - Failed to validate prompt for output 29:
- 2025-12-13T11:03:26.997445 - Output will be ignored
- 2025-12-13T11:03:26.997445 - Failed to validate prompt for output 532:
- 2025-12-13T11:03:27.004644 - Output will be ignored
- 2025-12-13T11:03:27.004644 - Failed to validate prompt for output 407:
- 2025-12-13T11:03:27.004644 - * vsLinx_BypassOnBool 909:
- 2025-12-13T11:03:27.004644 - - Required input is missing: any
- 2025-12-13T11:03:27.004644 - Output will be ignored
- 2025-12-13T11:03:27.004644 - Failed to validate prompt for output 259:
- 2025-12-13T11:03:27.004644 - Output will be ignored
- 2025-12-13T11:03:27.084166 - WARNING: [Errno 2] No such file or directory: 'C:\\Users\\timsatyr\\ComfyUI\\input\\example.png'
- 2025-12-13T11:03:27.750299 - model weight dtype torch.float16, manual cast: None
- 2025-12-13T11:03:27.752374 - model_type EPS
- 2025-12-13T11:03:31.080627 - Using pytorch attention in VAE
- 2025-12-13T11:03:31.082636 - Using pytorch attention in VAE
- 2025-12-13T11:03:31.318736 - VAE load device: cuda:0, offload device: cpu, dtype: torch.float32
- 2025-12-13T11:03:33.022909 - Requested to load SDXLClipModel
- 2025-12-13T11:03:33.070056 - loaded completely; 95367431640625005117571072.00 MB usable, 1560.80 MB loaded, full load: True
- 2025-12-13T11:03:33.078174 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cuda:0, dtype: torch.float16
- 2025-12-13T11:03:39.657042 - !!! Exception during processing !!! 'CLIP' object is not subscriptable
- 2025-12-13T11:03:39.660899 - Traceback (most recent call last):
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 515, 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\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 329, 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\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 303, in _async_map_node_over_list
- await process_inputs(input_dict, i)
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 291, in process_inputs
- result = f(**inputs)
- ^^^^^^^^^^^
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 1603, in save_images
- full_output_folder, filename, counter, subfolder, filename_prefix = folder_paths.get_save_image_path(filename_prefix, self.output_dir, images[0].shape[1], images[0].shape[0])
- ~~~~~~^^^
- TypeError: 'CLIP' object is not subscriptable
- 2025-12-13T11:03:39.663735 - Prompt executed in 12.62 seconds
- 2025-12-13T11:06:15.939559 - got prompt
- 2025-12-13T11:06:15.952979 - Failed to validate prompt for output 407:
- 2025-12-13T11:06:15.952979 - * vsLinx_BypassOnBool 909:
- 2025-12-13T11:06:15.952979 - - Required input is missing: any
- 2025-12-13T11:06:15.952979 - Output will be ignored
- 2025-12-13T11:06:16.043634 - WARNING: [Errno 2] No such file or directory: 'C:\\Users\\timsatyr\\ComfyUI\\input\\example.png'
- 2025-12-13T11:06:16.126148 - !!! Exception during processing !!! 'CLIP' object is not subscriptable
- 2025-12-13T11:06:16.127151 - Traceback (most recent call last):
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 515, 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\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 329, 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\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 303, in _async_map_node_over_list
- await process_inputs(input_dict, i)
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 291, in process_inputs
- result = f(**inputs)
- ^^^^^^^^^^^
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 1603, in save_images
- full_output_folder, filename, counter, subfolder, filename_prefix = folder_paths.get_save_image_path(filename_prefix, self.output_dir, images[0].shape[1], images[0].shape[0])
- ~~~~~~^^^
- TypeError: 'CLIP' object is not subscriptable
- 2025-12-13T11:06:16.131637 - Prompt executed in 0.13 seconds
- 2025-12-13T11:08:47.165123 - got prompt
- 2025-12-13T11:08:47.174331 - Failed to validate prompt for output 407:
- 2025-12-13T11:08:47.174331 - * vsLinx_BypassOnBool 909:
- 2025-12-13T11:08:47.174331 - - Required input is missing: any
- 2025-12-13T11:08:47.174331 - Output will be ignored
- 2025-12-13T11:08:47.265941 - WARNING: [Errno 2] No such file or directory: 'C:\\Users\\timsatyr\\ComfyUI\\input\\example.png'
- 2025-12-13T11:08:47.349984 - !!! Exception during processing !!! 'CLIP' object is not subscriptable
- 2025-12-13T11:08:47.350989 - Traceback (most recent call last):
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 515, 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\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 329, 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\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 303, in _async_map_node_over_list
- await process_inputs(input_dict, i)
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 291, in process_inputs
- result = f(**inputs)
- ^^^^^^^^^^^
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 1603, in save_images
- full_output_folder, filename, counter, subfolder, filename_prefix = folder_paths.get_save_image_path(filename_prefix, self.output_dir, images[0].shape[1], images[0].shape[0])
- ~~~~~~^^^
- TypeError: 'CLIP' object is not subscriptable
- 2025-12-13T11:08:47.354702 - Prompt executed in 0.14 seconds
- 2025-12-13T11:15:05.393003 - got prompt
- 2025-12-13T11:15:05.408372 - Failed to validate prompt for output 407:
- 2025-12-13T11:15:05.408372 - * vsLinx_BypassOnBool 909:
- 2025-12-13T11:15:05.409412 - - Required input is missing: any
- 2025-12-13T11:15:05.409412 - Output will be ignored
- 2025-12-13T11:15:05.502659 - WARNING: [Errno 2] No such file or directory: 'C:\\Users\\timsatyr\\ComfyUI\\input\\example.png'
- 2025-12-13T11:15:05.592234 - !!! Exception during processing !!! 'CLIP' object is not subscriptable
- 2025-12-13T11:15:05.593240 - Traceback (most recent call last):
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 515, 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\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 329, 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\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 303, in _async_map_node_over_list
- await process_inputs(input_dict, i)
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 291, in process_inputs
- result = f(**inputs)
- ^^^^^^^^^^^
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 1603, in save_images
- full_output_folder, filename, counter, subfolder, filename_prefix = folder_paths.get_save_image_path(filename_prefix, self.output_dir, images[0].shape[1], images[0].shape[0])
- ~~~~~~^^^
- TypeError: 'CLIP' object is not subscriptable
- 2025-12-13T11:15:05.597820 - Prompt executed in 0.14 seconds
- 2025-12-13T11:16:53.343336 - got prompt
- 2025-12-13T11:16:53.360097 - Failed to validate prompt for output 407:
- 2025-12-13T11:16:53.360097 - * vsLinx_BypassOnBool 909:
- 2025-12-13T11:16:53.360097 - - Required input is missing: any
- 2025-12-13T11:16:53.360097 - Output will be ignored
- 2025-12-13T11:16:53.440939 - WARNING: [Errno 2] No such file or directory: 'C:\\Users\\timsatyr\\ComfyUI\\input\\example.png'
- 2025-12-13T11:16:53.556898 - !!! Exception during processing !!! 'CLIP' object is not subscriptable
- 2025-12-13T11:16:53.557902 - Traceback (most recent call last):
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 515, 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\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 329, 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\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 303, in _async_map_node_over_list
- await process_inputs(input_dict, i)
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 291, in process_inputs
- result = f(**inputs)
- ^^^^^^^^^^^
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 1603, in save_images
- full_output_folder, filename, counter, subfolder, filename_prefix = folder_paths.get_save_image_path(filename_prefix, self.output_dir, images[0].shape[1], images[0].shape[0])
- ~~~~~~^^^
- TypeError: 'CLIP' object is not subscriptable
- 2025-12-13T11:16:53.563032 - Prompt executed in 0.17 seconds
- 2025-12-13T11:17:56.020900 - got prompt
- 2025-12-13T11:17:56.037132 - Failed to validate prompt for output 407:
- 2025-12-13T11:17:56.037132 - * (prompt):
- 2025-12-13T11:17:56.038137 - - Required input is missing: images
- 2025-12-13T11:17:56.038137 - * PreviewImage 407:
- 2025-12-13T11:17:56.038137 - - Required input is missing: images
- 2025-12-13T11:17:56.038137 - Output will be ignored
- 2025-12-13T11:17:56.117403 - WARNING: [Errno 2] No such file or directory: 'C:\\Users\\timsatyr\\ComfyUI\\input\\example.png'
- 2025-12-13T11:17:56.208772 - !!! Exception during processing !!! 'CLIP' object is not subscriptable
- 2025-12-13T11:17:56.209776 - Traceback (most recent call last):
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 515, 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\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 329, 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\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 303, in _async_map_node_over_list
- await process_inputs(input_dict, i)
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 291, in process_inputs
- result = f(**inputs)
- ^^^^^^^^^^^
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 1603, in save_images
- full_output_folder, filename, counter, subfolder, filename_prefix = folder_paths.get_save_image_path(filename_prefix, self.output_dir, images[0].shape[1], images[0].shape[0])
- ~~~~~~^^^
- TypeError: 'CLIP' object is not subscriptable
- 2025-12-13T11:17:56.214402 - Prompt executed in 0.14 seconds
- 2025-12-13T11:18:30.909381 - got prompt
- 2025-12-13T11:18:30.943981 - Failed to validate prompt for output 407:
- 2025-12-13T11:18:30.943981 - * vsLinx_BypassOnBool 909:
- 2025-12-13T11:18:30.943981 - - Required input is missing: any
- 2025-12-13T11:18:30.943981 - Output will be ignored
- 2025-12-13T11:18:31.024338 - WARNING: [Errno 2] No such file or directory: 'C:\\Users\\timsatyr\\ComfyUI\\input\\example.png'
- 2025-12-13T11:18:31.107840 - !!! Exception during processing !!! 'CLIP' object is not subscriptable
- 2025-12-13T11:18:31.109849 - Traceback (most recent call last):
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 515, 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\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 329, 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\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 303, in _async_map_node_over_list
- await process_inputs(input_dict, i)
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 291, in process_inputs
- result = f(**inputs)
- ^^^^^^^^^^^
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 1603, in save_images
- full_output_folder, filename, counter, subfolder, filename_prefix = folder_paths.get_save_image_path(filename_prefix, self.output_dir, images[0].shape[1], images[0].shape[0])
- ~~~~~~^^^
- TypeError: 'CLIP' object is not subscriptable
- 2025-12-13T11:18:31.114091 - Prompt executed in 0.13 seconds
- 2025-12-13T11:20:40.878643 - got prompt
- 2025-12-13T11:20:40.907474 - Failed to validate prompt for output 407:
- 2025-12-13T11:20:40.907474 - * vsLinx_BypassOnBool 909:
- 2025-12-13T11:20:40.907474 - - Required input is missing: any
- 2025-12-13T11:20:40.907474 - Output will be ignored
- 2025-12-13T11:20:40.991474 - WARNING: [Errno 2] No such file or directory: 'C:\\Users\\timsatyr\\ComfyUI\\input\\example.png'
- 2025-12-13T11:20:42.832946 - model weight dtype torch.float16, manual cast: None
- 2025-12-13T11:20:42.833950 - model_type EPS
- 2025-12-13T11:21:05.467449 - Using pytorch attention in VAE
- 2025-12-13T11:21:05.467449 - Using pytorch attention in VAE
- 2025-12-13T11:21:06.216697 - VAE load device: cuda:0, offload device: cpu, dtype: torch.float32
- 2025-12-13T11:21:11.563399 - Requested to load SDXLClipModel
- 2025-12-13T11:21:11.612550 - loaded completely; 95367431640625005117571072.00 MB usable, 1560.80 MB loaded, full load: True
- 2025-12-13T11:21:11.621077 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cuda:0, dtype: torch.float16
- 2025-12-13T11:21:15.872188 - !!! Exception during processing !!! 'CLIP' object is not subscriptable
- 2025-12-13T11:21:15.875762 - Traceback (most recent call last):
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 515, 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\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 329, 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\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 303, in _async_map_node_over_list
- await process_inputs(input_dict, i)
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 291, in process_inputs
- result = f(**inputs)
- ^^^^^^^^^^^
- File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 1603, in save_images
- full_output_folder, filename, counter, subfolder, filename_prefix = folder_paths.get_save_image_path(filename_prefix, self.output_dir, images[0].shape[1], images[0].shape[0])
- ~~~~~~^^^
- TypeError: 'CLIP' object is not subscriptable
- 2025-12-13T11:21:15.880008 - Prompt executed in 34.93 seconds
- ```
- ## 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)
Add Comment
Please, Sign In to add comment