aboutsummaryrefslogtreecommitdiff
path: root/modules/codeformer_model.py
AgeCommit message (Expand)Author
2023-12-30Verify architecture for loaded Spandrel modelsAarni Koskela
2023-12-30Unify CodeFormer and GFPGAN restoration backends, use Spandrel for GFPGANAarni Koskela
2023-12-30Use Spandrel for upscaling and face restoration architectures (aside from GFP...Aarni Koskela
2023-07-08added torch.mps.empty_cache() to torch_gc()AUTOMATIC1111
2023-06-27Merge pull request #11046 from akx/ded-codeAUTOMATIC1111
2023-06-13Use os.makedirs(..., exist_ok=True)Aarni Koskela
2023-06-05Remove a bunch of unused/vestigial codeAarni Koskela
2023-05-31rename print_error to report, use it with together with package nameAUTOMATIC
2023-05-29Add & use modules.errors.print_error where currently printing exception info ...Aarni Koskela
2023-05-10fixes for B007AUTOMATIC
2023-05-10imports cleanup for ruffAUTOMATIC
2023-02-24Filter out temporary files that will be generated if the download fails.Tpinion
2023-01-27clean up unused script_path importsMax Audron
2022-11-12Set device for facelib/facexlib and gfpganbrkirch
2022-10-04send all three of GFPGAN's and codeformer's models to CPU memory instead of j...AUTOMATIC
2022-09-30fix for broken codeformer in PRAUTOMATIC
2022-09-26Cleanup existing directories, fixesd8ahazard
2022-09-26Re-implement universal model loadingd8ahazard
2022-09-14Removed stray references to shared.device_codeformer.Elias Oenal
2022-09-14fix 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-12Merge pull request #294 from EliasOenal/masterAUTOMATIC1111
2022-09-12 Instance of CUDA out of memory on a low-res batch, even with --opt-split-att...AUTOMATIC
2022-09-12Refactored Metal/mps fixes.Elias Oenal
2022-09-11CodeFormer does not support mps/metal backend, implemented fallback to cpu ba...Elias Oenal
2022-09-10undo CodeFormer's upscaling of images with dimensions less than 512.AUTOMATIC
2022-09-07a little bit of rework for extras tabAUTOMATIC
2022-09-07codeformer supportAUTOMATIC