This repository was archived by the owner on Jun 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 263
Text Load Line From File - Error "Expecting ',' delimiter: line 1939 column 94 (char 185055)" #586
Copy link
Copy link
Open
Description
Hello!
I have been trying to use the node "Text Load Line From File" in order to incrementally read prompts from each line of a text file (following the workflow shown below).
However, anytime I try to use the "Text Load Line From File" node (in any way, even for a simplistic workflow), I get an error "Expecting ',' delimiter: line 1939 column 94 (char 185055)"
I've been searching for this error in here to see if other people encountered it but didn't find anything.
Am I doing something wrong in using the node?
Thank you!
Error:
LOG:
ComfyUI Error Report
Error Details
- Node ID: 6575
- Node Type: Text Load Line From File
- Exception Type: json.decoder.JSONDecodeError
- Exception Message: Expecting ',' delimiter: line 1939 column 94 (char 185055)
Stack Trace
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\execution.py", line 293, in execute
obj = class_def()
^^^^^^^^^^^
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 11187, in __init__
self.HDB = WASDatabase(WAS_HISTORY_DATABASE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 762, in __init__
self.data = json.load(f)
^^^^^^^^^^^^
File "json\__init__.py", line 293, in load
File "json\__init__.py", line 346, in loads
File "json\decoder.py", line 337, in decode
File "json\decoder.py", line 353, in raw_decode
System Information
- ComfyUI Version: 0.3.12
- Arguments: ComfyUI\main.py --windows-standalone-build
- OS: nt
- Python Version: 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
- Embedded Python: true
- PyTorch Version: 2.4.1+cu124
Devices
- Name: cuda:0 NVIDIA GeForce RTX 4080 : cudaMallocAsync
- Type: cuda
- VRAM Total: 17170825216
- VRAM Free: 13872283178
- Torch VRAM Total: 1845493760
- Torch VRAM Free: 8011306
Logs
2025-05-09T14:47:42.732116 - [START] Security scan2025-05-09T14:47:42.732116 -
2025-05-09T14:47:44.522180 - [DONE] Security scan2025-05-09T14:47:44.522180 -
2025-05-09T14:47:44.721055 - ## ComfyUI-Manager: installing dependencies done.2025-05-09T14:47:44.721055 -
2025-05-09T14:47:44.721055 - ** ComfyUI startup time:2025-05-09T14:47:44.721055 - 2025-05-09T14:47:44.721055 - 2025-05-09 14:47:44.7212025-05-09T14:47:44.721055 -
2025-05-09T14:47:44.722060 - ** Platform:2025-05-09T14:47:44.722060 - 2025-05-09T14:47:44.722060 - Windows2025-05-09T14:47:44.722060 -
2025-05-09T14:47:44.722060 - ** Python version:2025-05-09T14:47:44.722060 - 2025-05-09T14:47:44.722060 - 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]2025-05-09T14:47:44.722060 -
2025-05-09T14:47:44.722060 - ** Python executable:2025-05-09T14:47:44.722060 - 2025-05-09T14:47:44.722060 - E:\Fooocus\ComfyUI_windows_portable\python_embeded\python.exe2025-05-09T14:47:44.722060 -
2025-05-09T14:47:44.723064 - ** ComfyUI Path:2025-05-09T14:47:44.723064 - 2025-05-09T14:47:44.723064 - E:\Fooocus\ComfyUI_windows_portable\ComfyUI2025-05-09T14:47:44.723064 -
2025-05-09T14:47:44.723064 - ** User directory:2025-05-09T14:47:44.723064 - 2025-05-09T14:47:44.723064 - E:\Fooocus\ComfyUI_windows_portable\ComfyUI\user2025-05-09T14:47:44.723064 -
2025-05-09T14:47:44.723064 - ** ComfyUI-Manager config path:2025-05-09T14:47:44.723064 - 2025-05-09T14:47:44.724566 - E:\Fooocus\ComfyUI_windows_portable\ComfyUI\user\default\ComfyUI-Manager\config.ini2025-05-09T14:47:44.724566 -
2025-05-09T14:47:44.724566 - ** Log path:2025-05-09T14:47:44.724566 - 2025-05-09T14:47:44.724566 - E:\Fooocus\ComfyUI_windows_portable\ComfyUI\user\comfyui.log2025-05-09T14:47:44.724566 -
2025-05-09T14:47:46.626320 -
Prestartup times for custom nodes:
2025-05-09T14:47:46.627323 - 0.0 seconds: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2025-05-09T14:47:46.627323 - 4.2 seconds: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
2025-05-09T14:47:46.627323 -
2025-05-09T14:47:49.231344 - Checkpoint files will always be loaded safely.
2025-05-09T14:47:49.372957 - Total VRAM 16375 MB, total RAM 32446 MB
2025-05-09T14:47:49.372957 - pytorch version: 2.4.1+cu124
2025-05-09T14:47:49.373953 - Set vram state to: NORMAL_VRAM
2025-05-09T14:47:49.375034 - Device: cuda:0 NVIDIA GeForce RTX 4080 : cudaMallocAsync
2025-05-09T14:47:50.706320 - Using pytorch attention
2025-05-09T14:47:52.789176 - [Prompt Server] web root: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\web
2025-05-09T14:47:53.172317 - E:\Fooocus\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\feature\lightglue.py:44: FutureWarning: `torch.cuda.amp.custom_fwd(args...)` is deprecated. Please use `torch.amp.custom_fwd(args..., device_type='cuda')` instead.
@torch.cuda.amp.custom_fwd(cast_inputs=torch.float32)
2025-05-09T14:47:53.689784 - ### Loading: ComfyUI-Impact-Pack (V8.3.1)2025-05-09T14:47:53.690785 -
2025-05-09T14:47:54.015462 - [Impact Pack] Wildcards loading done.2025-05-09T14:47:54.015462 -
2025-05-09T14:47:54.034244 - ### Loading: ComfyUI-Impact-Subpack (V1.2.7)
2025-05-09T14:47:54.582398 - [Impact Subpack] ultralytics_bbox: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\models\ultralytics\bbox
2025-05-09T14:47:54.582398 - [Impact Subpack] ultralytics_segm: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\models\ultralytics\segm
2025-05-09T14:47:54.583905 - ### Loading: ComfyUI-Inspire-Pack (V1.10)2025-05-09T14:47:54.583905 -
2025-05-09T14:47:54.642475 - Traceback (most recent call last):
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2106, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 940, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack\__init__.py", line 34, in <module>
imported_module = importlib.import_module(".inspire.{}".format(module_name), __name__)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "importlib\__init__.py", line 126, in import_module
File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 940, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack\inspire\regional_nodes.py", line 7, in <module>
import webcolors
ModuleNotFoundError: No module named 'webcolors'
2025-05-09T14:47:54.646008 - Cannot import E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack module for custom nodes: No module named 'webcolors'
2025-05-09T14:47:54.659348 - ### Loading: ComfyUI-Manager (V3.7.6)
2025-05-09T14:47:54.914303 - ### ComfyUI Version: v0.3.12-1-g7fc3ccdc | Released on '2025-01-16'
2025-05-09T14:47:55.321556 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2025-05-09T14:47:55.368746 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
2025-05-09T14:47:55.398397 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
2025-05-09T14:47:55.456400 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
2025-05-09T14:47:55.512862 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2025-05-09T14:47:55.515427 - FETCH DATA from: https://api.comfy.org/nodes?page=1&limit=10002025-05-09T14:47:55.515427 - 2025-05-09T14:47:56.808135 - no module 'xformers'. Processing without...2025-05-09T14:47:56.808135 -
2025-05-09T14:47:56.810738 - no module 'xformers'. Processing without...2025-05-09T14:47:56.811667 -
2025-05-09T14:47:56.870159 - ------------------------------------------2025-05-09T14:47:56.870159 -
2025-05-09T14:47:56.870159 - �[34mComfyroll Studio v1.76 : �[92m 175 Nodes Loaded�[0m2025-05-09T14:47:56.870159 -
2025-05-09T14:47:56.870159 - ------------------------------------------2025-05-09T14:47:56.870159 -
2025-05-09T14:47:56.870159 - ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md2025-05-09T14:47:56.870159 -
2025-05-09T14:47:56.871445 - ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki2025-05-09T14:47:56.871445 -
2025-05-09T14:47:56.871445 - ------------------------------------------2025-05-09T14:47:56.871445 -
2025-05-09T14:47:56.891388 - __name__ : ComfyUI_node_Lilly2025-05-09T14:47:56.892394 -
2025-05-09T14:47:56.892394 - __file__ : E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_node_Lilly\__init__.py2025-05-09T14:47:56.892394 -
2025-05-09T14:47:56.892394 - os.path.basename(__file__) : __init__.py2025-05-09T14:47:56.892394 -
2025-05-09T14:47:56.892394 - os.path.splitext(os.path.basename(__file__))[0] : __init__2025-05-09T14:47:56.892394 -
2025-05-09T14:47:56.892394 - working directory : 2025-05-09T14:47:56.892394 - 2025-05-09T14:47:56.892394 - E:\Fooocus\ComfyUI_windows_portable2025-05-09T14:47:56.892394 -
2025-05-09T14:47:56.900568 - ───────────────────────────────────────────────────── init start ─────────────────────────────────────────────────────
2025-05-09T14:47:56.904586 - __name__ : custom_nodes.ComfyUI_node_Lilly2025-05-09T14:47:56.904586 -
2025-05-09T14:47:56.904586 - __file__ : E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_node_Lilly\__init__.py2025-05-09T14:47:56.904586 -
2025-05-09T14:47:56.904586 - os.path.basename(__file__) : __init__.py2025-05-09T14:47:56.904586 -
2025-05-09T14:47:56.904586 - os.path.splitext(os.path.basename(__file__))[0] : __init__2025-05-09T14:47:56.904586 -
2025-05-09T14:47:56.905601 - working directory : 2025-05-09T14:47:56.905601 - 2025-05-09T14:47:56.905601 - E:\Fooocus\ComfyUI_windows_portable2025-05-09T14:47:56.905601 -
2025-05-09T14:47:56.909003 - [14:47:56] Load ok : CheckpointLoaderRandom __init__.py:83
2025-05-09T14:47:56.911001 - Load ok : CheckpointLoaderSimpleText __init__.py:83
2025-05-09T14:47:56.914406 - [14:47:56] wildcards card_path : wildcards.py:36
E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_node_Lilly\..\..\wildcards\*
*\*.txt
2025-05-09T14:47:57.097555 - [14:47:57] cards file count : 494 wildcards.py:187
2025-05-09T14:47:57.099568 - wildcards test : aest wildcards.py:218
2025-05-09T14:47:57.101004 - wildcards test : *test wildcards.py:219
2025-05-09T14:47:57.103154 - wildcards test : ?est wildcards.py:220
2025-05-09T14:47:57.104158 - wildcards test : test wildcards.py:221
2025-05-09T14:47:57.105180 - wildcards test : /test wildcards.py:222
2025-05-09T14:47:57.107559 - wildcards test : /0/test wildcards.py:223
2025-05-09T14:47:57.108555 - [14:47:57] Load ok : CLIPTextEncodeWildcards __init__.py:83
2025-05-09T14:47:57.109764 - Load ok : LoraLoaderText __init__.py:83
2025-05-09T14:47:57.111795 - Load ok : LoraLoaderTextRandom __init__.py:83
2025-05-09T14:47:57.112893 - Load ok : Random_Sampler __init__.py:83
2025-05-09T14:47:57.115410 - Load ok : VAELoaderDecode __init__.py:83
2025-05-09T14:47:57.116852 - Load ok : VAELoaderText __init__.py:83
2025-05-09T14:47:57.127003 - Total VRAM 16375 MB, total RAM 32446 MB
2025-05-09T14:47:57.127003 - pytorch version: 2.4.1+cu124
2025-05-09T14:47:57.129423 - Set vram state to: NORMAL_VRAM
2025-05-09T14:47:57.129423 - Device: cuda:0 NVIDIA GeForce RTX 4080 : cudaMallocAsync
2025-05-09T14:47:57.157227 - Load ok : SimpleSampler __init__.py:83
2025-05-09T14:47:57.159704 - Load ok : SaveImageSimple __init__.py:83
2025-05-09T14:47:57.160723 - Load ok : TextWildcards __init__.py:83
2025-05-09T14:47:57.161978 - ────────────────────────────────────────────────────── init end ──────────────────────────────────────────────────────
2025-05-09T14:47:57.222484 - Using pytorch cross attention2025-05-09T14:47:57.222484 -
2025-05-09T14:47:57.336340 - Started worker with PID 97282025-05-09T14:47:57.337346 -
2025-05-09T14:47:57.349108 - �[0m�[95m ComfyUI Fooocus Nodes :�[0m �[32mloaded�[0m2025-05-09T14:47:57.349108 -
2025-05-09T14:47:57.398076 -
2025-05-09T14:47:57.398076 - �[92m[rgthree-comfy] Loaded 42 exciting nodes. 🎉�[00m2025-05-09T14:47:57.399079 -
2025-05-09T14:47:57.399079 -
2025-05-09T14:47:58.847606 - �[34mWAS Node Suite: �[0mOpenCV Python FFMPEG support is enabled�[0m2025-05-09T14:47:58.847606 -
2025-05-09T14:47:58.847606 - �[34mWAS Node Suite �[93mWarning: �[0m`ffmpeg_bin_path` is not set in `E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.�[0m2025-05-09T14:47:58.847606 -
2025-05-09T14:47:59.858532 - �[34mWAS Node Suite: �[0mFinished.�[0m �[32mLoaded�[0m �[0m220�[0m �[32mnodes successfully.�[0m2025-05-09T14:47:59.858532 -
2025-05-09T14:47:59.858532 -
�[3m�[93m"Art is the daughter of freedom."�[0m�[3m - Friedrich Schiller�[0m
2025-05-09T14:47:59.858532 -
2025-05-09T14:47:59.882432 -
Import times for custom nodes:
2025-05-09T14:47:59.882432 - 0.0 seconds: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
2025-05-09T14:47:59.882432 - 0.0 seconds: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere
2025-05-09T14:47:59.882432 - 0.0 seconds: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_yanc
2025-05-09T14:47:59.882432 - 0.0 seconds: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
2025-05-09T14:47:59.882432 - 0.0 seconds: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
2025-05-09T14:47:59.882432 - 0.0 seconds: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\mikey_nodes
2025-05-09T14:47:59.882432 - 0.0 seconds: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-HF
2025-05-09T14:47:59.882432 - 0.0 seconds: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2025-05-09T14:47:59.882432 - 0.1 seconds (IMPORT FAILED): E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
2025-05-09T14:47:59.882432 - 0.1 seconds: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2025-05-09T14:47:59.883938 - 0.2 seconds: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\Fooocus_Nodes
2025-05-09T14:47:59.883938 - 0.3 seconds: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_node_Lilly
2025-05-09T14:47:59.883938 - 0.3 seconds: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
2025-05-09T14:47:59.883938 - 0.5 seconds: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-subpack
2025-05-09T14:47:59.883938 - 0.6 seconds: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
2025-05-09T14:47:59.883938 - 1.6 seconds: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR
2025-05-09T14:47:59.883938 - 2.5 seconds: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui
2025-05-09T14:47:59.883938 -
2025-05-09T14:47:59.906549 - Starting server
2025-05-09T14:47:59.906549 - To see the GUI go to: http://127.0.0.1:8188
2025-05-09T14:48:01.228278 - FETCH DATA from: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json2025-05-09T14:48:01.228278 - 2025-05-09T14:48:01.237223 - [DONE]
2025-05-09T14:48:04.067261 - [ERROR] An error occurred while retrieving information for the 'Image History Loader' node.
2025-05-09T14:48:04.071257 - Traceback (most recent call last):
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\server.py", line 567, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\server.py", line 534, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 5405, in INPUT_TYPES
HDB = WASDatabase(WAS_HISTORY_DATABASE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 762, in __init__
self.data = json.load(f)
^^^^^^^^^^^^
File "json\__init__.py", line 293, in load
File "json\__init__.py", line 346, in loads
File "json\decoder.py", line 337, in decode
File "json\decoder.py", line 353, in raw_decode
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 1939 column 94 (char 185055)
2025-05-09T14:48:04.075051 - [ERROR] An error occurred while retrieving information for the 'Text File History Loader' node.
2025-05-09T14:48:04.076325 - Traceback (most recent call last):
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\server.py", line 567, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\server.py", line 534, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 10877, in INPUT_TYPES
HDB = WASDatabase(WAS_HISTORY_DATABASE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 762, in __init__
self.data = json.load(f)
^^^^^^^^^^^^
File "json\__init__.py", line 293, in load
File "json\__init__.py", line 346, in loads
File "json\decoder.py", line 337, in decode
File "json\decoder.py", line 353, in raw_decode
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 1939 column 94 (char 185055)
2025-05-09T14:48:05.002486 - [DONE]
2025-05-09T14:48:05.054751 - [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes?page=1&limit=1000
2025-05-09T14:48:05.078049 - nightly_channel: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/cache
2025-05-09T14:48:05.078049 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2025-05-09T14:48:05.078049 - 2025-05-09T14:48:05.206907 - [DONE]
2025-05-09T14:48:31.206338 - FETCH DATA from: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json2025-05-09T14:48:31.206338 - 2025-05-09T14:48:31.213042 - [DONE]
2025-05-09T14:48:32.356319 - [ERROR] An error occurred while retrieving information for the 'Image History Loader' node.
2025-05-09T14:48:32.356877 - Traceback (most recent call last):
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\server.py", line 567, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\server.py", line 534, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 5405, in INPUT_TYPES
HDB = WASDatabase(WAS_HISTORY_DATABASE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 762, in __init__
self.data = json.load(f)
^^^^^^^^^^^^
File "json\__init__.py", line 293, in load
File "json\__init__.py", line 346, in loads
File "json\decoder.py", line 337, in decode
File "json\decoder.py", line 353, in raw_decode
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 1939 column 94 (char 185055)
2025-05-09T14:48:32.362230 - [ERROR] An error occurred while retrieving information for the 'Text File History Loader' node.
2025-05-09T14:48:32.362230 - Traceback (most recent call last):
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\server.py", line 567, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\server.py", line 534, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 10877, in INPUT_TYPES
HDB = WASDatabase(WAS_HISTORY_DATABASE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 762, in __init__
self.data = json.load(f)
^^^^^^^^^^^^
File "json\__init__.py", line 293, in load
File "json\__init__.py", line 346, in loads
File "json\decoder.py", line 337, in decode
File "json\decoder.py", line 353, in raw_decode
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 1939 column 94 (char 185055)
2025-05-09T14:48:56.012662 - got prompt
2025-05-09T14:48:56.051703 - Failed to validate prompt for output 6361:
2025-05-09T14:48:56.051703 - * (prompt):
2025-05-09T14:48:56.051703 - - Required input is missing: images
2025-05-09T14:48:56.051703 - * Image Save 6361:
2025-05-09T14:48:56.052712 - - Required input is missing: images
2025-05-09T14:48:56.052712 - Output will be ignored
2025-05-09T14:48:56.639537 - [Impact Subpack] Your torch version is outdated, and security features cannot be applied properly.
2025-05-09T14:48:56.879667 - Loads SAM model: E:\Fooocus\ComfyUI_windows_portable\ComfyUI\models\sams\sam_vit_b_01ec64.pth (device:AUTO)2025-05-09T14:48:56.879667 -
2025-05-09T14:48:56.882077 - [Impact Subpack] Your torch version is outdated, and security features cannot be applied properly.
2025-05-09T14:48:57.211275 - Using pytorch attention in VAE
2025-05-09T14:48:57.213270 - Using pytorch attention in VAE
2025-05-09T14:48:57.337161 - VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
2025-05-09T14:48:57.393251 - Requested to load AutoencoderKL
2025-05-09T14:48:57.516343 - loaded completely 9.5367431640625e+25 159.55708122253418 True
2025-05-09T14:48:57.935196 - E:\Fooocus\ComfyUI_windows_portable\ComfyUI\comfy\ldm\modules\diffusionmodules\model.py:288: UserWarning: 1Torch was not compiled with flash attention. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\builder\windows\pytorch\aten\src\ATen\native\transformers\cuda\sdp_utils.cpp:555.)
out = torch.nn.functional.scaled_dot_product_attention(q, k, v, attn_mask=None, dropout_p=0.0, is_causal=False)
2025-05-09T14:48:58.688656 - model weight dtype torch.float16, manual cast: None
2025-05-09T14:48:58.690725 - model_type EPS
2025-05-09T14:49:00.033268 - Using pytorch attention in VAE
2025-05-09T14:49:00.034769 - Using pytorch attention in VAE
2025-05-09T14:49:00.144549 - VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
2025-05-09T14:49:00.251918 - E:\Fooocus\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\tokenization_utils_base.py:1601: FutureWarning: `clean_up_tokenization_spaces` was not set. It will be set to `True` by default. This behavior will be depracted in transformers v4.45, and will be then set to `False` by default. For more details check this issue: https://github.com/huggingface/transformers/issues/31884
warnings.warn(
2025-05-09T14:49:00.354174 - Requested to load SDXLClipModel
2025-05-09T14:49:00.367962 - loaded completely 9.5367431640625e+25 1560.802734375 True
2025-05-09T14:49:00.374203 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cuda:0, dtype: torch.float16
2025-05-09T14:49:02.443191 - Requested to load SDXLClipModel
2025-05-09T14:49:03.598363 - loaded completely 9.5367431640625e+25 1560.802734375 True
2025-05-09T14:49:03.798328 - !!! Exception during processing !!! Expecting ',' delimiter: line 1939 column 94 (char 185055)
2025-05-09T14:49:03.801588 - Traceback (most recent call last):
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\execution.py", line 293, in execute
obj = class_def()
^^^^^^^^^^^
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 11187, in __init__
self.HDB = WASDatabase(WAS_HISTORY_DATABASE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\Fooocus\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 762, in __init__
self.data = json.load(f)
^^^^^^^^^^^^
File "json\__init__.py", line 293, in load
File "json\__init__.py", line 346, in loads
File "json\decoder.py", line 337, in decode
File "json\decoder.py", line 353, in raw_decode
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 1939 column 94 (char 185055)
2025-05-09T14:49:03.802749 - Prompt executed in 7.67 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)
Metadata
Metadata
Assignees
Labels
No labels

