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
2024-01-29
Revert "Try to reverse the dtype checking mechanism"
Kohaku-Blueleaf
2024-01-29
Try to reverse the dtype checking mechanism
Kohaku-Blueleaf
2024-01-29
linting
Kohaku-Blueleaf
2024-01-29
Fix potential bugs
Kohaku-Blueleaf
2024-01-20
Avoid exceptions to be silenced
Kohaku-Blueleaf
2024-01-20
Avoid early disable
Kohaku-Blueleaf
2024-01-19
Fix nested manual cast
Kohaku-Blueleaf
2024-01-09
rearrange if-statements for cpu
Kohaku-Blueleaf
2024-01-09
Apply the correct behavior of precision='full'
Kohaku-Blueleaf
2024-01-09
Revert "Apply correct inference precision implementation"
Kohaku-Blueleaf
2024-01-09
Apply correct inference precision implementation
Kohaku-Blueleaf
2024-01-09
linting and debugs
Kohaku-Blueleaf
2024-01-09
Fix bugs when arg dtype doesn't match
KohakuBlueleaf
2024-01-09
improve efficiency and support more device
Kohaku-Blueleaf
2023-12-31
change import statements for #14478
AUTOMATIC1111
2023-12-31
Add utility to inspect a model's parameters (to get dtype/device)
Aarni Koskela
2023-12-03
Merge branch 'dev' into test-fp8
Kohaku-Blueleaf
2023-12-02
Merge pull request #14171 from Nuullll/ipex
AUTOMATIC1111
2023-12-02
Merge branch 'dev' into test-fp8
Kohaku-Blueleaf
2023-12-02
Merge pull request #14131 from read-0nly/patch-1
AUTOMATIC1111
2023-12-02
Disable ipex autocast due to its bad perf
Nuullll
2023-11-30
Initial IPEX support
Nuullll
2023-11-27
Update devices.py
obsol
2023-11-19
Better naming
Kohaku-Blueleaf
2023-11-19
Use options instead of cmd_args
Kohaku-Blueleaf
2023-10-28
Add MPS manual cast
KohakuBlueleaf
2023-10-28
ManualCast for 10/16 series gpu
Kohaku-Blueleaf
2023-10-24
Add CPU fp8 support
Kohaku-Blueleaf
2023-09-09
fix for crash when running #12924 without --device-id
AUTOMATIC1111
2023-08-31
More accurate check for enabling cuDNN benchmark on 16XX cards
catboxanon
2023-08-09
split shared.py into multiple files; should resolve all circular reference im...
AUTOMATIC1111
2023-08-09
rework RNG to use generators instead of generating noises beforehand
AUTOMATIC1111
2023-08-03
rework torchsde._brownian.brownian_interval replacement to use device.randn_l...
AUTOMATIC1111
2023-08-03
add NV option for Random number generator source setting, which allows to gen...
AUTOMATIC1111
2023-07-11
Fix MPS cache cleanup
Aarni Koskela
2023-07-08
added torch.mps.empty_cache() to torch_gc()
AUTOMATIC1111
2023-06-05
Remove a bunch of unused/vestigial code
Aarni Koskela
2023-05-21
run basic torch calculation at startup in parallel to reduce the performance ...
AUTOMATIC
2023-05-10
ruff auto fixes
AUTOMATIC
2023-04-29
rename CPU RNG to RNG source in settings, add infotext and parameters copypas...
AUTOMATIC
2023-04-18
Option to use CPU for random number generation.
Deciare
2023-02-01
Refactor Mac specific code to a separate file
brkirch
2023-02-01
Refactor MPS fixes to CondFunc
brkirch
2023-02-01
MPS fix is still needed :(
brkirch
2023-01-28
Merge pull request #7309 from brkirch/fix-embeddings
AUTOMATIC1111
2023-01-28
Remove MPS fix no longer needed for PyTorch
brkirch
2023-01-28
Refactor conditional casting, fix upscalers
brkirch
2023-01-27
clarify the option to disable NaN check.
AUTOMATIC
2023-01-27
remove the need to place configs near models
AUTOMATIC
2023-01-25
Add UI setting for upcasting attention to float32
brkirch
[next]