You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error occurred during transfer: Array must not contain infs or NaNs
!!! Exception during processing !!! stack expects a non-empty TensorList
Traceback (most recent call last):
File "/root/autodl-tmp/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 "/root/autodl-tmp/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 "/root/autodl-tmp/ComfyUI/execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "/root/autodl-tmp/ComfyUI/execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "/root/autodl-tmp/ComfyUI/custom_nodes/comfyui-kjnodes/nodes/image_nodes.py", line 123, in colormatch
out = torch.stack(out, dim=0).to(torch.float32)
RuntimeError: stack expects a non-empty TensorList
The text was updated successfully, but these errors were encountered:
What torch version are you using? If you connect the decode output directly to the video combine, it's just black right? This would indicate you need to update your pytorch to at least 2.5.0, 2.6.0 is recommended.
What torch version are you using? If you connect the decode output directly to the video combine, it's just black right? This would indicate you need to update your pytorch to at least 2.5.0, 2.6.0 is recommended.
the workflow should be right but got error
Error occurred during transfer: Array must not contain infs or NaNs
!!! Exception during processing !!! stack expects a non-empty TensorList
Traceback (most recent call last):
File "/root/autodl-tmp/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 "/root/autodl-tmp/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 "/root/autodl-tmp/ComfyUI/execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "/root/autodl-tmp/ComfyUI/execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "/root/autodl-tmp/ComfyUI/custom_nodes/comfyui-kjnodes/nodes/image_nodes.py", line 123, in colormatch
out = torch.stack(out, dim=0).to(torch.float32)
RuntimeError: stack expects a non-empty TensorList
The text was updated successfully, but these errors were encountered: