aboutsummaryrefslogtreecommitdiff
path: root/modules/devices.py
AgeCommit message (Collapse)Author
2022-10-10--no-half-vaeAUTOMATIC
2022-10-04Merge branch 'master' into cpu-cmdline-optbrkirch
2022-10-04send all three of GFPGAN's and codeformer's models to CPU memory instead of ↵AUTOMATIC
just one for #1283
2022-10-04Add BSRGAN to --add-cpubrkirch
2022-10-04Add --use-cpu command line optionbrkirch
Remove MPS detection to use CPU for GFPGAN / CodeFormer and add a --use-cpu command line option.
2022-10-04Merge branch 'master' into masterbrkirch
2022-10-02initial support for training textual inversionAUTOMATIC
2022-09-30When device is MPS, use CPU for GFPGAN insteadbrkirch
GFPGAN will not work if the device is MPS, so default to CPU instead.
2022-09-13first attempt to produce crrect seeds in batchAUTOMATIC
2022-09-12changes for #294AUTOMATIC
2022-09-12 Allow TF32 in CUDA for increased performance #279AUTOMATIC
2022-09-11add half() supporrt for CLIP interrogationAUTOMATIC
2022-09-11CLIP interrogatorAUTOMATIC
2022-09-11Modular device managementAbdullah Barhoum