MacOS support

#18
by maximo10 - opened

does it support mps instead of Cuda ?

I'm still desperately trying but no luck so far. I needed to boot comfy ui with PYTORCH_ENABLE_MPS_FALLBACK=1 but even then I still keep getting the error message "TypeError: Cannot convert a MPS Tensor to float64 dtype as the MPS framework doesn't support float64. Please use float32 instead." with any of the provided model dtypes (fp8, fp32, fp16, bf 16). None of these is supposed to be fp64 anyway so I'm not sure where the error message comes from

Please see https://github.com/jy0205/Pyramid-Flow/pull/113 for MPS backend support.

Sign up or log in to comment