Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input type (torch.cuda.HalfTensor) and weight type (torch.HalfTensor) should be the same #79

Open
jgardet opened this issue Dec 9, 2024 · 0 comments

Comments

@jgardet
Copy link

jgardet commented Dec 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant