CosmicLaca / ComfyUI_Primere_Nodes

ComfyUI node pack
GNU General Public License v3.0
106 stars 13 forks source link

PrimereVisualLORA.visual_lora_stacker() missing 1 required positional argument: 'workflow_tuple' #37

Closed Nicksterno closed 1 month ago

Nicksterno commented 1 month ago

After updating ComfyUI and all the custom nodes with it, including Primere Pack, the Visual LORA Selector now asks for an additional input option - "workflow_tuple."

Before that, it worked fine without it, and I don't know what to use for this input. My current input for Visual LORA Selector looks as follows: Primere Visual CKPT Selector for model_version; Base XL Model for model; Clip Set Last Layer for Clip.

This setup worked for a long time until I decided to update nodes.

workflow with issue 2.json

Attaching the error log, hope it would be for any help:

ComfyUI Error Report

Error Details

## System Information
- **ComfyUI Version:** v0.2.2-80-g8733191
- **Arguments:** ComfyUI\main.py --windows-standalone-build
- **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 3050 Ti Laptop GPU : cudaMallocAsync
  - **Type:** cuda
  - **VRAM Total:** 4294443008
  - **VRAM Free:** 1800297260
  - **Torch VRAM Total:** 1711276032
  - **Torch VRAM Free:** 74655736

## Logs

2024-09-28 14:20:52,834 - root - INFO - Total VRAM 4096 MB, total RAM 15557 MB 2024-09-28 14:20:52,834 - root - INFO - pytorch version: 2.3.0+cu121 2024-09-28 14:20:52,836 - root - INFO - Set vram state to: NORMAL_VRAM 2024-09-28 14:20:52,836 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 3050 Ti Laptop GPU : cudaMallocAsync 2024-09-28 14:20:55,153 - root - INFO - Using pytorch cross attention 2024-09-28 14:20:57,456 - root - INFO - [Prompt Server] web root: C:\AI-programs\ComfyUI_windows_portable\ComfyUI\web 2024-09-28 14:21:00,493 - root - WARNING - Traceback (most recent call last): File "C:\AI-programs\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1998, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inference-Core-Nodes__init__.py", line 1, in from inference_core_nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS ModuleNotFoundError: No module named 'inference_core_nodes'

2024-09-28 14:21:00,493 - root - WARNING - Cannot import C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inference-Core-Nodes module for custom nodes: No module named 'inference_core_nodes' 2024-09-28 14:21:01,333 - root - WARNING - Traceback (most recent call last): File "C:\AI-programs\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1998, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_InstantID__init__.py", line 1, in from .InstantID import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_InstantID\InstantID.py", line 13, in from insightface.app import FaceAnalysis ModuleNotFoundError: No module named 'insightface'

2024-09-28 14:21:01,333 - root - WARNING - Cannot import C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_InstantID module for custom nodes: No module named 'insightface' 2024-09-28 14:21:08,130 - root - INFO - Import times for custom nodes: 2024-09-28 14:21:08,130 - root - INFO - 0.0 seconds: C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py 2024-09-28 14:21:08,131 - root - INFO - 0.0 seconds: C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Prompt_Gallery 2024-09-28 14:21:08,131 - root - INFO - 0.0 seconds: C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl_prompt_styler 2024-09-28 14:21:08,131 - root - INFO - 0.0 seconds: C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Dragos_Nodes 2024-09-28 14:21:08,131 - root - INFO - 0.0 seconds: C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inpaint-CropAndStitch 2024-09-28 14:21:08,131 - root - INFO - 0.0 seconds (IMPORT FAILED): C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inference-Core-Nodes 2024-09-28 14:21:08,131 - root - INFO - 0.0 seconds: C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-nodes 2024-09-28 14:21:08,131 - root - INFO - 0.0 seconds (IMPORT FAILED): C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_InstantID 2024-09-28 14:21:08,132 - root - INFO - 0.0 seconds: C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-inpaint-nodes 2024-09-28 14:21:08,132 - root - INFO - 0.0 seconds: C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\lazy-pony-prompter 2024-09-28 14:21:08,132 - root - INFO - 0.0 seconds: C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Saver 2024-09-28 14:21:08,132 - root - INFO - 0.1 seconds: C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Load-Image-Gallery 2024-09-28 14:21:08,132 - root - INFO - 0.1 seconds: C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes 2024-09-28 14:21:08,132 - root - INFO - 0.1 seconds: C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux 2024-09-28 14:21:08,132 - root - INFO - 0.4 seconds: C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_MileHighStyler 2024-09-28 14:21:08,132 - root - INFO - 0.5 seconds: C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager 2024-09-28 14:21:08,133 - root - INFO - 0.9 seconds: C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\SeargeSDXL 2024-09-28 14:21:08,133 - root - INFO - 1.9 seconds: C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack 2024-09-28 14:21:08,133 - root - INFO - 2.4 seconds: C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui 2024-09-28 14:21:08,133 - root - INFO - 3.0 seconds: C:\AI-programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Primere_Nodes 2024-09-28 14:21:08,133 - root - INFO - 2024-09-28 14:21:08,144 - root - INFO - Starting server

