aboutsummaryrefslogtreecommitdiff
path: root/modules/esrgan_model.py
AgeCommit message (Expand)Author
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-19change upscalers to download models into user-specified directory (from comma...AUTOMATIC
2023-05-10fixes for B007AUTOMATIC
2023-05-10imports cleanup for ruffAUTOMATIC
2023-05-09Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela
2022-11-17Revert "MPS Upscalers Fix"brkirch
2022-10-30add resrgan 8x, allow use 1x and up to 8x extra models, move BSRGAN model, ad...victorca25
2022-10-25MPS Upscalers Fixbrkirch
2022-10-09update ESRGAN architecture and model to support all ESRGAN models in the DB, ...victorca25
2022-10-09Removed duplicate definition model_pathMilly
2022-10-08Add hypernetwork support to split cross attention v1brkirch
2022-10-04Add --use-cpu command line optionbrkirch
2022-10-02Update esrgan_model.pyd8ahazard
2022-09-30remove unwanted formatting/functionality from the PRAUTOMATIC
2022-09-29Holy $hit.d8ahazard
2022-09-26Cleanup existing directories, fixesd8ahazard
2022-09-26Re-implement universal model loadingd8ahazard
2022-09-22Fix/Revert opts name from GAN to ESRGANd8ahazard
2022-09-22Add new models, fix shared opts issuesd8ahazard
2022-09-21Revert "fix for swininr PR breaking ESRGAN for new users"AUTOMATIC
2022-09-21fix for swininr PR breaking ESRGAN for new usersAUTOMATIC
2022-09-11Modular device managementAbdullah Barhoum
2022-09-08add a helpful message when user puts RealESRGAN model into ESRGAN directory.AUTOMATIC
2022-09-07Added support for launching on Apple Siliconxeonvs
2022-09-04ESRGAN supportAUTOMATIC