Error occurred when executing DynamiCrafterI2V
leiyong000 opened this issue · 1 comments
使用的dynamicrafter_i2v_example_01.json这个工作流
Error occurred when executing DynamiCrafterI2V:
Resulting tensor containts NaNs. I'm unsure why this happens, changing step count and/or image dimensions might help.
File "E:\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\custom_nodes\ComfyUI-DynamiCrafterWrapper\nodes.py", line 532, in process
assert not torch.isnan(samples).any().item(), "Resulting tensor containts NaNs. I'm unsure why this happens, changing step count and/or image dimensions might help."
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
关闭
Yes it's an error message I wrote. I still have nothing else to say to it, use different step count/resolution.