-
Notifications
You must be signed in to change notification settings - Fork 431
Closed
Labels
Description
Prerequisites
- I am running the latest version of ComfyUI
- I have searched existing issues to make sure this isn't a duplicate
- I have tested with all custom nodes disabled (see how)
What happened?
The Load3D node has stopped working since version 1.32.1. Error when accessing the "lineart" attribute
1.32.5 broken
1.32.4 broken
1.32.3 broken
1.32.2 broken
1.32.1 broken
1.32.0 working
Steps to Reproduce
- pip install comfyui-frontend-package==1.32.1
- Use the Load3d node included in the comfy-core package
How is this affecting you?
Workflow won't execute
ComfyUI Frontend Version
1.32.1
Browser
Firefox
Console Errors
got prompt
Using xformers attention in VAE
Using xformers attention in VAE
VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
!!! Exception during processing !!! 'lineart'
Traceback (most recent call last):
File "I:\ComfyUI-ART\ComfyUI\execution.py", line 510, in execute
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, hidden_inputs=hidden_inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "I:\ComfyUI-ART\ComfyUI\execution.py", line 324, in get_output_data
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, hidden_inputs=hidden_inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "I:\ComfyUI-ART\ComfyUI\execution.py", line 298, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "I:\ComfyUI-ART\ComfyUI\execution.py", line 286, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "I:\ComfyUI-ART\ComfyUI\comfy_extras\nodes_load_3d.py", line 49, in process
lineart_path = folder_paths.get_annotated_filepath(image['lineart'])
~~~~~^^^^^^^^^^^
KeyError: 'lineart'
Prompt executed in 0.22 secondsLogs
Additional Context
On frontend version 1.32.0 and below, everything works fine.
┆Issue is synchronized with this Notion page by Unito