aboutsummaryrefslogtreecommitdiffstats
path: root/modules/codeformer_model.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | * FaceXLib/FaceLib doesn't pass the device argument to RetinaFace but instead chooses one itself and sets it to a global - in order to use a device other than its internally chosen default it is necessary to manually replace the default value * The GFPGAN constructor needs the device argument to work with MPS or a CUDA device ID that differs from the default
* send all three of GFPGAN's and codeformer's models to CPU memory instead of ↵AUTOMATIC2022-10-041-2/+10
| | | | just one for #1283
* 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 ↵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