2024-09-28 14:21:08,145 - root - INFO - To see the GUI go to: http://127.0.0.1:8188 2024-09-28 14:26:04,841 - root - INFO - got prompt 2024-09-28 14:26:05,149 - root - ERROR - Failed to validate prompt for output 581: 2024-09-28 14:26:05,150 - root - ERROR - InpaintCrop 578: 2024-09-28 14:26:05,150 - root - ERROR - - Value not in list: rescale_algorithm: '1024' not in ['nearest', 'bilinear', 'bicubic', 'bislerp'] 2024-09-28 14:26:05,150 - root - ERROR - - Value not in list: mode: '0.8' not in ['ranged size', 'forced size', 'free size'] 2024-09-28 14:26:05,150 - root - ERROR - - Failed to convert an input value to a FLOAT value: blend_pixels, free size, could not convert string to float: 'free size' 2024-09-28 14:26:05,150 - root - ERROR - InpaintStitch 580: 2024-09-28 14:26:05,150 - root - ERROR - - Required input is missing: inpainted_image 2024-09-28 14:26:05,150 - root - ERROR - Output will be ignored 2024-09-28 14:26:05,150 - root - ERROR - Failed to validate prompt for output 336: 2024-09-28 14:26:05,151 - root - ERROR - (prompt): 2024-09-28 14:26:05,151 - root - ERROR - - Required input is missing: images 2024-09-28 14:26:05,151 - root - ERROR - SaveImage 336: 2024-09-28 14:26:05,151 - root - ERROR - - Required input is missing: images 2024-09-28 14:26:05,151 - root - ERROR - Output will be ignored 2024-09-28 14:26:05,361 - root - INFO - Using pytorch attention in VAE 2024-09-28 14:26:05,364 - root - INFO - Using pytorch attention in VAE 2024-09-28 14:26:08,530 - root - INFO - model weight dtype torch.float16, manual cast: None 2024-09-28 14:26:08,557 - root - INFO - model_type EPS 2024-09-28 14:26:24,388 - root - INFO - Using pytorch attention in VAE 2024-09-28 14:26:24,423 - root - INFO - Using pytorch attention in VAE 2024-09-28 14:26:28,397 - root - INFO - Requested to load SDXLRefinerClipModel 2024-09-28 14:26:28,404 - root - INFO - Loading 1 new model 2024-09-28 14:26:28,431 - root - INFO - loaded completely 0.0 1324.95849609375 True 2024-09-28 14:26:33,062 - root - INFO - model weight dtype torch.float16, manual cast: None 2024-09-28 14:26:33,082 - root - INFO - model_type EPS 2024-09-28 14:27:20,973 - root - INFO - Using pytorch attention in VAE 2024-09-28 14:27:21,247 - root - INFO - Using pytorch attention in VAE 2024-09-28 14:27:27,287 - root - INFO - Requested to load SDXLClipModel 2024-09-28 14:27:27,287 - root - INFO - Loading 1 new model 2024-09-28 14:27:30,919 - root - INFO - loaded completely 0.0 1560.802734375 True 2024-09-28 14:27:37,037 - root - ERROR - !!! Exception during processing !!! PrimereVisualLORA.visual_lora_stacker() missing 1 required positional argument: 'workflow_tuple' 2024-09-28 14:27:37,043 - root - ERROR - Traceback (most recent call last): File "C:\AI-programs\ComfyUI_windows_portable\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 "C:\AI-programs\ComfyUI_windows_portable\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 "C:\AI-programs\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "C:\AI-programs\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: PrimereVisualLORA.visual_lora_stacker() missing 1 required positional argument: 'workflow_tuple'

