cmdr2
0fd706f392
Bring back the ability to run on CPU on PCs with CUDA-compatible GPUs
2023-03-10 10:19:55 +05:30
Michael Gallacher
1496d6ec51
Hotfix rollup
...
* Reverts the recent 'torch.mps' changes since .mps is only available in torch v2.0, which isn't yet released.
* Includes Hotfitx 984
* Enables 'cpu-only' option when running on Apple silicon.
2023-03-09 14:10:29 -07:00
cmdr2
d1a45ed9ac
Report the device GPU memory (and existence) correctly for mps (mac)
2023-03-09 21:15:00 +05:30
Michael Gallacher
11265c4034
Add support for MPS when running on Apple silicon
...
Changes:
* autodetect if MPS is available and the pytorch version has MPS support.
* change logic from "is the device CPU?" to "is the device not CUDA?".
* set PYTORCH_ENABLE_MPS_FALLBACK=1
Known issues:
* Some samplers (eg DDIM) will fail on MPS unless forced to CPU-only mode
2023-03-07 14:57:37 -07:00
cmdr2
5e2f31e3bf
Merge branch 'main' into beta
2023-03-02 10:15:51 +05:30
cmdr2
2eb317c6b6
Format code, PEP8 using Black
2023-02-14 18:47:50 +05:30
JeLuF
7ce223771d
Add k40m to list of FP32 cards ( #863 )
...
https://discord.com/channels/1014774730907209781/1073819636329631754
2023-02-12 14:37:53 +05:30
JeLuF
63c5de2612
Add T500 to list of full precision cards
2023-02-09 01:46:32 +01:00
JeLuF
efba81cb66
Add T1000, make Quadro equivalent to nvidia or geforce
2023-01-28 20:51:01 +01:00
JeLuF
b2cc5dcf4b
Add T600 to list of FP only GPUs
...
https://discord.com/channels/1014774730907209781/1068948110304354314
2023-01-28 20:18:07 +01:00
JeLuF
b5d1912c94
Add NVIDIA T1200 to the list of FP GPUs
...
Fixes https://discord.com/channels/1014774730907209781/1014774732018683926/1064269949339697163
2023-01-16 00:42:02 +01:00
rbertus2000
152aa7de09
bugfix for FP GPUs
2023-01-13 12:54:11 +01:00
JeLuF
7302927e4c
Add NVIDIA T550 to list of FP GPUs #755
...
The Nvidia T550 needs full precision to work correctly.
2023-01-12 14:16:35 +01:00
JeLuF
60f7c73c8a
prevent flooding the log with warnings for GPU<3GB
2023-01-04 02:45:51 +01:00
cmdr2
37b293fe74
Force full precision on NVIDIA T400
2022-12-28 17:46:24 +05:30
cmdr2
a2b55c0df7
Report precision
2022-12-24 21:44:42 +05:30
cmdr2
47e3884994
Rename the python package name to easydiffusion (from sd_internal)
2022-12-19 19:39:15 +05:30