aboutsummaryrefslogtreecommitdiff
path: root/extensions-builtin/ScuNET/scripts
AgeCommit message (Collapse)Author
2024-01-02Refactor upscale_2 helper out of ScuNET/SwinIR; make sure devices are rightAarni Koskela
2023-12-31Deduplicate tiled inference code from SwinIR/ScuNETAarni Koskela
2023-12-30Verify architecture for loaded Spandrel modelsAarni Koskela
2023-12-30Use Spandrel for upscaling and face restoration architectures (aside from ↵Aarni Koskela
GFPGAN and LDSR)
2023-07-08added torch.mps.empty_cache() to torch_gc()AUTOMATIC1111
changed a bunch of places that use torch.cuda.empty_cache() to use torch_gc() instead
2023-06-13Upscaler.load_model: don't return None, just use exceptionsAarni Koskela
2023-06-13Add TODO comments to sus model loadsAarni Koskela
2023-06-13Fix up `if "http" in ...:` to be more sensible startswithsAarni Koskela
2023-06-13Move `load_file_from_url` to modelloaderAarni Koskela
2023-05-31rename print_error to report, use it with together with package nameAUTOMATIC
2023-05-29Add & use modules.errors.print_error where currently printing exception info ↵Aarni Koskela
by hand
2023-05-19change upscalers to download models into user-specified directory (from ↵AUTOMATIC
commandline args) rather than the default models/<...>
2023-05-14add a bunch of descriptions and reword a lot of settings (sorry, localizers)AUTOMATIC
2023-05-10fixes for B007AUTOMATIC
2023-05-10imports cleanup for ruffAUTOMATIC
2023-04-19add tiled inference support for ScuNETAdjointOperator
2022-12-03add built-in extension systemAUTOMATIC
add support for adding upscalers in extensions move LDSR, ScuNET and SwinIR to built-in extensions