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
/
codeformer_model.py
Age
Commit message (
Collapse
)
Author
2022-09-26
Cleanup existing directories, fixes
d8ahazard
2022-09-26
Re-implement universal model loading
d8ahazard
2022-09-14
Removed stray references to shared.device_codeformer.
Elias Oenal
2022-09-14
fix for codeformer switching torch devices on metal systems.
Elias Oenal
2022-09-12
Codeformer face restoration not working: AttributeError: module ↵
AUTOMATIC
'modules.shared' has no attribute 'device_codeformer' #348
2022-09-12
Merge pull request #294 from EliasOenal/master
AUTOMATIC1111
Fixes for mps/Metal: use of seeds, img2img, CodeFormer
2022-09-12
Instance of CUDA out of memory on a low-res batch, even with ↵
AUTOMATIC
--opt-split-attention-v1 (found cause) #255
2022-09-12
Refactored Metal/mps fixes.
Elias Oenal
2022-09-11
CodeFormer does not support mps/metal backend, implemented fallback to cpu ↵
Elias Oenal
backend.
2022-09-10
undo CodeFormer's upscaling of images with dimensions less than 512.
AUTOMATIC
2022-09-07
a little bit of rework for extras tab
AUTOMATIC
2022-09-07
codeformer support
AUTOMATIC