rtsmt

Untitled

Dec 13th, 2025
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.94 KB | None | 0 0
  1.  
  2. # ComfyUI Error Report
  3. ## Error Details
  4. - **Node ID:** 231
  5. - **Node Type:** PreviewImage
  6. - **Exception Type:** TypeError
  7. - **Exception Message:** 'CLIP' object is not subscriptable
  8.  
  9. ## Stack Trace
  10. ```
  11. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 515, in execute
  12. 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)
  13. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14.  
  15. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 329, in get_output_data
  16. 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)
  17. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  18.  
  19. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 303, in _async_map_node_over_list
  20. await process_inputs(input_dict, i)
  21.  
  22. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 291, in process_inputs
  23. result = f(**inputs)
  24. ^^^^^^^^^^^
  25.  
  26. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 1603, in save_images
  27. 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])
  28. ~~~~~~^^^
  29.  
  30. ```
  31. ## System Information
  32. - **ComfyUI Version:** 0.4.0
  33. - **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
  34. - **OS:** win32
  35. - **Python Version:** 3.12.9 (main, Feb 12 2025, 14:52:31) [MSC v.1942 64 bit (AMD64)]
  36. - **Embedded Python:** false
  37. - **PyTorch Version:** 2.8.0+cu129
  38. ## Devices
  39.  
  40. - **Name:** cuda:0 NVIDIA GeForce RTX 2070 : cudaMallocAsync
  41. - **Type:** cuda
  42. - **VRAM Total:** 8589606912
  43. - **VRAM Free:** 7491026944
  44. - **Torch VRAM Total:** 0
  45. - **Torch VRAM Free:** 0
  46.  
  47. ## Logs
  48. ```
  49. 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 -
  50. 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 -
  51. 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 -
  52. 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 -
  53. 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 -
  54. 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 -
  55. 2025-12-13T11:00:33.592897 - [ComfyUI-Manager] Skipped fixing the 'comfyui-frontend-package' dependency because the ComfyUI is outdated.
  56. 2025-12-13T11:00:33.593901 - [PRE] ComfyUI-Manager
  57. 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.
  58. import pynvml # type: ignore[import]
  59. 2025-12-13T11:00:37.754813 - Checkpoint files will always be loaded safely.
  60. 2025-12-13T11:00:37.934653 - Total VRAM 8192 MB, total RAM 32706 MB
  61. 2025-12-13T11:00:37.934653 - pytorch version: 2.8.0+cu129
  62. 2025-12-13T11:00:37.936666 - Set vram state to: NORMAL_VRAM
  63. 2025-12-13T11:00:37.936666 - Device: cuda:0 NVIDIA GeForce RTX 2070 : cudaMallocAsync
  64. 2025-12-13T11:00:37.964350 - Using async weight offloading with 2 streams
  65. 2025-12-13T11:00:37.964350 - Enabled pinned memory 14717.0
  66. 2025-12-13T11:00:42.038411 - Using pytorch attention
  67. 2025-12-13T11:00:48.542490 - Python version: 3.12.9 (main, Feb 12 2025, 14:52:31) [MSC v.1942 64 bit (AMD64)]
  68. 2025-12-13T11:00:48.542490 - ComfyUI version: 0.4.0
  69. 2025-12-13T11:00:48.659952 - [Prompt Server] web root: C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\web_custom_versions\desktop_app
  70. 2025-12-13T11:00:48.660961 - [START] ComfyUI-Manager
  71. 2025-12-13T11:00:49.308533 - [ComfyUI-Manager] network_mode: public
  72. 2025-12-13T11:00:49.374851 - [ComfyUI-Manager] The matrix sharing feature has been disabled because the `matrix-nio` dependency is not installed.
  73. To use this feature, please run the following command:
  74. C:\Users\timsatyr\ComfyUI\.venv\Scripts\python.exe -m pip install matrix-nio
  75.  
  76. 2025-12-13T11:00:51.443198 - Total VRAM 8192 MB, total RAM 32706 MB
  77. 2025-12-13T11:00:51.443198 - pytorch version: 2.8.0+cu129
  78. 2025-12-13T11:00:51.445309 - Set vram state to: NORMAL_VRAM
  79. 2025-12-13T11:00:51.445309 - Device: cuda:0 NVIDIA GeForce RTX 2070 : cudaMallocAsync
  80. 2025-12-13T11:00:51.475072 - Using async weight offloading with 2 streams
  81. 2025-12-13T11:00:51.475072 - Enabled pinned memory 14717.0
  82. 2025-12-13T11:00:53.288114 - [Crystools INFO] Crystools version: 1.27.4
  83. 2025-12-13T11:00:53.375556 - [Crystools INFO] Platform release: 11
  84. 2025-12-13T11:00:53.375556 - [Crystools INFO] JETSON: Not detected.
  85. 2025-12-13T11:00:53.379258 - [Crystools INFO] CPU: AMD Ryzen 7 2700 Eight-Core Processor - Arch: AMD64 - OS: Windows 11
  86. 2025-12-13T11:00:53.393768 - [Crystools INFO] pynvml (NVIDIA) initialized.
  87. 2025-12-13T11:00:53.393768 - [Crystools INFO] GPU/s:
  88. 2025-12-13T11:00:53.407682 - [Crystools INFO] 0) NVIDIA GeForce RTX 2070
  89. 2025-12-13T11:00:53.407682 - [Crystools INFO] NVIDIA Driver: 581.57
  90. 2025-12-13T11:00:53.605465 - FETCH ComfyRegistry Data: 5/112
  91. 2025-12-13T11:00:57.783984 - FETCH ComfyRegistry Data: 10/112
  92. 2025-12-13T11:01:01.546604 - FETCH ComfyRegistry Data: 15/112
  93. 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 -
  94. 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 -
  95. 2025-12-13T11:01:04.497376 - ComfyUI-GGUF: Allowing full torch compile
  96. 2025-12-13T11:01:04.515703 - Traceback (most recent call last):
  97. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node
  98. module_spec.loader.exec_module(module)
  99. File "<frozen importlib._bootstrap_external>", line 999, in exec_module
  100. File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  101. File "C:\Users\timsatyr\ComfyUI\custom_nodes\ComfyUI-GGUF-FantasyTalking\__init__.py", line 7, in <module>
  102. from .nodes import NODE_CLASS_MAPPINGS
  103. File "C:\Users\timsatyr\ComfyUI\custom_nodes\ComfyUI-GGUF-FantasyTalking\nodes.py", line 608
  104. """
  105. ^^^^
  106. SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 149-150: truncated \UXXXXXXXX escape
  107.  
  108. 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)
  109. 2025-12-13T11:01:04.554978 - ### Loading: ComfyUI-Impact-Pack (V8.28)
  110. 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.
  111. 2025-12-13T11:01:05.090631 - [Impact Pack] Wildcards loading done.
  112. 2025-12-13T11:01:05.105050 - ### Loading: ComfyUI-Impact-Subpack (V1.3.5)
  113. 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
  114. 2025-12-13T11:01:05.113258 - [Impact Pack/Subpack] Ensured whitelist directory exists: C:\Users\timsatyr\ComfyUI\user\default\ComfyUI-Impact-Subpack
  115. 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
  116. 2025-12-13T11:01:05.238716 - FETCH ComfyRegistry Data: 20/112
  117. 2025-12-13T11:01:05.358684 - [Impact Subpack] ultralytics_bbox: C:\Users\timsatyr\ComfyUI\models\ultralytics\bbox
  118. 2025-12-13T11:01:05.358684 - [Impact Subpack] ultralytics_segm: C:\Users\timsatyr\ComfyUI\models\ultralytics\segm
  119. 2025-12-13T11:01:05.358684 - [Impact Subpack] ultralytics_bbox: C:\Users\timsatyr\ComfyUI\models\ultralytics\bbox
  120. 2025-12-13T11:01:05.358684 - [Impact Subpack] ultralytics_segm: C:\Users\timsatyr\ComfyUI\models\ultralytics\segm
  121. 2025-12-13T11:01:05.445983 - Failed to auto update `Quality of Life Suit` 2025-12-13T11:01:05.445983 -
  122. 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 -
  123. 2025-12-13T11:01:05.472756 - Traceback (most recent call last):
  124. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node
  125. module_spec.loader.exec_module(module)
  126. File "<frozen importlib._bootstrap_external>", line 999, in exec_module
  127. File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  128. File "C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-reactor\__init__.py", line 23, in <module>
  129. from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  130. File "C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-reactor\nodes.py", line 17, in <module>
  131. from insightface.app.common import Face
  132. ModuleNotFoundError: No module named 'insightface'
  133.  
  134. 2025-12-13T11:01:05.473766 - Cannot import C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-reactor module for custom nodes: No module named 'insightface'
  135. 2025-12-13T11:01:05.962381 - ------------------------------------------2025-12-13T11:01:05.962381 -
  136. 2025-12-13T11:01:05.962381 - Comfyroll Studio v1.76 : 2025-12-13T11:01:05.962381 - 175 Nodes Loaded2025-12-13T11:01:05.963391 -
  137. 2025-12-13T11:01:05.963391 - ------------------------------------------2025-12-13T11:01:05.963391 -
  138. 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 -
  139. 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 -
  140. 2025-12-13T11:01:05.963391 - ------------------------------------------2025-12-13T11:01:05.963391 -
  141. 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 -
  142. 2025-12-13T11:01:05.995790 - [C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using symlinks: False2025-12-13T11:01:05.996791 -
  143. 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 -
  144. 2025-12-13T11:01:06.380660 -
  145. 2025-12-13T11:01:06.380660 - [rgthree-comfy] Loaded 48 exciting nodes. 🎉2025-12-13T11:01:06.380660 -
  146. 2025-12-13T11:01:06.380660 -
  147. 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.
  148. 2025-12-13T11:01:06.381669 -
  149. 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 -
  150. 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 -
  151. 2025-12-13T11:01:08.946196 - FETCH ComfyRegistry Data: 25/112
  152. 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 -
  153. 2025-12-13T11:01:10.244121 -
  154. 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 -
  155. 2025-12-13T11:01:10.244121 -
  156. 2025-12-13T11:01:10.273148 - Blocked by policy: C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\custom_nodes\ComfyUI-Manager
  157. 2025-12-13T11:01:10.276173 -
  158. Import times for custom nodes:
  159. 2025-12-13T11:01:10.277185 - 0.0 seconds: C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\custom_nodes\websocket_image_save.py
  160. 2025-12-13T11:01:10.277185 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-mxtoolkit
  161. 2025-12-13T11:01:10.277185 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\wlsh_nodes
  162. 2025-12-13T11:01:10.277185 - 0.0 seconds (IMPORT FAILED): C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-reactor
  163. 2025-12-13T11:01:10.277185 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-inpaint-cropandstitch
  164. 2025-12-13T11:01:10.277185 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\cg-use-everywhere
  165. 2025-12-13T11:01:10.277185 - 0.0 seconds (IMPORT FAILED): C:\Users\timsatyr\ComfyUI\custom_nodes\ComfyUI-GGUF-FantasyTalking
  166. 2025-12-13T11:01:10.277185 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\ComfyUI-GGUF
  167. 2025-12-13T11:01:10.277185 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui_ipadapter_plus
  168. 2025-12-13T11:01:10.277185 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92
  169. 2025-12-13T11:01:10.278212 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui_essentials
  170. 2025-12-13T11:01:10.278212 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-image-saver
  171. 2025-12-13T11:01:10.278212 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-custom-scripts
  172. 2025-12-13T11:01:10.278212 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-frame-interpolation
  173. 2025-12-13T11:01:10.278212 - 0.0 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\cg-image-filter
  174. 2025-12-13T11:01:10.278212 - 0.1 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-kjnodes
  175. 2025-12-13T11:01:10.278212 - 0.1 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-advanced-controlnet
  176. 2025-12-13T11:01:10.278212 - 0.1 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\rgthree-comfy
  177. 2025-12-13T11:01:10.278212 - 0.1 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
  178. 2025-12-13T11:01:10.278212 - 0.1 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\facerestore_cf
  179. 2025-12-13T11:01:10.278212 - 0.1 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui_controlnet_aux
  180. 2025-12-13T11:01:10.279218 - 0.1 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-vslinx-nodes
  181. 2025-12-13T11:01:10.279218 - 0.3 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-videohelpersuite
  182. 2025-12-13T11:01:10.279218 - 0.3 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-impact-subpack
  183. 2025-12-13T11:01:10.279218 - 0.6 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-impact-pack
  184. 2025-12-13T11:01:10.279218 - 0.8 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\ComfyUI-Crystools
  185. 2025-12-13T11:01:10.279218 - 0.8 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-florence2
  186. 2025-12-13T11:01:10.279218 - 3.9 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\was-ns
  187. 2025-12-13T11:01:10.279218 - 10.2 seconds: C:\Users\timsatyr\ComfyUI\custom_nodes\comfyui-easy-use
  188. 2025-12-13T11:01:10.279218 -
  189. 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
  190. (Background on this error at: https://sqlalche.me/e/20/e3q8)
  191. 2025-12-13T11:01:11.538604 - Starting server
  192.  
  193. 2025-12-13T11:01:11.539614 - To see the GUI go to: http://127.0.0.1:8000
  194. 2025-12-13T11:01:13.190326 - FETCH ComfyRegistry Data: 30/112
  195. 2025-12-13T11:01:14.926056 - QualityOfLifeSuit_Omar92:2025-12-13T11:01:14.926056 - :NSP ready2025-12-13T11:01:14.926056 -
  196. 2025-12-13T11:01:16.940740 - FETCH ComfyRegistry Data: 35/112
  197. 2025-12-13T11:01:20.652587 - FETCH ComfyRegistry Data: 40/112
  198. 2025-12-13T11:01:20.695235 - [ComfyUI-Manager] The ComfyRegistry cache update is still in progress, so an outdated cache is being used.
  199. 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 -
  200. 2025-12-13T11:01:24.702784 - FETCH ComfyRegistry Data: 45/112
  201. 2025-12-13T11:01:28.399654 - FETCH ComfyRegistry Data: 50/112
  202. 2025-12-13T11:01:32.125889 - FETCH ComfyRegistry Data: 55/112
  203. 2025-12-13T11:01:35.827596 - FETCH ComfyRegistry Data: 60/112
  204. 2025-12-13T11:01:39.541299 - FETCH ComfyRegistry Data: 65/112
  205. 2025-12-13T11:01:43.245000 - FETCH ComfyRegistry Data: 70/112
  206. 2025-12-13T11:01:46.952996 - FETCH ComfyRegistry Data: 75/112
  207. 2025-12-13T11:01:50.715554 - FETCH ComfyRegistry Data: 80/112
  208. 2025-12-13T11:01:54.461893 - FETCH ComfyRegistry Data: 85/112
  209. 2025-12-13T11:01:58.155171 - FETCH ComfyRegistry Data: 90/112
  210. 2025-12-13T11:02:01.923657 - FETCH ComfyRegistry Data: 95/112
  211. 2025-12-13T11:02:05.679982 - FETCH ComfyRegistry Data: 100/112
  212. 2025-12-13T11:02:09.763671 - FETCH ComfyRegistry Data: 105/112
  213. 2025-12-13T11:02:13.500381 - FETCH ComfyRegistry Data: 110/112
  214. 2025-12-13T11:02:15.472599 - FETCH ComfyRegistry Data [DONE]
  215. 2025-12-13T11:02:15.774206 - [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
  216. 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 -
  217. 2025-12-13T11:02:15.968018 - [ComfyUI-Manager] All startup tasks have been completed.
  218. 2025-12-13T11:03:26.970296 - got prompt
  219. 2025-12-13T11:03:26.997445 - Failed to validate prompt for output 274:
  220. 2025-12-13T11:03:26.997445 - * CheckpointLoader|pysssss 586:
  221. 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']
  222. 2025-12-13T11:03:26.997445 - Output will be ignored
  223. 2025-12-13T11:03:26.997445 - Failed to validate prompt for output 29:
  224. 2025-12-13T11:03:26.997445 - Output will be ignored
  225. 2025-12-13T11:03:26.997445 - Failed to validate prompt for output 532:
  226. 2025-12-13T11:03:27.004644 - Output will be ignored
  227. 2025-12-13T11:03:27.004644 - Failed to validate prompt for output 407:
  228. 2025-12-13T11:03:27.004644 - * vsLinx_BypassOnBool 909:
  229. 2025-12-13T11:03:27.004644 - - Required input is missing: any
  230. 2025-12-13T11:03:27.004644 - Output will be ignored
  231. 2025-12-13T11:03:27.004644 - Failed to validate prompt for output 259:
  232. 2025-12-13T11:03:27.004644 - Output will be ignored
  233. 2025-12-13T11:03:27.084166 - WARNING: [Errno 2] No such file or directory: 'C:\\Users\\timsatyr\\ComfyUI\\input\\example.png'
  234. 2025-12-13T11:03:27.750299 - model weight dtype torch.float16, manual cast: None
  235. 2025-12-13T11:03:27.752374 - model_type EPS
  236. 2025-12-13T11:03:31.080627 - Using pytorch attention in VAE
  237. 2025-12-13T11:03:31.082636 - Using pytorch attention in VAE
  238. 2025-12-13T11:03:31.318736 - VAE load device: cuda:0, offload device: cpu, dtype: torch.float32
  239. 2025-12-13T11:03:33.022909 - Requested to load SDXLClipModel
  240. 2025-12-13T11:03:33.070056 - loaded completely; 95367431640625005117571072.00 MB usable, 1560.80 MB loaded, full load: True
  241. 2025-12-13T11:03:33.078174 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cuda:0, dtype: torch.float16
  242. 2025-12-13T11:03:39.657042 - !!! Exception during processing !!! 'CLIP' object is not subscriptable
  243. 2025-12-13T11:03:39.660899 - Traceback (most recent call last):
  244. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 515, in execute
  245. 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)
  246. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  247. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 329, in get_output_data
  248. 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)
  249. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  250. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 303, in _async_map_node_over_list
  251. await process_inputs(input_dict, i)
  252. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 291, in process_inputs
  253. result = f(**inputs)
  254. ^^^^^^^^^^^
  255. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 1603, in save_images
  256. 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])
  257. ~~~~~~^^^
  258. TypeError: 'CLIP' object is not subscriptable
  259.  
  260. 2025-12-13T11:03:39.663735 - Prompt executed in 12.62 seconds
  261. 2025-12-13T11:06:15.939559 - got prompt
  262. 2025-12-13T11:06:15.952979 - Failed to validate prompt for output 407:
  263. 2025-12-13T11:06:15.952979 - * vsLinx_BypassOnBool 909:
  264. 2025-12-13T11:06:15.952979 - - Required input is missing: any
  265. 2025-12-13T11:06:15.952979 - Output will be ignored
  266. 2025-12-13T11:06:16.043634 - WARNING: [Errno 2] No such file or directory: 'C:\\Users\\timsatyr\\ComfyUI\\input\\example.png'
  267. 2025-12-13T11:06:16.126148 - !!! Exception during processing !!! 'CLIP' object is not subscriptable
  268. 2025-12-13T11:06:16.127151 - Traceback (most recent call last):
  269. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 515, in execute
  270. 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)
  271. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  272. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 329, in get_output_data
  273. 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)
  274. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  275. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 303, in _async_map_node_over_list
  276. await process_inputs(input_dict, i)
  277. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 291, in process_inputs
  278. result = f(**inputs)
  279. ^^^^^^^^^^^
  280. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 1603, in save_images
  281. 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])
  282. ~~~~~~^^^
  283. TypeError: 'CLIP' object is not subscriptable
  284.  
  285. 2025-12-13T11:06:16.131637 - Prompt executed in 0.13 seconds
  286. 2025-12-13T11:08:47.165123 - got prompt
  287. 2025-12-13T11:08:47.174331 - Failed to validate prompt for output 407:
  288. 2025-12-13T11:08:47.174331 - * vsLinx_BypassOnBool 909:
  289. 2025-12-13T11:08:47.174331 - - Required input is missing: any
  290. 2025-12-13T11:08:47.174331 - Output will be ignored
  291. 2025-12-13T11:08:47.265941 - WARNING: [Errno 2] No such file or directory: 'C:\\Users\\timsatyr\\ComfyUI\\input\\example.png'
  292. 2025-12-13T11:08:47.349984 - !!! Exception during processing !!! 'CLIP' object is not subscriptable
  293. 2025-12-13T11:08:47.350989 - Traceback (most recent call last):
  294. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 515, in execute
  295. 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)
  296. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  297. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 329, in get_output_data
  298. 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)
  299. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  300. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 303, in _async_map_node_over_list
  301. await process_inputs(input_dict, i)
  302. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 291, in process_inputs
  303. result = f(**inputs)
  304. ^^^^^^^^^^^
  305. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 1603, in save_images
  306. 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])
  307. ~~~~~~^^^
  308. TypeError: 'CLIP' object is not subscriptable
  309.  
  310. 2025-12-13T11:08:47.354702 - Prompt executed in 0.14 seconds
  311. 2025-12-13T11:15:05.393003 - got prompt
  312. 2025-12-13T11:15:05.408372 - Failed to validate prompt for output 407:
  313. 2025-12-13T11:15:05.408372 - * vsLinx_BypassOnBool 909:
  314. 2025-12-13T11:15:05.409412 - - Required input is missing: any
  315. 2025-12-13T11:15:05.409412 - Output will be ignored
  316. 2025-12-13T11:15:05.502659 - WARNING: [Errno 2] No such file or directory: 'C:\\Users\\timsatyr\\ComfyUI\\input\\example.png'
  317. 2025-12-13T11:15:05.592234 - !!! Exception during processing !!! 'CLIP' object is not subscriptable
  318. 2025-12-13T11:15:05.593240 - Traceback (most recent call last):
  319. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 515, in execute
  320. 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)
  321. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  322. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 329, in get_output_data
  323. 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)
  324. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  325. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 303, in _async_map_node_over_list
  326. await process_inputs(input_dict, i)
  327. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 291, in process_inputs
  328. result = f(**inputs)
  329. ^^^^^^^^^^^
  330. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 1603, in save_images
  331. 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])
  332. ~~~~~~^^^
  333. TypeError: 'CLIP' object is not subscriptable
  334.  
  335. 2025-12-13T11:15:05.597820 - Prompt executed in 0.14 seconds
  336. 2025-12-13T11:16:53.343336 - got prompt
  337. 2025-12-13T11:16:53.360097 - Failed to validate prompt for output 407:
  338. 2025-12-13T11:16:53.360097 - * vsLinx_BypassOnBool 909:
  339. 2025-12-13T11:16:53.360097 - - Required input is missing: any
  340. 2025-12-13T11:16:53.360097 - Output will be ignored
  341. 2025-12-13T11:16:53.440939 - WARNING: [Errno 2] No such file or directory: 'C:\\Users\\timsatyr\\ComfyUI\\input\\example.png'
  342. 2025-12-13T11:16:53.556898 - !!! Exception during processing !!! 'CLIP' object is not subscriptable
  343. 2025-12-13T11:16:53.557902 - Traceback (most recent call last):
  344. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 515, in execute
  345. 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)
  346. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  347. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 329, in get_output_data
  348. 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)
  349. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  350. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 303, in _async_map_node_over_list
  351. await process_inputs(input_dict, i)
  352. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 291, in process_inputs
  353. result = f(**inputs)
  354. ^^^^^^^^^^^
  355. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 1603, in save_images
  356. 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])
  357. ~~~~~~^^^
  358. TypeError: 'CLIP' object is not subscriptable
  359.  
  360. 2025-12-13T11:16:53.563032 - Prompt executed in 0.17 seconds
  361. 2025-12-13T11:17:56.020900 - got prompt
  362. 2025-12-13T11:17:56.037132 - Failed to validate prompt for output 407:
  363. 2025-12-13T11:17:56.037132 - * (prompt):
  364. 2025-12-13T11:17:56.038137 - - Required input is missing: images
  365. 2025-12-13T11:17:56.038137 - * PreviewImage 407:
  366. 2025-12-13T11:17:56.038137 - - Required input is missing: images
  367. 2025-12-13T11:17:56.038137 - Output will be ignored
  368. 2025-12-13T11:17:56.117403 - WARNING: [Errno 2] No such file or directory: 'C:\\Users\\timsatyr\\ComfyUI\\input\\example.png'
  369. 2025-12-13T11:17:56.208772 - !!! Exception during processing !!! 'CLIP' object is not subscriptable
  370. 2025-12-13T11:17:56.209776 - Traceback (most recent call last):
  371. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 515, in execute
  372. 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)
  373. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  374. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 329, in get_output_data
  375. 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)
  376. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  377. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 303, in _async_map_node_over_list
  378. await process_inputs(input_dict, i)
  379. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 291, in process_inputs
  380. result = f(**inputs)
  381. ^^^^^^^^^^^
  382. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 1603, in save_images
  383. 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])
  384. ~~~~~~^^^
  385. TypeError: 'CLIP' object is not subscriptable
  386.  
  387. 2025-12-13T11:17:56.214402 - Prompt executed in 0.14 seconds
  388. 2025-12-13T11:18:30.909381 - got prompt
  389. 2025-12-13T11:18:30.943981 - Failed to validate prompt for output 407:
  390. 2025-12-13T11:18:30.943981 - * vsLinx_BypassOnBool 909:
  391. 2025-12-13T11:18:30.943981 - - Required input is missing: any
  392. 2025-12-13T11:18:30.943981 - Output will be ignored
  393. 2025-12-13T11:18:31.024338 - WARNING: [Errno 2] No such file or directory: 'C:\\Users\\timsatyr\\ComfyUI\\input\\example.png'
  394. 2025-12-13T11:18:31.107840 - !!! Exception during processing !!! 'CLIP' object is not subscriptable
  395. 2025-12-13T11:18:31.109849 - Traceback (most recent call last):
  396. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 515, in execute
  397. 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)
  398. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  399. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 329, in get_output_data
  400. 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)
  401. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  402. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 303, in _async_map_node_over_list
  403. await process_inputs(input_dict, i)
  404. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 291, in process_inputs
  405. result = f(**inputs)
  406. ^^^^^^^^^^^
  407. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 1603, in save_images
  408. 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])
  409. ~~~~~~^^^
  410. TypeError: 'CLIP' object is not subscriptable
  411.  
  412. 2025-12-13T11:18:31.114091 - Prompt executed in 0.13 seconds
  413. 2025-12-13T11:20:40.878643 - got prompt
  414. 2025-12-13T11:20:40.907474 - Failed to validate prompt for output 407:
  415. 2025-12-13T11:20:40.907474 - * vsLinx_BypassOnBool 909:
  416. 2025-12-13T11:20:40.907474 - - Required input is missing: any
  417. 2025-12-13T11:20:40.907474 - Output will be ignored
  418. 2025-12-13T11:20:40.991474 - WARNING: [Errno 2] No such file or directory: 'C:\\Users\\timsatyr\\ComfyUI\\input\\example.png'
  419. 2025-12-13T11:20:42.832946 - model weight dtype torch.float16, manual cast: None
  420. 2025-12-13T11:20:42.833950 - model_type EPS
  421. 2025-12-13T11:21:05.467449 - Using pytorch attention in VAE
  422. 2025-12-13T11:21:05.467449 - Using pytorch attention in VAE
  423. 2025-12-13T11:21:06.216697 - VAE load device: cuda:0, offload device: cpu, dtype: torch.float32
  424. 2025-12-13T11:21:11.563399 - Requested to load SDXLClipModel
  425. 2025-12-13T11:21:11.612550 - loaded completely; 95367431640625005117571072.00 MB usable, 1560.80 MB loaded, full load: True
  426. 2025-12-13T11:21:11.621077 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cuda:0, dtype: torch.float16
  427. 2025-12-13T11:21:15.872188 - !!! Exception during processing !!! 'CLIP' object is not subscriptable
  428. 2025-12-13T11:21:15.875762 - Traceback (most recent call last):
  429. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 515, in execute
  430. 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)
  431. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  432. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 329, in get_output_data
  433. 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)
  434. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  435. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 303, in _async_map_node_over_list
  436. await process_inputs(input_dict, i)
  437. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py", line 291, in process_inputs
  438. result = f(**inputs)
  439. ^^^^^^^^^^^
  440. File "C:\Users\timsatyr\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 1603, in save_images
  441. 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])
  442. ~~~~~~^^^
  443. TypeError: 'CLIP' object is not subscriptable
  444.  
  445. 2025-12-13T11:21:15.880008 - Prompt executed in 34.93 seconds
  446.  
  447. ```
  448. ## Attached Workflow
  449. Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
  450. ```
  451. Workflow too large. Please manually upload the workflow from local file system.
  452. ```
  453.  
  454. ## Additional Context
  455. (Please add any additional context or steps to reproduce the error here)
  456.  
Add Comment
Please, Sign In to add comment