在stable duffision 插件deforum中跑图时出错,float32
Cannot convert a MPS Tensor to float64 dtype as the MPS framework doesn't support float64. Please use float32 instead.. Check your schedules/ init values please. Also make sure you don't have a backwards slash in any of your PATHs - use / instead of .
这个错误提示表明,你在使用"stable duffision"插件中,将MPS张量(MPS Tensor)转换为float64类型时出现问题。MPS框架不支持float64类型,因此你需要使用float32类型代替。同时,还需要检查你的调度(schedules)和初始化(init)值,并确保路径中没有反斜杠(\),而是使用斜杠(/)。
具体来说,你可以按照以下步骤解决该问题: