Closed Acteon77 closed 3 weeks ago
Show me the full error log.
Thanks a lot for your response!
Exception Message: 'multiplier2'
File "E:\ComfyUI_windows_portable\ComfyUI\execution.py", line 317, 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 "E:\ComfyUI_windows_portable\ComfyUI\execution.py", line 192, 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 "E:\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "E:\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack\inspire\conditioning_nodes.py", line 52, in doit
multiplier = float(kwargs[mkey])
Is that log enough?
I solved myself... Downgrade PyTorch from 2.4+++
That's strange. Although the log is fragmentary and not fully understood, it doesn't seem to be an issue related to torch. Typically, this is an issue that occurs when the workflow is broken.
So i had problem with this node from months and force myself to redownload fresh comfyui becouse its one of the best node i need. After fresh start with new comfy and basic custom nodes that one still have the same error that is mentioned in title. I wish you gonna fix it in future comfyui.log
Exception Message: 'multiplier2'
File "M:\Comfyui_2\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 "M:\Comfyui_2\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 "M:\Comfyui_2\ComfyUI\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "M:\Comfyui_2\ComfyUI\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "M:\Comfyui_2\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack\inspire\conditioning_nodes.py", line 52, in doit
multiplier = float(kwargs[mkey])
~~~~~~^^^^^^
## System Information
- **ComfyUI Version:** v0.2.3-9-g0dbba9f
- **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 3080 : cudaMallocAsync
- **Type:** cuda
- **VRAM Total:** 10736893952
- **VRAM Free:** 7782737912
- **Torch VRAM Total:** 1711276032
- **Torch VRAM Free:** 41101304
## Logs
2024-10-16 09:51:40,555 - root - INFO - Total VRAM 10240 MB, total RAM 32688 MB 2024-10-16 09:51:40,555 - root - INFO - pytorch version: 2.4.1+cu124 2024-10-16 09:51:40,557 - root - INFO - Set vram state to: NORMAL_VRAM 2024-10-16 09:51:40,557 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 3080 : cudaMallocAsync 2024-10-16 09:51:41,451 - root - INFO - Using pytorch cross attention 2024-10-16 09:51:42,877 - root - INFO - [Prompt Server] web root: M:\Comfyui_2\ComfyUI\web 2024-10-16 09:51:42,879 - root - INFO - Adding extra search path checkpoints path/to/stable-diffusion-webui/models/Stable-diffusion 2024-10-16 09:51:42,879 - root - INFO - Adding extra search path configs path/to/stable-diffusion-webui/models/Stable-diffusion 2024-10-16 09:51:42,880 - root - INFO - Adding extra search path vae path/to/stable-diffusion-webui/models/VAE 2024-10-16 09:51:42,880 - root - INFO - Adding extra search path loras path/to/stable-diffusion-webui/models/Lora 2024-10-16 09:51:42,880 - root - INFO - Adding extra search path upscale_models path/to/stable-diffusion-webui/models/ESRGAN 2024-10-16 09:51:42,880 - root - INFO - Adding extra search path upscale_models path/to/stable-diffusion-webui/models/SwinIR 2024-10-16 09:51:42,880 - root - INFO - Adding extra search path embeddings path/to/stable-diffusion-webui/embeddings 2024-10-16 09:51:42,880 - root - INFO - Adding extra search path hypernetworks path/to/stable-diffusion-webui/models/hypernetworks 2024-10-16 09:51:42,880 - root - INFO - Adding extra search path controlnet path/to/stable-diffusion-webui/models/ControlNet 2024-10-16 09:51:42,880 - root - INFO - Adding extra search path checkpoints H:\AI\models\ 2024-10-16 09:51:44,815 - root - INFO - Import times for custom nodes: 2024-10-16 09:51:44,815 - root - INFO - 0.0 seconds: M:\Comfyui_2\ComfyUI\custom_nodes\websocket_image_save.py 2024-10-16 09:51:44,815 - root - INFO - 0.1 seconds: M:\Comfyui_2\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack 2024-10-16 09:51:44,815 - root - INFO - 0.2 seconds: M:\Comfyui_2\ComfyUI\custom_nodes\ComfyUI-Manager 2024-10-16 09:51:44,816 - root - INFO - 0.5 seconds: M:\Comfyui_2\ComfyUI\custom_nodes\comfy_PoP 2024-10-16 09:51:44,816 - root - INFO - 0.6 seconds: M:\Comfyui_2\ComfyUI\custom_nodes\ComfyUI-Impact-Pack 2024-10-16 09:51:44,816 - root - INFO - 2024-10-16 09:51:44,822 - root - INFO - Starting server
2024-10-16 09:51:44,822 - root - INFO - To see the GUI go to: http://127.0.0.1:8188 2024-10-16 09:51:53,309 - root - INFO - got prompt 2024-10-16 09:51:53,588 - root - INFO - model weight dtype torch.float16, manual cast: None 2024-10-16 09:51:53,589 - root - INFO - model_type EPS 2024-10-16 09:51:54,464 - root - INFO - Using pytorch attention in VAE 2024-10-16 09:51:54,466 - root - INFO - Using pytorch attention in VAE 2024-10-16 09:51:54,786 - root - INFO - Requested to load SDXLClipModel 2024-10-16 09:51:54,786 - root - INFO - Loading 1 new model 2024-10-16 09:51:54,797 - root - INFO - loaded completely 0.0 1560.802734375 True 2024-10-16 09:51:56,328 - root - ERROR - !!! Exception during processing !!! 'multiplier2' 2024-10-16 09:51:56,329 - root - ERROR - Traceback (most recent call last): File "M:\Comfyui_2\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 "M:\Comfyui_2\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 "M:\Comfyui_2\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "M:\Comfyui_2\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "M:\Comfyui_2\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack\inspire\conditioning_nodes.py", line 52, in doit multiplier = float(kwargs[mkey])
KeyError: 'multiplier2'
2024-10-16 09:51:56,330 - root - INFO - Prompt executed in 2.96 seconds
```
## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
```
{"last_node_id":14,"last_link_id":17,"nodes":[{"id":5,"type":"EmptyLatentImage","pos":{"0":473,"1":609},"size":{"0":315,"1":106},"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"LATENT","type":"LATENT","links":[2],"slot_index":0}],"properties":{"Node name for S&R":"EmptyLatentImage"},"widgets_values":[512,768,1]},{"id":8,"type":"VAEDecode","pos":{"0":1256,"1":182},"size":{"0":210,"1":46},"flags":{},"order":7,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":7},{"name":"vae","type":"VAE","link":8}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[10],"slot_index":0}],"properties":{"Node name for S&R":"VAEDecode"},"widgets_values":[]},{"id":10,"type":"PreviewImage","pos":{"0":1509,"1":224},"size":{"0":210,"1":246},"flags":{},"order":8,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":10}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[]},{"id":3,"type":"KSampler","pos":{"0":863,"1":186},"size":{"0":315,"1":262},"flags":{},"order":6,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":1},{"name":"positive","type":"CONDITIONING","link":14},{"name":"negative","type":"CONDITIONING","link":6},{"name":"latent_image","type":"LATENT","link":2}],"outputs":[{"name":"LATENT","type":"LATENT","links":[7],"slot_index":0}],"properties":{"Node name for S&R":"KSampler"},"widgets_values":[663989944385407,"randomize",20,3.5,"dpmpp_3m_sde","karras",1]},{"id":7,"type":"CLIPTextEncode","pos":{"0":413,"1":389},"size":{"0":425.27801513671875,"1":180.6060791015625},"flags":{},"order":2,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":5}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[6],"slot_index":0}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":["score_1, score_2, score_3"]},{"id":6,"type":"CLIPTextEncode","pos":{"0":408,"1":185},"size":{"0":422.84503173828125,"1":164.31304931640625},"flags":{},"order":4,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":15}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[17],"slot_index":0}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":["score_9, score_8_up, score_7_up, score_6_up"]},{"id":12,"type":"CLIPTextEncode","pos":{"0":417,"1":-22},"size":{"0":422.84503173828125,"1":164.31304931640625},"flags":{},"order":3,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":12}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[16],"slot_index":0}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":["Dragon bottle on table, cinematic, volumetric lighting"]},{"id":11,"type":"ConcatConditioningsWithMultiplier //Inspire","pos":{"0":870,"1":-6},"size":{"0":386.3999938964844,"1":122},"flags":{},"order":5,"mode":0,"inputs":[{"name":"conditioning1","type":"CONDITIONING","link":16},{"name":"conditioning2","type":"CONDITIONING","link":17},{"name":"conditioning3","type":"CONDITIONING","link":null}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[14],"slot_index":0}],"properties":{"Node name for S&R":"ConcatConditioningsWithMultiplier //Inspire"},"widgets_values":[1,0.6799999999999997]},{"id":4,"type":"CheckpointLoaderSimple","pos":{"0":-97,"1":249},"size":{"0":315,"1":98},"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":[1],"slot_index":0},{"name":"CLIP","type":"CLIP","links":[5,12,15],"slot_index":1},{"name":"VAE","type":"VAE","links":[8],"slot_index":2}],"properties":{"Node name for S&R":"CheckpointLoaderSimple"},"widgets_values":["checkpointsN2\\novaRealityPony_v60.safetensors"]}],"links":[[1,4,0,3,0,"MODEL"],[2,5,0,3,3,"LATENT"],[5,4,1,7,0,"CLIP"],[6,7,0,3,2,"CONDITIONING"],[7,3,0,8,0,"LATENT"],[8,4,2,8,1,"VAE"],[10,8,0,10,0,"IMAGE"],[12,4,1,12,0,"CLIP"],[14,11,0,3,1,"CONDITIONING"],[15,4,1,6,0,"CLIP"],[16,12,0,11,0,"CONDITIONING"],[17,6,0,11,1,"CONDITIONING"]],"groups":[],"config":{},"extra":{"ds":{"scale":0.8264462809917354,"offset":[238.15375664489324,349.72393784721726]}},"version":0.4}
```
## Additional Context
(Please add any additional context or steps to reproduce the error here)
This is fixed.
ComfyUI Error Report
Error Details