aboutsummaryrefslogtreecommitdiffstats
path: root/modules/codeformer_model.py
Commit message (Expand)AuthorAgeFilesLines
* added torch.mps.empty_cache() to torch_gc()AUTOMATIC11112023-07-081-1/+1
* Merge pull request #11046 from akx/ded-codeAUTOMATIC11112023-06-271-4/+0
|\
| * Remove a bunch of unused/vestigial codeAarni Koskela2023-06-051-4/+0
* | Use os.makedirs(..., exist_ok=True)Aarni Koskela2023-06-131-3/+1
|/
* rename print_error to report, use it with together with package nameAUTOMATIC2023-05-311-4/+3
* Add & use modules.errors.print_error where currently printing exception info ...Aarni Koskela2023-05-291-6/+4
* fixes for B007AUTOMATIC2023-05-101-1/+1
* imports cleanup for ruffAUTOMATIC2023-05-101-3/+1
* Filter out temporary files that will be generated if the download fails.Tpinion2023-02-231-1/+1
* clean up unused script_path importsMax Audron2023-01-271-1/+1
* Set device for facelib/facexlib and gfpganbrkirch2022-11-121-0/+3
* send all three of GFPGAN's and codeformer's models to CPU memory instead of j...AUTOMATIC2022-10-041-2/+10
* fix for broken codeformer in PRAUTOMATIC2022-09-301-1/+1
* Cleanup existing directories, fixesd8ahazard2022-09-261-11/+4
* Re-implement universal model loadingd8ahazard2022-09-261-10/+25
* Removed stray references to shared.device_codeformer.Elias Oenal2022-09-141-4/+2
* fix for codeformer switching torch devices on metal systems.Elias Oenal2022-09-141-2/+2
* Codeformer face restoration not working: AttributeError: module 'modules.sha...AUTOMATIC2022-09-121-3/+3
* Merge pull request #294 from EliasOenal/masterAUTOMATIC11112022-09-121-3/+5
|\
| * Refactored Metal/mps fixes.Elias Oenal2022-09-121-15/+6
| * CodeFormer does not support mps/metal backend, implemented fallback to cpu ba...Elias Oenal2022-09-111-4/+15
* | Instance of CUDA out of memory on a low-res batch, even with --opt-split-att...AUTOMATIC2022-09-121-14/+18
|/
* undo CodeFormer's upscaling of images with dimensions less than 512.AUTOMATIC2022-09-101-0/+8
* a little bit of rework for extras tabAUTOMATIC2022-09-071-3/+7
* codeformer supportAUTOMATIC2022-09-071-0/+108