Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-12-30 | Verify architecture for loaded Spandrel models | Aarni Koskela | -0/+1 | |
2023-12-30 | Unify CodeFormer and GFPGAN restoration backends, use Spandrel for GFPGAN | Aarni Koskela | -118/+40 | |
2023-12-30 | Use Spandrel for upscaling and face restoration architectures (aside from ↵ | Aarni Koskela | -93/+102 | |
GFPGAN and LDSR) | ||||
2023-07-08 | added torch.mps.empty_cache() to torch_gc() | AUTOMATIC1111 | -1/+1 | |
changed a bunch of places that use torch.cuda.empty_cache() to use torch_gc() instead | ||||
2023-06-27 | Merge pull request #11046 from akx/ded-code | AUTOMATIC1111 | -4/+0 | |
Remove a bunch of unused/vestigial code | ||||
2023-06-13 | Use os.makedirs(..., exist_ok=True) | Aarni Koskela | -3/+1 | |
2023-06-05 | Remove a bunch of unused/vestigial code | Aarni Koskela | -4/+0 | |
As found by Vulture and some eyes | ||||
2023-05-31 | rename print_error to report, use it with together with package name | AUTOMATIC | -4/+3 | |
2023-05-29 | Add & use modules.errors.print_error where currently printing exception info ↵ | Aarni Koskela | -6/+4 | |
by hand | ||||
2023-05-10 | fixes for B007 | AUTOMATIC | -1/+1 | |
2023-05-10 | imports cleanup for ruff | AUTOMATIC | -3/+1 | |
2023-02-24 | Filter out temporary files that will be generated if the download fails. | Tpinion | -1/+1 | |
2023-01-27 | clean up unused script_path imports | Max Audron | -1/+1 | |
2022-11-12 | Set device for facelib/facexlib and gfpgan | brkirch | -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 | ||||
2022-10-04 | send all three of GFPGAN's and codeformer's models to CPU memory instead of ↵ | AUTOMATIC | -2/+10 | |
just one for #1283 | ||||
2022-09-30 | fix for broken codeformer in PR | AUTOMATIC | -1/+1 | |
2022-09-26 | Cleanup existing directories, fixes | d8ahazard | -11/+4 | |
2022-09-26 | Re-implement universal model loading | d8ahazard | -10/+25 | |
2022-09-14 | Removed stray references to shared.device_codeformer. | Elias Oenal | -4/+2 | |
2022-09-14 | fix for codeformer switching torch devices on metal systems. | Elias Oenal | -2/+2 | |
2022-09-12 | Codeformer face restoration not working: AttributeError: module ↵ | AUTOMATIC | -3/+3 | |
'modules.shared' has no attribute 'device_codeformer' #348 | ||||
2022-09-12 | Merge pull request #294 from EliasOenal/master | AUTOMATIC1111 | -3/+5 | |
Fixes for mps/Metal: use of seeds, img2img, CodeFormer | ||||
2022-09-12 | Instance of CUDA out of memory on a low-res batch, even with ↵ | AUTOMATIC | -14/+18 | |
--opt-split-attention-v1 (found cause) #255 | ||||
2022-09-12 | Refactored Metal/mps fixes. | Elias Oenal | -15/+6 | |
2022-09-11 | CodeFormer does not support mps/metal backend, implemented fallback to cpu ↵ | Elias Oenal | -4/+15 | |
backend. | ||||
2022-09-10 | undo CodeFormer's upscaling of images with dimensions less than 512. | AUTOMATIC | -0/+8 | |
2022-09-07 | a little bit of rework for extras tab | AUTOMATIC | -3/+7 | |
2022-09-07 | codeformer support | AUTOMATIC | -0/+108 | |