Replies: 3 comments
-
I've tried everything. I can't get around this error. ComfyUI Error ReportError Details
Stack Trace
System Information
Devices
Logs
Attached WorkflowPlease make sure that workflow does not contain any sensitive information such as API keys or passwords.
Additional Context(Please add any additional context or steps to reproduce the error here) |
Beta Was this translation helpful? Give feedback.
-
The same error is happening to me, I don't know what to do Does anyone know how to resolve this? !!! Exception during processing !!! expected str, bytes or os.PathLike object, not NoneType Prompt executed in 0.22 seconds |
Beta Was this translation helpful? Give feedback.
-
No solution at this time.
Dnia 14 lutego 2025 01:40 Igor de Barros Rigueira Fernandes napisał(a):
The same error is happening to me, I don't know what to do
Does anyone know how to resolve this?
!!! Exception during processing !!! expected str, bytes or os.PathLike object, not NoneType
Traceback (most recent call last):
File "/content/AI/ComfyUI/execution.py", line 327, 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 "/content/AI/ComfyUI/execution.py", line 202, 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 "/content/AI/ComfyUI/execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "/content/AI/ComfyUI/execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/content/AI/ComfyUI/custom_nodes/ComfyUI-DeepFuze/nodes.py", line 710, in faceswampgenerate
video_format = apply_format_widgets(format_ext, kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/content/AI/ComfyUI/custom_nodes/ComfyUI-DeepFuze/nodes.py", line 207, in apply_format_widgets
with open(video_format_path, 'r') as stream:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: expected str, bytes or os.PathLike object, not NoneType
Prompt executed in 0.22 seconds
— Reply to this email directly, github.com view it on GitHub , or github.com unsubscribe . You are receiving this because you commented. Message ID: <SamKhoze/ComfyUI-DeepFuze/repo-discussions/68/comments/12194309 @ github . com>
|
Beta Was this translation helpful? Give feedback.
-
Warum bekomme ich die aufgeführte Fehlermeldung?
Ich nutze einen Windows Rechner und habe die Installationsschritte laut Video durchgeführt.
Danke im voraus
Beta Was this translation helpful? Give feedback.
All reactions