kijai / ComfyUI-MochiWrapper

Apache License 2.0
648 stars 53 forks source link

Use float16 for autocast on mps #67

Closed niw closed 2 weeks ago

niw commented 3 weeks ago

On mps, it only supports float16 for autocast. Use float16 instead of bfloat16 on mps for now.

This patch also use dtype for vae as well so that it can use bfloat16 or float16 on mps and other environment.