aboutsummaryrefslogtreecommitdiff
path: root/modules/devices.py
AgeCommit message (Expand)Author
2023-05-21run basic torch calculation at startup in parallel to reduce the performance ...AUTOMATIC
2023-05-10ruff auto fixesAUTOMATIC
2023-04-29rename CPU RNG to RNG source in settings, add infotext and parameters copypas...AUTOMATIC
2023-04-18Option to use CPU for random number generation.Deciare
2023-02-01Refactor Mac specific code to a separate filebrkirch
2023-02-01Refactor MPS fixes to CondFuncbrkirch
2023-02-01MPS fix is still needed :(brkirch
2023-01-28Merge pull request #7309 from brkirch/fix-embeddingsAUTOMATIC1111
2023-01-28Remove MPS fix no longer needed for PyTorchbrkirch
2023-01-28Refactor conditional casting, fix upscalersbrkirch
2023-01-27clarify the option to disable NaN check.AUTOMATIC
2023-01-27remove the need to place configs near modelsAUTOMATIC
2023-01-25Add UI setting for upcasting attention to float32brkirch
2023-01-25Add option for float32 sampling with float16 UNetbrkirch
2023-01-19Merge pull request #6922 from brkirch/cumsum-fixAUTOMATIC1111
2023-01-17Fix cumsum for MPS in newer torchbrkirch
2023-01-17disable the new NaN check for the CIAUTOMATIC
2023-01-16Add a check and explanation for tensor with all NaNs.AUTOMATIC
2023-01-05Add support for PyTorch nightly and local buildsbrkirch
2022-12-17Add numpy fix for MPS on PyTorch 1.12.1brkirch
2022-12-03add built-in extension systemAUTOMATIC
2022-12-03add comment for #4407 and remove seemingly unnecessary cudnn.enabledAUTOMATIC
2022-12-03fix #4407 breaking UI entirely for card other than ones related to the PRAUTOMATIC
2022-12-03Merge pull request #4407 from yoinked-h/patch-1AUTOMATIC1111
2022-11-30Rework MPS randn fix, add randn_like fixbrkirch
2022-11-27Merge pull request #4918 from brkirch/pytorch-fixesAUTOMATIC1111
2022-11-27eliminate duplicated code from #5095AUTOMATIC
2022-11-26torch.cuda.empty_cache() defaults to cuda:0 device unless explicitly set othe...Matthew McGoogan
2022-11-21Add fixes for PyTorch 1.12.1brkirch
2022-11-17Revert "MPS Upscalers Fix"brkirch
2022-11-12change formatting to match the main program in devices.pyAUTOMATIC
2022-11-12Update devices.py源文雨
2022-11-12Fix wrong mps selection below MasOS 12.3源文雨
2022-11-08actual better fixpepe10-gpu
2022-11-07terrible hackpepe10-gpu
2022-11-0616xx card fixpepe10-gpu
2022-10-25MPS Upscalers Fixbrkirch
2022-10-25Remove BSRGAN from --use-cpu, add SwinIRbrkirch
2022-10-22remove parsing command line from devices.pyAUTOMATIC
2022-10-22implement CUDA device selection by IDExtraltodeus
2022-10-14Add 'interrogate' and 'all' choices to --use-cpubrkirch
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 j...AUTOMATIC
2022-10-04Add BSRGAN to --add-cpubrkirch
2022-10-04Add --use-cpu command line optionbrkirch
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
2022-09-13first attempt to produce crrect seeds in batchAUTOMATIC