AttributeError: 'function' object has no attribute '__func__'. Did you mean: '__doc__'?
Anyone know how to fix this? ComfyUI, Kijai nodes, GGUF nodes everything updated.
100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 3/3 [00:40<00:00, 13.35s/it]
!!! Exception during processing !!! 'function' object has no attribute 'func'
Traceback (most recent call last):
File "C:\ComfyUI_windows_portable\ComfyUI\execution.py", line 518, 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, v3_data=v3_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ComfyUI_windows_portable\ComfyUI\execution.py", line 329, 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, v3_data=v3_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Lora-Manager\py\metadata_collector\metadata_hook.py", line 165, in async_map_node_over_list_with_metadata
results = await original_map_node_over_list(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ComfyUI_windows_portable\ComfyUI\execution.py", line 303, in async_map_node_over_list
await process_inputs(input_dict, i)
File "C:\ComfyUI_windows_portable\ComfyUI\execution.py", line 270, in process_inputs
f = make_locked_method_func(type_obj, func, class_clone)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ComfyUI_windows_portable\ComfyUI\comfy_api\internal_init.py", line 140, in make_locked_method_func
method = getattr(type_obj, func).func
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'function' object has no attribute 'func'. Did you mean: 'doc'?
I have the exact same error trying to run Ace-Step in comfyui-zluda
I have it on every LTX2 workflow...
If you are having this error specifically with a ZLUDA install or if you are using the Ovum node pack to disable cuDNN for VAE nodes, the fix is to go into the Ovum/DNN extension config file and exclude the audio vae decode node, as per https://github.com/patientx/ComfyUI-Zluda/issues/424
If you are having this error specifically with a ZLUDA install or if you are using the Ovum node pack to disable cuDNN for VAE nodes, the fix is to go into the Ovum/DNN extension config file and exclude the audio vae decode node, as per https://github.com/patientx/ComfyUI-Zluda/issues/424
The thing is that I do not use AMD, not sure what was causing it but now its everything working fine. Maybe it was some broken comfyui update
But still Thank you so much for taking the time to answer, it may help others π