Chinese pickle only giving me black screens of bad fortune. My GPU time banished to the land of winds and ghosts.
M:\ComfyUI_windows_portable_nvidiaVid\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite\videohelpersuite\nodes.py:104: RuntimeWarning: invalid value encountered in cast
return tensor_to_int(tensor, 8).astype(np.uint8)
M:\ComfyUI_windows_portable_nvidiaVid\ComfyUI_windows_portable\ComfyUI\nodes.py:1571: RuntimeWarning: invalid value encountered in cast
img = Image.fromarray(np.clip(i, 0, 255).astype(np.uint8))