2024-09-28 14:27:37,047 - root - INFO - Prompt executed in 91.89 seconds 2024-09-28 14:33:55,648 - root - INFO - got prompt 2024-09-28 14:33:55,958 - root - ERROR - Failed to validate prompt for output 660: 2024-09-28 14:33:55,958 - root - ERROR - PrimereConceptDataTuple 668: 2024-09-28 14:33:55,958 - root - ERROR - - Required input is missing: cascade_stage_c 2024-09-28 14:33:55,958 - root - ERROR - - Required input is missing: flux_sampler 2024-09-28 14:33:55,959 - root - ERROR - - Required input is missing: cascade_stage_a 2024-09-28 14:33:55,959 - root - ERROR - - Required input is missing: flux_clip_t5xxl 2024-09-28 14:33:55,959 - root - ERROR - - Required input is missing: hypersd_selector 2024-09-28 14:33:55,959 - root - ERROR - - Required input is missing: flux_selector 2024-09-28 14:33:55,959 - root - ERROR - - Required input is missing: flux_wight_dtype 2024-09-28 14:33:55,959 - root - ERROR - - Required input is missing: flux_vae 2024-09-28 14:33:55,959 - root - ERROR - - Required input is missing: flux_clip_l 2024-09-28 14:33:55,959 - root - ERROR - - Required input is missing: lightning_model_step 2024-09-28 14:33:55,959 - root - ERROR - - Required input is missing: cascade_stage_b 2024-09-28 14:33:55,959 - root - ERROR - - Required input is missing: hypersd_model_step 2024-09-28 14:33:55,960 - root - ERROR - - Required input is missing: cascade_clip 2024-09-28 14:33:55,960 - root - ERROR - - Required input is missing: flux_gguf 2024-09-28 14:33:55,960 - root - ERROR - - Required input is missing: flux_clip_guidance 2024-09-28 14:33:55,960 - root - ERROR - - Required input is missing: flux_diffusion 2024-09-28 14:33:55,960 - root - ERROR - - Required input is missing: lightning_selector 2024-09-28 14:33:55,960 - root - ERROR - Output will be ignored 2024-09-28 14:33:55,960 - root - ERROR - Failed to validate prompt for output 659: 2024-09-28 14:33:55,960 - root - ERROR - Output will be ignored 2024-09-28 14:33:55,960 - root - ERROR - Failed to validate prompt for output 626: 2024-09-28 14:33:55,960 - root - ERROR - Output will be ignored 2024-09-28 14:33:55,962 - root - ERROR - Failed to validate prompt for output 658: 2024-09-28 14:33:55,962 - root - ERROR - Output will be ignored 2024-09-28 14:33:55,962 - root - ERROR - Failed to validate prompt for output 609: 2024-09-28 14:33:55,962 - root - ERROR - Output will be ignored 2024-09-28 14:33:55,962 - root - ERROR - Failed to validate prompt for output 620: 2024-09-28 14:33:55,962 - root - ERROR - Output will be ignored 2024-09-28 14:33:55,974 - root - ERROR - Failed to validate prompt for output 581: 2024-09-28 14:33:55,976 - root - ERROR - InpaintCrop 578: 2024-09-28 14:33:55,976 - root - ERROR - - Failed to convert an input value to a FLOAT value: blend_pixels, free size, could not convert string to float: 'free size' 2024-09-28 14:33:55,976 - root - ERROR - InpaintStitch 580: 2024-09-28 14:33:55,976 - root - ERROR - - Required input is missing: inpainted_image 2024-09-28 14:33:55,976 - root - ERROR - Output will be ignored 2024-09-28 14:33:55,976 - root - ERROR - Failed to validate prompt for output 336: 2024-09-28 14:33:55,976 - root - ERROR - (prompt): 2024-09-28 14:33:55,976 - root - ERROR - - Required input is missing: images 2024-09-28 14:33:55,976 - root - ERROR - SaveImage 336: 2024-09-28 14:33:55,976 - root - ERROR - - Required input is missing: images 2024-09-28 14:33:55,977 - root - ERROR - Output will be ignored 2024-09-28 14:33:58,719 - root - INFO - Prompt executed in 2.74 seconds 2024-09-28 14:37:51,589 - root - INFO - got prompt 2024-09-28 14:37:51,909 - root - ERROR - Failed to validate prompt for output 581: 2024-09-28 14:37:51,910 - root - ERROR - InpaintCrop 578: 2024-09-28 14:37:51,910 - root - ERROR - - Failed to convert an input value to a FLOAT value: blend_pixels, free size, could not convert string to float: 'free size' 2024-09-28 14:37:51,910 - root - ERROR - InpaintStitch 580: 2024-09-28 14:37:51,910 - root - ERROR - - Required input is missing: inpainted_image 2024-09-28 14:37:51,910 - root - ERROR - Output will be ignored 2024-09-28 14:37:51,910 - root - ERROR - Failed to validate prompt for output 336: 2024-09-28 14:37:51,910 - root - ERROR - (prompt): 2024-09-28 14:37:51,910 - root - ERROR - - Required input is missing: images 2024-09-28 14:37:51,910 - root - ERROR - * SaveImage 336: 2024-09-28 14:37:51,910 - root - ERROR - - Required input is missing: images 2024-09-28 14:37:51,912 - root - ERROR - Output will be ignored 2024-09-28 14:37:52,045 - root - ERROR - !!! Exception during processing !!! PrimereVisualLORA.visual_lora_stacker() missing 1 required positional argument: 'workflow_tuple' 2024-09-28 14:37:52,046 - root - ERROR - Traceback (most recent call last): File "C:\AI-programs\ComfyUI_windows_portable\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 "C:\AI-programs\ComfyUI_windows_portable\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 "C:\AI-programs\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "C:\AI-programs\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: PrimereVisualLORA.visual_lora_stacker() missing 1 required positional argument: 'workflow_tuple'

