We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# ComfyUI Error Report ## Error Details - **Node Type:** CR Text List - **Exception Type:** TypeError - **Exception Message:** CR_TextList.make_list() missing 1 required positional argument: 'loops' ## Stack Trace
File "D:\ComfyUI\Install\ComfyUI\execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI\Install\ComfyUI\execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI\Install\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i)
File "D:\ComfyUI\Install\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
## System Information - **ComfyUI Version:** v0.2.2-41-gca08597 - **Arguments:** ComfyUI\main.py --windows-standalone-build --preview-method auto - **OS:** nt - **Python Version:** 3.11.8 (tags/v3.11.8:db85d51, Feb 6 2024, 22:03:32) [MSC v.1937 64 bit (AMD64)] - **Embedded Python:** true - **PyTorch Version:** 2.3.0+cu121 ## Devices - **Name:** cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync - **Type:** cuda - **VRAM Total:** 25756565504 - **VRAM Free:** 24125636608 - **Torch VRAM Total:** 0 - **Torch VRAM Free:** 0 ## Logs
2024-10-05 12:20:40,197 - root - INFO - Total VRAM 24563 MB, total RAM 131017 MB 2024-10-05 12:20:40,198 - root - INFO - pytorch version: 2.3.0+cu121 2024-10-05 12:20:40,198 - root - INFO - Set vram state to: NORMAL_VRAM 2024-10-05 12:20:40,199 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync 2024-10-05 12:20:41,430 - root - INFO - Using pytorch cross attention 2024-10-05 12:20:42,101 - root - INFO - [Prompt Server] web root: D:\ComfyUI\Install\ComfyUI\web 2024-10-05 12:20:42,103 - root - INFO - Adding extra search path checkpoints path/to/stable-diffusion-webui/models/Stable-diffusion 2024-10-05 12:20:42,103 - root - INFO - Adding extra search path configs path/to/stable-diffusion-webui/models/Stable-diffusion 2024-10-05 12:20:42,103 - root - INFO - Adding extra search path vae path/to/stable-diffusion-webui/models/VAE 2024-10-05 12:20:42,103 - root - INFO - Adding extra search path loras path/to/stable-diffusion-webui/models/Lora 2024-10-05 12:20:42,103 - root - INFO - Adding extra search path loras path/to/stable-diffusion-webui/models/LyCORIS 2024-10-05 12:20:42,104 - root - INFO - Adding extra search path upscale_models path/to/stable-diffusion-webui/models/ESRGAN 2024-10-05 12:20:42,104 - root - INFO - Adding extra search path upscale_models path/to/stable-diffusion-webui/models/RealESRGAN 2024-10-05 12:20:42,104 - root - INFO - Adding extra search path upscale_models path/to/stable-diffusion-webui/models/SwinIR 2024-10-05 12:20:42,104 - root - INFO - Adding extra search path embeddings path/to/stable-diffusion-webui/embeddings 2024-10-05 12:20:42,104 - root - INFO - Adding extra search path hypernetworks path/to/stable-diffusion-webui/models/hypernetworks 2024-10-05 12:20:42,104 - root - INFO - Adding extra search path controlnet path/to/stable-diffusion-webui/models/ControlNet 2024-10-05 12:20:42,104 - root - INFO - Adding extra search path checkpoints D:/ComfyUI/Models/Checkpoints 2024-10-05 12:20:42,104 - root - INFO - Adding extra search path controlnet D:/ComfyUI/Models/ControlNets 2024-10-05 12:20:42,104 - root - INFO - Adding extra search path loras D:/ComfyUI/Models/LoRAs 2024-10-05 12:20:42,104 - root - INFO - Adding extra search path upscale_models D:/ComfyUI/Models/Upscalers 2024-10-05 12:20:42,104 - root - INFO - Adding extra search path vae D:/ComfyUI/Models/VAEs 2024-10-05 12:20:43,415 - root - INFO - Total VRAM 24563 MB, total RAM 131017 MB 2024-10-05 12:20:43,416 - root - INFO - pytorch version: 2.3.0+cu121 2024-10-05 12:20:43,417 - root - INFO - Set vram state to: NORMAL_VRAM 2024-10-05 12:20:43,417 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync 2024-10-05 12:20:49,142 - OpenGL.acceleratesupport - INFO - No OpenGL_accelerate module loaded: No module named 'OpenGL_accelerate' 2024-10-05 12:20:53,222 - root - INFO - Import times for custom nodes: 2024-10-05 12:20:53,222 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\websocket_image_save.py 2024-10-05 12:20:53,222 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-Adaptive-Guidance 2024-10-05 12:20:53,222 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-Miaoshouai-Tagger 2024-10-05 12:20:53,222 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\sd-dynamic-thresholding 2024-10-05 12:20:53,222 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger 2024-10-05 12:20:53,222 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI_experiments 2024-10-05 12:20:53,222 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion 2024-10-05 12:20:53,223 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus 2024-10-05 12:20:53,223 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts 2024-10-05 12:20:53,223 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale 2024-10-05 12:20:53,223 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\AIGODLIKE-ComfyUI-Studio 2024-10-05 12:20:53,223 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\rgthree-comfy 2024-10-05 12:20:53,223 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\efficiency-nodes-comfyui 2024-10-05 12:20:53,223 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-segment-anything-2 2024-10-05 12:20:53,223 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI_essentials 2024-10-05 12:20:53,223 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-KJNodes 2024-10-05 12:20:53,223 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\comfyui_controlnet_aux 2024-10-05 12:20:53,223 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack 2024-10-05 12:20:53,223 - root - INFO - 0.1 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI_LayerStyle 2024-10-05 12:20:53,224 - root - INFO - 0.2 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes 2024-10-05 12:20:53,224 - root - INFO - 0.2 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-Crystools 2024-10-05 12:20:53,224 - root - INFO - 0.2 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-Florence2 2024-10-05 12:20:53,224 - root - INFO - 0.3 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-Impact-Pack 2024-10-05 12:20:53,224 - root - INFO - 0.4 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-Manager 2024-10-05 12:20:53,224 - root - INFO - 1.5 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI_Fill-Nodes 2024-10-05 12:20:53,224 - root - INFO - 2.2 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-SUPIR 2024-10-05 12:20:53,224 - root - INFO - 2.4 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\was-node-suite-comfyui 2024-10-05 12:20:53,224 - root - INFO - 2.9 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet 2024-10-05 12:20:53,224 - root - INFO - 2024-10-05 12:20:53,248 - root - INFO - Starting server
2024-10-05 12:20:53,248 - root - INFO - To see the GUI go to: 2024-10-05 12:21:01,679 - root - INFO - got prompt 2024-10-05 12:21:02,807 - root - ERROR - !!! Exception during processing !!! CR_TextList.make_list() missing 1 required positional argument: 'loops' 2024-10-05 12:21:02,807 - root - ERROR - Traceback (most recent call last): File "D:\ComfyUI\Install\ComfyUI\execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\Install\ComfyUI\execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\Install\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "D:\ComfyUI\Install\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: CR_TextList.make_list() missing 1 required positional argument: 'loops'
2024-10-05 12:21:02,807 - root - INFO - Prompt executed in 1.07 seconds 2024-10-05 12:22:19,174 - root - INFO - got prompt 2024-10-05 12:22:19,391 - root - ERROR - !!! Exception during processing !!! CR_TextList.make_list() missing 1 required positional argument: 'loops' 2024-10-05 12:22:19,391 - root - ERROR - Traceback (most recent call last): File "D:\ComfyUI\Install\ComfyUI\execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\Install\ComfyUI\execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\Install\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "D:\ComfyUI\Install\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: CR_TextList.make_list() missing 1 required positional argument: 'loops'
2024-10-05 12:22:19,391 - root - INFO - Prompt executed in 0.16 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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
File "D:\ComfyUI\Install\ComfyUI\execution.py", line 323, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI\Install\ComfyUI\execution.py", line 198, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI\Install\ComfyUI\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "D:\ComfyUI\Install\ComfyUI\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-10-05 12:20:40,197 - root - INFO - Total VRAM 24563 MB, total RAM 131017 MB
2024-10-05 12:20:40,198 - root - INFO - pytorch version: 2.3.0+cu121
2024-10-05 12:20:40,198 - root - INFO - Set vram state to: NORMAL_VRAM
2024-10-05 12:20:40,199 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
2024-10-05 12:20:41,430 - root - INFO - Using pytorch cross attention
2024-10-05 12:20:42,101 - root - INFO - [Prompt Server] web root: D:\ComfyUI\Install\ComfyUI\web
2024-10-05 12:20:42,103 - root - INFO - Adding extra search path checkpoints path/to/stable-diffusion-webui/models/Stable-diffusion
2024-10-05 12:20:42,103 - root - INFO - Adding extra search path configs path/to/stable-diffusion-webui/models/Stable-diffusion
2024-10-05 12:20:42,103 - root - INFO - Adding extra search path vae path/to/stable-diffusion-webui/models/VAE
2024-10-05 12:20:42,103 - root - INFO - Adding extra search path loras path/to/stable-diffusion-webui/models/Lora
2024-10-05 12:20:42,103 - root - INFO - Adding extra search path loras path/to/stable-diffusion-webui/models/LyCORIS
2024-10-05 12:20:42,104 - root - INFO - Adding extra search path upscale_models path/to/stable-diffusion-webui/models/ESRGAN
2024-10-05 12:20:42,104 - root - INFO - Adding extra search path upscale_models path/to/stable-diffusion-webui/models/RealESRGAN
2024-10-05 12:20:42,104 - root - INFO - Adding extra search path upscale_models path/to/stable-diffusion-webui/models/SwinIR
2024-10-05 12:20:42,104 - root - INFO - Adding extra search path embeddings path/to/stable-diffusion-webui/embeddings
2024-10-05 12:20:42,104 - root - INFO - Adding extra search path hypernetworks path/to/stable-diffusion-webui/models/hypernetworks
2024-10-05 12:20:42,104 - root - INFO - Adding extra search path controlnet path/to/stable-diffusion-webui/models/ControlNet
2024-10-05 12:20:42,104 - root - INFO - Adding extra search path checkpoints D:/ComfyUI/Models/Checkpoints
2024-10-05 12:20:42,104 - root - INFO - Adding extra search path controlnet D:/ComfyUI/Models/ControlNets
2024-10-05 12:20:42,104 - root - INFO - Adding extra search path loras D:/ComfyUI/Models/LoRAs
2024-10-05 12:20:42,104 - root - INFO - Adding extra search path upscale_models D:/ComfyUI/Models/Upscalers
2024-10-05 12:20:42,104 - root - INFO - Adding extra search path vae D:/ComfyUI/Models/VAEs
2024-10-05 12:20:43,415 - root - INFO - Total VRAM 24563 MB, total RAM 131017 MB
2024-10-05 12:20:43,416 - root - INFO - pytorch version: 2.3.0+cu121
2024-10-05 12:20:43,417 - root - INFO - Set vram state to: NORMAL_VRAM
2024-10-05 12:20:43,417 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
2024-10-05 12:20:49,142 - OpenGL.acceleratesupport - INFO - No OpenGL_accelerate module loaded: No module named 'OpenGL_accelerate'
2024-10-05 12:20:53,222 - root - INFO -
Import times for custom nodes:
2024-10-05 12:20:53,222 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\websocket_image_save.py
2024-10-05 12:20:53,222 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-Adaptive-Guidance
2024-10-05 12:20:53,222 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-Miaoshouai-Tagger
2024-10-05 12:20:53,222 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\sd-dynamic-thresholding
2024-10-05 12:20:53,222 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
2024-10-05 12:20:53,222 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI_experiments
2024-10-05 12:20:53,222 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion
2024-10-05 12:20:53,223 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
2024-10-05 12:20:53,223 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
2024-10-05 12:20:53,223 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
2024-10-05 12:20:53,223 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\AIGODLIKE-ComfyUI-Studio
2024-10-05 12:20:53,223 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\rgthree-comfy
2024-10-05 12:20:53,223 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\efficiency-nodes-comfyui
2024-10-05 12:20:53,223 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-segment-anything-2
2024-10-05 12:20:53,223 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI_essentials
2024-10-05 12:20:53,223 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-KJNodes
2024-10-05 12:20:53,223 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\comfyui_controlnet_aux
2024-10-05 12:20:53,223 - root - INFO - 0.0 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
2024-10-05 12:20:53,223 - root - INFO - 0.1 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI_LayerStyle
2024-10-05 12:20:53,224 - root - INFO - 0.2 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2024-10-05 12:20:53,224 - root - INFO - 0.2 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-Crystools
2024-10-05 12:20:53,224 - root - INFO - 0.2 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-Florence2
2024-10-05 12:20:53,224 - root - INFO - 0.3 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
2024-10-05 12:20:53,224 - root - INFO - 0.4 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-Manager
2024-10-05 12:20:53,224 - root - INFO - 1.5 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI_Fill-Nodes
2024-10-05 12:20:53,224 - root - INFO - 2.2 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI-SUPIR
2024-10-05 12:20:53,224 - root - INFO - 2.4 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\was-node-suite-comfyui
2024-10-05 12:20:53,224 - root - INFO - 2.9 seconds: D:\ComfyUI\Install\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet
2024-10-05 12:20:53,224 - root - INFO -
2024-10-05 12:20:53,248 - root - INFO - Starting server
2024-10-05 12:20:53,248 - root - INFO - To see the GUI go to:
2024-10-05 12:21:01,679 - root - INFO - got prompt
2024-10-05 12:21:02,807 - root - ERROR - !!! Exception during processing !!! CR_TextList.make_list() missing 1 required positional argument: 'loops'
2024-10-05 12:21:02,807 - root - ERROR - Traceback (most recent call last):
File "D:\ComfyUI\Install\ComfyUI\execution.py", line 323, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI\Install\ComfyUI\execution.py", line 198, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI\Install\ComfyUI\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "D:\ComfyUI\Install\ComfyUI\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: CR_TextList.make_list() missing 1 required positional argument: 'loops'
2024-10-05 12:21:02,807 - root - INFO - Prompt executed in 1.07 seconds
2024-10-05 12:22:19,174 - root - INFO - got prompt
2024-10-05 12:22:19,391 - root - ERROR - !!! Exception during processing !!! CR_TextList.make_list() missing 1 required positional argument: 'loops'
2024-10-05 12:22:19,391 - root - ERROR - Traceback (most recent call last):
File "D:\ComfyUI\Install\ComfyUI\execution.py", line 323, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI\Install\ComfyUI\execution.py", line 198, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI\Install\ComfyUI\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "D:\ComfyUI\Install\ComfyUI\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: CR_TextList.make_list() missing 1 required positional argument: 'loops'
2024-10-05 12:22:19,391 - root - INFO - Prompt executed in 0.16 seconds
Workflow too large. Please manually upload the workflow from local file system.
The text was updated successfully, but these errors were encountered: