Disty0
2bce86a50a
Replace empty_cache with torch_gc
2023-07-12 12:45:21 +03:00
Disty0
966eed8dd9
Autodetect IPEX
2023-07-04 23:37:36 +03:00
Vladimir Mandic
cb307399dd
jumbo merge
2023-06-13 11:59:56 -04:00
Vladimir Mandic
d36b16d03f
refactor api auth
2023-05-23 14:31:22 -04:00
Disty0
8171d57c36
Remove unnecessary IPEX imports
2023-05-04 02:34:34 +03:00
Disty0
de8d0bef9f
More patches and Import IPEX after Torch
2023-04-30 18:19:37 +03:00
Disty0
b075d3c8fd
Intel ARC Support
2023-04-30 15:13:56 +03:00
Vladimir Mandic
ed8819b8fc
lycoris, strong linting, model keyword, circular imports
2023-04-15 10:28:31 -04:00
Vladimir Mandic
2ece9782e4
handle duplicate extensions and redo exception handler
2023-04-14 09:57:53 -04:00
Vladimir Mandic
f6679fcc77
add global exception handler
2023-03-17 10:08:07 -04:00
Tpinion
ac4c7f05cd
Filter out temporary files that will be generated if the download fails.
2023-02-24 00:42:29 +08:00
Max Audron
6b3981c068
clean up unused script_path imports
2023-01-27 14:44:34 +01:00
brkirch
f4a488f585
Set device for facelib/facexlib and gfpgan
...
* 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-11-12 03:34:13 -05:00
AUTOMATIC
6c6ae28bf5
send all three of GFPGAN's and codeformer's models to CPU memory instead of just one for #1283
2022-10-04 12:32:22 +03:00
AUTOMATIC
2552204fcb
fix for broken codeformer in PR
2022-09-30 11:03:00 +03:00
d8ahazard
7d5c29b674
Cleanup existing directories, fixes
2022-09-26 10:27:18 -05:00
d8ahazard
740070ea9c
Re-implement universal model loading
2022-09-26 09:29:50 -05:00
Elias Oenal
3daf9cac46
Removed stray references to shared.device_codeformer.
2022-09-14 15:24:55 +03:00
Elias Oenal
26f733a026
fix for codeformer switching torch devices on metal systems.
2022-09-14 15:24:55 +03:00
AUTOMATIC
0de109c210
Codeformer face restoration not working: AttributeError: module 'modules.shared' has no attribute 'device_codeformer' #348
2022-09-12 23:24:54 +03:00
AUTOMATIC1111
11e03b9abd
Merge pull request #294 from EliasOenal/master
...
Fixes for mps/Metal: use of seeds, img2img, CodeFormer
2022-09-12 19:58:06 +03:00
AUTOMATIC
843b2b64fc
Instance of CUDA out of memory on a low-res batch, even with --opt-split-attention-v1 (found cause) #255
2022-09-12 18:40:06 +03:00
Elias Oenal
b7f95869b4
Refactored Metal/mps fixes.
2022-09-12 16:32:44 +02:00
Elias Oenal
2920ca7892
CodeFormer does not support mps/metal backend, implemented fallback to cpu backend.
2022-09-11 21:10:21 +02:00
AUTOMATIC
4d2c0c7a72
undo CodeFormer's upscaling of images with dimensions less than 512.
2022-09-10 13:53:10 +03:00
AUTOMATIC
8dcd3e57e7
a little bit of rework for extras tab
2022-09-07 13:35:02 +03:00
AUTOMATIC
6a9b33c848
codeformer support
2022-09-07 12:32:28 +03:00