w-e-w
8e0881d9ab
fix image upscale on cpu
...
for some reason upscale using cpu will fail with
RuntimeError: Inplace update to inference tensor outside InferenceMode
switch from no_grad to inference_mode seems to have fixed it
2024-07-27 21:28:10 +09:00
Andray
c321680b3d
interrupt upscale
2024-03-26 14:53:38 +04:00
Christopher Layne
3c0177a24b
upscaler_utils: Reduce logging
...
* upscale_with_model: Remove debugging logging occurring in loop as
it's an excessive amount of noise when running w/ DEBUG log levels.
2024-03-03 11:41:32 -08:00
Cyberbeing
74b214a92a
Fix potential autocast NaNs in image upscale
2024-01-30 22:32:31 -08:00
AUTOMATIC1111
3f7f61e541
Merge pull request #14524 from akx/fix-swinir-issues
...
Fix SwinIR issues
2024-01-04 11:17:20 +03:00
Aarni Koskela
62470ee234
upscale_2: cast image to model's dtype
2024-01-03 22:39:12 +02:00
Aarni Koskela
7ad6899bf9
torch_bgr_to_pil_image: round, don't truncate
...
This matches what `realesrgan` does.
2024-01-02 17:14:05 +02:00
Aarni Koskela
cf14a6a7aa
Refactor upscale_2 helper out of ScuNET/SwinIR; make sure devices are right
2024-01-02 08:57:12 +02:00
AUTOMATIC1111
1341b22081
add an option to hide upscaling progressbar
2024-01-02 06:47:26 +03:00
AUTOMATIC1111
a70dfb64a8
change import statements for #14478
2023-12-31 22:38:30 +03:00
Aarni Koskela
5768afc776
Add utility to inspect a model's parameters (to get dtype/device)
2023-12-31 13:22:43 +02:00
Aarni Koskela
6f86b62a1b
Deduplicate tiled inference code from SwinIR/ScuNET
2023-12-31 01:13:30 +02:00
Aarni Koskela
777af661a2
Be more clear about Spandrel model nomenclature
2023-12-31 00:22:58 +02:00
AUTOMATIC1111
3be9074031
fix for the previous fix.
2023-12-31 00:43:41 +03:00
AUTOMATIC1111
8100e901ab
fix error with RealESRGAN model failing to upscale fp32 image
2023-12-30 22:41:53 +03:00
Aarni Koskela
e472383acb
Refactor esrgan_upscale to more generic upscale_with_model
2023-12-30 16:24:01 +02:00