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 (
Expand
)
Author
2023-12-30
Use Spandrel for upscaling and face restoration architectures (aside from GFP...
Aarni Koskela
2023-07-08
added torch.mps.empty_cache() to torch_gc()
AUTOMATIC1111
2023-06-27
Merge pull request #11046 from akx/ded-code
AUTOMATIC1111
2023-06-13
Use os.makedirs(..., exist_ok=True)
Aarni Koskela
2023-06-05
Remove a bunch of unused/vestigial code
Aarni Koskela
2023-05-31
rename print_error to report, use it with together with package name
AUTOMATIC
2023-05-29
Add & use modules.errors.print_error where currently printing exception info ...
Aarni Koskela
2023-05-10
fixes for B007
AUTOMATIC
2023-05-10
imports cleanup for ruff
AUTOMATIC
2023-02-24
Filter out temporary files that will be generated if the download fails.
Tpinion
2023-01-27
clean up unused script_path imports
Max Audron
2022-11-12
Set device for facelib/facexlib and gfpgan
brkirch
2022-10-04
send all three of GFPGAN's and codeformer's models to CPU memory instead of j...
AUTOMATIC
2022-09-30
fix for broken codeformer in PR
AUTOMATIC
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 'modules.sha...
AUTOMATIC
2022-09-12
Merge pull request #294 from EliasOenal/master
AUTOMATIC1111
2022-09-12
Instance of CUDA out of memory on a low-res batch, even with --opt-split-att...
AUTOMATIC
2022-09-12
Refactored Metal/mps fixes.
Elias Oenal
2022-09-11
CodeFormer does not support mps/metal backend, implemented fallback to cpu ba...
Elias Oenal
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