[FIX] The diffusion pipeline returned dtype error

#8
by Pranavv - opened

Due to torch_dtype = torch.float16 the pipeline returned error RuntimeError: mat1 and mat2 must have the same dtype
Cause the dtype of tensor and models layer dtype didn't match. link_to_issue

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment