[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