brkirch 84d9ce30cb Add option for float32 sampling with float16 UNet
This also handles type casting so that ROCm and MPS torch devices work correctly without --no-half. One cast is required for deepbooru in deepbooru_model.py, some explicit casting is required for img2img and inpainting. depth_model can't be converted to float16 or it won't work correctly on some systems (it's known to have issues on MPS) so in sd_models.py model.depth_model is removed for model.half().
2023-01-25 01:13:02 -05:00
..
2023-01-21 08:36:07 +03:00
2022-11-17 00:08:21 -05:00
2022-12-03 18:06:33 +03:00
2023-01-21 16:15:53 +03:00
2023-01-21 08:36:07 +03:00
2023-01-23 14:50:20 +03:00
2022-09-07 12:32:28 +03:00
2023-01-15 09:42:34 -05:00
2023-01-18 13:59:45 +03:00
2022-12-30 19:36:36 -05:00
2022-12-14 20:59:33 +02:00
2023-01-19 09:25:37 +03:00
2023-01-21 16:15:53 +03:00
2023-01-07 01:46:13 +03:00
2022-12-31 18:06:35 +03:00
2023-01-18 13:59:45 +03:00
2023-01-23 15:50:32 +03:00
2023-01-23 15:50:32 +03:00
2022-11-30 14:56:12 +08:00