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
Using the Diffuser demo model, I run in that issue after sampling and when decoding starts: Any clue?
100%|██████████████████████████████████████████████████████████████████████████████████| 25/25 [39:17<00:00, 94.31s/it]
!!! Exception during processing !!! Input type (torch.cuda.HalfTensor) and weight type (torch.HalfTensor) should be the same
Traceback (most recent call last):
File "C:\Work\vfluencers\ComfyUI\custom_nodes\ComfyUI-ControlNeXt-SVD\nodes.py", line 341, in process
frames = pipeline.decode_latents(samples['samples'], num_frames, decode_chunk_size)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Work\vfluencers\ComfyUI\custom_nodes\ComfyUI-ControlNeXt-SVD\pipeline\pipeline_stable_video_diffusion_controlnext.py", line 270, in decode_latents
frame = self.vae.decode(latents[i : i + decode_chunk_size], **decode_kwargs).sample
The text was updated successfully, but these errors were encountered:
Using the Diffuser demo model, I run in that issue after sampling and when decoding starts: Any clue?
100%|██████████████████████████████████████████████████████████████████████████████████| 25/25 [39:17<00:00, 94.31s/it]
!!! Exception during processing !!! Input type (torch.cuda.HalfTensor) and weight type (torch.HalfTensor) should be the same
Traceback (most recent call last):
File "C:\Work\vfluencers\ComfyUI\custom_nodes\ComfyUI-ControlNeXt-SVD\nodes.py", line 341, in process
frames = pipeline.decode_latents(samples['samples'], num_frames, decode_chunk_size)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Work\vfluencers\ComfyUI\custom_nodes\ComfyUI-ControlNeXt-SVD\pipeline\pipeline_stable_video_diffusion_controlnext.py", line 270, in decode_latents
frame = self.vae.decode(latents[i : i + decode_chunk_size], **decode_kwargs).sample
The text was updated successfully, but these errors were encountered: