aboutsummaryrefslogtreecommitdiffstats
path: root/modules/codeformer_model.py
Commit message (Collapse)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 ↵AUTOMATIC2022-09-121-3/+3
| | | | 'modules.shared' has no attribute 'device_codeformer' #348
* Merge pull request #294 from EliasOenal/masterAUTOMATIC11112022-09-121-3/+5
|\ | | | | Fixes for mps/Metal: use of seeds, img2img, CodeFormer
| * Refactored Metal/mps fixes.Elias Oenal2022-09-121-15/+6
| |
| * CodeFormer does not support mps/metal backend, implemented fallback to cpu ↵Elias Oenal2022-09-111-4/+15
| | | | | | | | backend.
* | Instance of CUDA out of memory on a low-res batch, even with ↵AUTOMATIC2022-09-121-14/+18
|/ | | | --opt-split-attention-v1 (found cause) #255
* 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