aboutsummaryrefslogtreecommitdiff
path: root/modules/modelloader.py
AgeCommit message (Expand)Author
2024-01-02load_spandrel_model: make `half` `prefer_half`Aarni Koskela
2023-12-31Be more clear about Spandrel model nomenclatureAarni Koskela
2023-12-31load_spandrel_model: always return a model descriptorAarni Koskela
2023-12-30Merge pull request #14472 from akx/drop-move-codeAUTOMATIC1111
2023-12-30Soften Spandrel model-architecture check to just a warningAarni Koskela
2023-12-30Remove `cleanup_models` codeAarni Koskela
2023-12-30Verify architecture for loaded Spandrel modelsAarni Koskela
2023-12-30Use Spandrel for upscaling and face restoration architectures (aside from GFP...Aarni Koskela
2023-06-27Merge pull request #10823 from akx/model-loadyAUTOMATIC1111
2023-06-13Fix up `if "http" in ...:` to be more sensible startswithsAarni Koskela
2023-06-13Move `load_file_from_url` to modelloaderAarni Koskela
2023-06-13Use os.makedirs(..., exist_ok=True)Aarni Koskela
2023-05-19change upscalers to download models into user-specified directory (from comma...AUTOMATIC
2023-05-10add UI to edit defaultsAUTOMATIC
2023-05-10ruff auto fixesAUTOMATIC
2023-05-10imports cleanup for ruffAUTOMATIC
2023-05-10manual fixes for ruffAUTOMATIC
2023-05-08Merge pull request #10025 from acncagua/Upscaler_initializationAUTOMATIC1111
2023-05-08directory hiding for extra networks: dirs starting with . will hide their car...AUTOMATIC
2023-05-04No double calls will be madeAcncagua Slt
2023-03-21Move `load_file_from_url`ArrowM
2023-03-06use lowercase name for sorting; keep `UpscalerLanczos` and `UpscalerNearest` ...Brad Smith
2023-02-24sort upscalers by nameBrad Smith
2023-02-04Update modelloader.pyspezialspezial
2023-01-10add more stuff to ignore when creating model from configAUTOMATIC
2023-01-03Make it so that upscalers are not repeated when restarting UI.AUTOMATIC
2022-12-03add built-in extension systemAUTOMATIC
2022-11-19Label and load SD .safetensors model filesTim Patton
2022-10-30add resrgan 8x, allow use 1x and up to 8x extra models, move BSRGAN model, ad...victorca25
2022-10-02Merge branch 'master' into ScuNETd8ahazard
2022-10-02fix incorrect use of glob in modelloader for #1410AUTOMATIC
2022-09-30Optimize model loaderd8ahazard
2022-09-30Logging....d8ahazard
2022-09-30Fix recursive model loadingd8ahazard
2022-09-30remove unwanted formatting/functionality from the PRAUTOMATIC
2022-09-30undo upscaler model filename tamperingAUTOMATIC
2022-09-29Fixes, cleanup.d8ahazard
2022-09-29Holy $hit.d8ahazard
2022-09-27Remove debugging messaged8ahazard
2022-09-27Use model loader with stable-diffusion too.d8ahazard
2022-09-26Cleanup existing directories, fixesd8ahazard
2022-09-26Re-implement universal model loadingd8ahazard