mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-04 06:04:57 -05:00
- All tensors in diffusers code path are now set explicitly to float32 or float16, depending on the --precision flag. - autocast is still used in the ckpt path, since it is being deprecated.