DreamBoothMac icon indicating copy to clipboard operation
DreamBoothMac copied to clipboard

Apply conversion to ddim_sigmas to float32

Open alberto-salinas opened this issue 1 year ago • 0 comments

Fix float64 error in ddim.py:

Cannot convert a MPS Tensor to float64 dtype as the MPS framework doesn't support float64. Please use float32 instead.

This happens because make_ddim_sampling_parameters returns a tensor with float64

alberto-salinas avatar Apr 27 '23 06:04 alberto-salinas