aboutsummaryrefslogtreecommitdiffstats
path: root/modules/codeformer_model.py
Commit message (Expand)AuthorAgeFilesLines
* 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