2024-09-28 14:37:52,047 - root - INFO - Prompt executed in 0.13 seconds 2024-09-28 14:37:59,908 - root - INFO - got prompt 2024-09-28 14:38:00,284 - root - ERROR - Failed to validate prompt for output 581: 2024-09-28 14:38:00,284 - root - ERROR - InpaintCrop 578: 2024-09-28 14:38:00,284 - root - ERROR - - Failed to convert an input value to a FLOAT value: blend_pixels, free size, could not convert string to float: 'free size' 2024-09-28 14:38:00,285 - root - ERROR - InpaintStitch 580: 2024-09-28 14:38:00,285 - root - ERROR - - Required input is missing: inpainted_image 2024-09-28 14:38:00,285 - root - ERROR - Output will be ignored 2024-09-28 14:38:00,285 - root - ERROR - Failed to validate prompt for output 336: 2024-09-28 14:38:00,285 - root - ERROR - (prompt): 2024-09-28 14:38:00,285 - root - ERROR - - Required input is missing: images 2024-09-28 14:38:00,285 - root - ERROR - SaveImage 336: 2024-09-28 14:38:00,285 - root - ERROR - - Required input is missing: images 2024-09-28 14:38:00,286 - root - ERROR - Output will be ignored 2024-09-28 14:38:00,419 - root - ERROR - !!! Exception during processing !!! PrimereVisualLORA.visual_lora_stacker() missing 1 required positional argument: 'workflow_tuple' 2024-09-28 14:38:00,420 - root - ERROR - Traceback (most recent call last): File "C:\AI-programs\ComfyUI_windows_portable\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 "C:\AI-programs\ComfyUI_windows_portable\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 "C:\AI-programs\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "C:\AI-programs\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: PrimereVisualLORA.visual_lora_stacker() missing 1 required positional argument: 'workflow_tuple'

2024-09-28 14:38:00,423 - root - INFO - Prompt executed in 0.13 seconds 2024-09-28 14:38:31,826 - root - INFO - got prompt 2024-09-28 14:38:32,137 - root - ERROR - Failed to validate prompt for output 581: 2024-09-28 14:38:32,137 - root - ERROR - InpaintCrop 578: 2024-09-28 14:38:32,137 - root - ERROR - - Failed to convert an input value to a FLOAT value: blend_pixels, free size, could not convert string to float: 'free size' 2024-09-28 14:38:32,137 - root - ERROR - InpaintStitch 580: 2024-09-28 14:38:32,137 - root - ERROR - - Required input is missing: inpainted_image 2024-09-28 14:38:32,138 - root - ERROR - Output will be ignored 2024-09-28 14:38:32,138 - root - ERROR - Failed to validate prompt for output 336: 2024-09-28 14:38:32,138 - root - ERROR - (prompt): 2024-09-28 14:38:32,138 - root - ERROR - - Required input is missing: images 2024-09-28 14:38:32,138 - root - ERROR - SaveImage 336: 2024-09-28 14:38:32,138 - root - ERROR - - Required input is missing: images 2024-09-28 14:38:32,139 - root - ERROR - Output will be ignored 2024-09-28 14:38:32,273 - root - ERROR - !!! Exception during processing !!! PrimereVisualLORA.visual_lora_stacker() missing 1 required positional argument: 'workflow_tuple' 2024-09-28 14:38:32,274 - root - ERROR - Traceback (most recent call last): File "C:\AI-programs\ComfyUI_windows_portable\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 "C:\AI-programs\ComfyUI_windows_portable\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 "C:\AI-programs\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "C:\AI-programs\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: PrimereVisualLORA.visual_lora_stacker() missing 1 required positional argument: 'workflow_tuple'

