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