DrBiggusDickus
|
ea83180761
fix CodeFormer weight
|
1 year ago |
Aarni Koskela
|
4ad0c0c0a8
Verify architecture for loaded Spandrel models
|
1 year ago |
Aarni Koskela
|
b621a63cf6
Unify CodeFormer and GFPGAN restoration backends, use Spandrel for GFPGAN
|
1 year ago |
Aarni Koskela
|
b0f5934234
Use Spandrel for upscaling and face restoration architectures (aside from GFPGAN and LDSR)
|
1 year ago |
AUTOMATIC1111
|
da8916f926
added torch.mps.empty_cache() to torch_gc()
|
2 years ago |
AUTOMATIC1111
|
1bf01b73f4
Merge pull request #11046 from akx/ded-code
|
2 years ago |
Aarni Koskela
|
165ab44f03
Use os.makedirs(..., exist_ok=True)
|
2 years ago |
Aarni Koskela
|
ba70a220e3
Remove a bunch of unused/vestigial code
|
2 years ago |
AUTOMATIC
|
05933840f0
rename print_error to report, use it with together with package name
|
2 years ago |
Aarni Koskela
|
00dfe27f59
Add & use modules.errors.print_error where currently printing exception info by hand
|
2 years ago |
AUTOMATIC
|
a5121e7a06
fixes for B007
|
2 years ago |
AUTOMATIC
|
f741a98bac
imports cleanup for ruff
|
2 years ago |
Tpinion
|
ac4c7f05cd
Filter out temporary files that will be generated if the download fails.
|
2 years ago |
Max Audron
|
6b3981c068
clean up unused script_path imports
|
2 years ago |
brkirch
|
f4a488f585
Set device for facelib/facexlib and gfpgan
|
2 years ago |
AUTOMATIC
|
6c6ae28bf5
send all three of GFPGAN's and codeformer's models to CPU memory instead of just one for #1283
|
2 years ago |
AUTOMATIC
|
2552204fcb
fix for broken codeformer in PR
|
2 years ago |
d8ahazard
|
7d5c29b674
Cleanup existing directories, fixes
|
2 years ago |
d8ahazard
|
740070ea9c
Re-implement universal model loading
|
2 years ago |
Elias Oenal
|
3daf9cac46
Removed stray references to shared.device_codeformer.
|
2 years ago |
Elias Oenal
|
26f733a026
fix for codeformer switching torch devices on metal systems.
|
2 years ago |
AUTOMATIC
|
0de109c210
Codeformer face restoration not working: AttributeError: module 'modules.shared' has no attribute 'device_codeformer' #348
|
2 years ago |
AUTOMATIC1111
|
11e03b9abd
Merge pull request #294 from EliasOenal/master
|
2 years ago |
AUTOMATIC
|
843b2b64fc
Instance of CUDA out of memory on a low-res batch, even with --opt-split-attention-v1 (found cause) #255
|
2 years ago |
Elias Oenal
|
b7f95869b4
Refactored Metal/mps fixes.
|
2 years ago |
Elias Oenal
|
2920ca7892
CodeFormer does not support mps/metal backend, implemented fallback to cpu backend.
|
2 years ago |
AUTOMATIC
|
4d2c0c7a72
undo CodeFormer's upscaling of images with dimensions less than 512.
|
2 years ago |
AUTOMATIC
|
8dcd3e57e7
a little bit of rework for extras tab
|
2 years ago |
AUTOMATIC
|
6a9b33c848
codeformer support
|
2 years ago |