index
:
stable-diffusion-webui-gfx803.git
master
stable-diffusion-webui by AUTOMATIC1111 with patches for gfx803 GPU and Dockerfile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
devices.py
Age
Commit message (
Expand
)
Author
2023-01-27
remove the need to place configs near models
AUTOMATIC
2023-01-25
Add UI setting for upcasting attention to float32
brkirch
2023-01-25
Add option for float32 sampling with float16 UNet
brkirch
2023-01-19
Merge pull request #6922 from brkirch/cumsum-fix
AUTOMATIC1111
2023-01-17
Fix cumsum for MPS in newer torch
brkirch
2023-01-17
disable the new NaN check for the CI
AUTOMATIC
2023-01-16
Add a check and explanation for tensor with all NaNs.
AUTOMATIC
2023-01-05
Add support for PyTorch nightly and local builds
brkirch
2022-12-17
Add numpy fix for MPS on PyTorch 1.12.1
brkirch
2022-12-03
add built-in extension system
AUTOMATIC
2022-12-03
add comment for #4407 and remove seemingly unnecessary cudnn.enabled
AUTOMATIC
2022-12-03
fix #4407 breaking UI entirely for card other than ones related to the PR
AUTOMATIC
2022-12-03
Merge pull request #4407 from yoinked-h/patch-1
AUTOMATIC1111
2022-11-30
Rework MPS randn fix, add randn_like fix
brkirch
2022-11-27
Merge pull request #4918 from brkirch/pytorch-fixes
AUTOMATIC1111
2022-11-27
eliminate duplicated code from #5095
AUTOMATIC
2022-11-26
torch.cuda.empty_cache() defaults to cuda:0 device unless explicitly set othe...
Matthew McGoogan
2022-11-21
Add fixes for PyTorch 1.12.1
brkirch
2022-11-17
Revert "MPS Upscalers Fix"
brkirch
2022-11-12
change formatting to match the main program in devices.py
AUTOMATIC
2022-11-12
Update devices.py
源文雨
2022-11-12
Fix wrong mps selection below MasOS 12.3
源文雨
2022-11-08
actual better fix
pepe10-gpu
2022-11-07
terrible hack
pepe10-gpu
2022-11-06
16xx card fix
pepe10-gpu
2022-10-25
MPS Upscalers Fix
brkirch
2022-10-25
Remove BSRGAN from --use-cpu, add SwinIR
brkirch
2022-10-22
remove parsing command line from devices.py
AUTOMATIC
2022-10-22
implement CUDA device selection by ID
Extraltodeus
2022-10-14
Add 'interrogate' and 'all' choices to --use-cpu
brkirch
2022-10-10
--no-half-vae
AUTOMATIC
2022-10-04
Merge branch 'master' into cpu-cmdline-opt
brkirch
2022-10-04
send all three of GFPGAN's and codeformer's models to CPU memory instead of j...
AUTOMATIC
2022-10-04
Add BSRGAN to --add-cpu
brkirch
2022-10-04
Add --use-cpu command line option
brkirch
2022-10-04
Merge branch 'master' into master
brkirch
2022-10-02
initial support for training textual inversion
AUTOMATIC
2022-09-30
When device is MPS, use CPU for GFPGAN instead
brkirch
2022-09-13
first attempt to produce crrect seeds in batch
AUTOMATIC
2022-09-12
changes for #294
AUTOMATIC
2022-09-12
Allow TF32 in CUDA for increased performance #279
AUTOMATIC
2022-09-11
add half() supporrt for CLIP interrogation
AUTOMATIC
2022-09-11
CLIP interrogator
AUTOMATIC
2022-09-11
Modular device management
Abdullah Barhoum