2024-09-28 14:38:32,275 - root - INFO - Prompt executed in 0.13 seconds 2024-09-28 14:38:44,565 - root - INFO - got prompt 2024-09-28 14:38:44,861 - root - ERROR - Failed to validate prompt for output 581: 2024-09-28 14:38:44,861 - root - ERROR - InpaintCrop 578: 2024-09-28 14:38:44,862 - root - ERROR - - Failed to convert an input value to a FLOAT value: blend_pixels, free size, could not convert string to float: 'free size' 2024-09-28 14:38:44,862 - root - ERROR - InpaintStitch 580: 2024-09-28 14:38:44,862 - root - ERROR - - Required input is missing: inpainted_image 2024-09-28 14:38:44,862 - root - ERROR - Output will be ignored 2024-09-28 14:38:44,862 - root - ERROR - Failed to validate prompt for output 336: 2024-09-28 14:38:44,862 - root - ERROR - (prompt): 2024-09-28 14:38:44,862 - root - ERROR - - Required input is missing: images 2024-09-28 14:38:44,862 - root - ERROR - SaveImage 336: 2024-09-28 14:38:44,863 - root - ERROR - - Required input is missing: images 2024-09-28 14:38:44,863 - root - ERROR - Output will be ignored 2024-09-28 14:38:44,993 - root - ERROR - !!! Exception during processing !!! PrimereVisualLORA.visual_lora_stacker() missing 1 required positional argument: 'workflow_tuple' 2024-09-28 14:38:44,993 - root - ERROR - Traceback (most recent call last): File "C:\AI-programs\ComfyUI_windows_portable\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 "C:\AI-programs\ComfyUI_windows_portable\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 "C:\AI-programs\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "C:\AI-programs\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: PrimereVisualLORA.visual_lora_stacker() missing 1 required positional argument: 'workflow_tuple'

2024-09-28 14:38:44,995 - root - INFO - Prompt executed in 0.13 seconds 2024-09-28 14:39:03,946 - root - INFO - got prompt 2024-09-28 14:39:04,289 - root - ERROR - Failed to validate prompt for output 581: 2024-09-28 14:39:04,290 - root - ERROR - InpaintCrop 578: 2024-09-28 14:39:04,290 - root - ERROR - - Failed to convert an input value to a FLOAT value: blend_pixels, free size, could not convert string to float: 'free size' 2024-09-28 14:39:04,290 - root - ERROR - InpaintStitch 580: 2024-09-28 14:39:04,291 - root - ERROR - - Required input is missing: inpainted_image 2024-09-28 14:39:04,291 - root - ERROR - Output will be ignored 2024-09-28 14:39:04,291 - root - ERROR - Failed to validate prompt for output 336: 2024-09-28 14:39:04,291 - root - ERROR - (prompt): 2024-09-28 14:39:04,291 - root - ERROR - - Required input is missing: images 2024-09-28 14:39:04,291 - root - ERROR - SaveImage 336: 2024-09-28 14:39:04,291 - root - ERROR - - Required input is missing: images 2024-09-28 14:39:04,291 - root - ERROR - Output will be ignored 2024-09-28 14:39:04,453 - root - ERROR - !!! Exception during processing !!! PrimereVisualLORA.visual_lora_stacker() missing 1 required positional argument: 'workflow_tuple' 2024-09-28 14:39:04,454 - root - ERROR - Traceback (most recent call last): File "C:\AI-programs\ComfyUI_windows_portable\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 "C:\AI-programs\ComfyUI_windows_portable\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 "C:\AI-programs\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "C:\AI-programs\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: PrimereVisualLORA.visual_lora_stacker() missing 1 required positional argument: 'workflow_tuple'

2024-09-28 14:39:04,455 - 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)
![Workflow tuple error](https://github.com/user-attachments/assets/3c2c1307-3629-44ae-9dbc-5a5a45c4412e)
CosmicLaca commented 1 month ago

I need some days to solve this problem. New data called workflow_tuple used by attached workflows only.

Nicksterno commented 1 month ago

All good, thank you for quick response!