aboutsummaryrefslogtreecommitdiffstats
path: root/modules/modelloader.py
Commit message (Expand)AuthorAgeFilesLines
* load_spandrel_model: make `half` `prefer_half`Aarni Koskela2024-01-021-6/+14
* Be more clear about Spandrel model nomenclatureAarni Koskela2023-12-301-1/+1
* load_spandrel_model: always return a model descriptorAarni Koskela2023-12-301-10/+13
* Merge pull request #14472 from akx/drop-move-codeAUTOMATIC11112023-12-301-50/+0
|\
| * Remove `cleanup_models` codeAarni Koskela2023-12-301-50/+0
* | Soften Spandrel model-architecture check to just a warningAarni Koskela2023-12-301-1/+3
|/
* Verify architecture for loaded Spandrel modelsAarni Koskela2023-12-301-1/+12
* Use Spandrel for upscaling and face restoration architectures (aside from GFP...Aarni Koskela2023-12-301-0/+16
* Merge pull request #10823 from akx/model-loadyAUTOMATIC11112023-06-271-4/+27
|\
| * Fix up `if "http" in ...:` to be more sensible startswithsAarni Koskela2023-06-131-1/+1
| * Move `load_file_from_url` to modelloaderAarni Koskela2023-06-131-3/+26
* | Use os.makedirs(..., exist_ok=True)Aarni Koskela2023-06-131-2/+1
|/
* change upscalers to download models into user-specified directory (from comma...AUTOMATIC2023-05-191-2/+5
* add UI to edit defaultsAUTOMATIC2023-05-101-17/+10
* ruff auto fixesAUTOMATIC2023-05-101-1/+1
* imports cleanup for ruffAUTOMATIC2023-05-101-1/+0
* manual fixes for ruffAUTOMATIC2023-05-101-3/+3
* Merge pull request #10025 from acncagua/Upscaler_initializationAUTOMATIC11112023-05-081-3/+0
|\
| * No double calls will be madeAcncagua Slt2023-05-041-3/+0
* | directory hiding for extra networks: dirs starting with . will hide their car...AUTOMATIC2023-05-081-19/+8
|/
* Move `load_file_from_url`ArrowM2023-03-221-1/+1
* use lowercase name for sorting; keep `UpscalerLanczos` and `UpscalerNearest` ...Brad Smith2023-03-061-2/+2
* sort upscalers by nameBrad Smith2023-02-241-2/+6
* Update modelloader.pyspezialspezial2023-02-041-0/+3
* add more stuff to ignore when creating model from configAUTOMATIC2023-01-101-1/+3
* Make it so that upscalers are not repeated when restarting UI.AUTOMATIC2023-01-031-0/+20
* add built-in extension systemAUTOMATIC2022-12-031-15/+5
* Label and load SD .safetensors model filesTim Patton2022-11-191-0/+1
* add resrgan 8x, allow use 1x and up to 8x extra models, move BSRGAN model, ad...victorca252022-10-301-0/+3
* Merge branch 'master' into ScuNETd8ahazard2022-10-021-2/+3
|\
| * fix incorrect use of glob in modelloader for #1410AUTOMATIC2022-10-021-1/+1
| * Logging....d8ahazard2022-09-301-1/+0
| * Fix recursive model loadingd8ahazard2022-09-301-1/+3
* | Optimize model loaderd8ahazard2022-09-301-3/+16
|/
* remove unwanted formatting/functionality from the PRAUTOMATIC2022-09-301-1/+8
* undo upscaler model filename tamperingAUTOMATIC2022-09-301-1/+0
* Fixes, cleanup.d8ahazard2022-09-301-14/+0
* Holy $hit.d8ahazard2022-09-291-20/+54
* Remove debugging messaged8ahazard2022-09-271-1/+0
* Use model loader with stable-diffusion too.d8ahazard2022-09-271-7/+18
* Cleanup existing directories, fixesd8ahazard2022-09-261-0/+38
* Re-implement universal model loadingd8ahazard2022-09-261-0/+65