aboutsummaryrefslogtreecommitdiffstats
path: root/modules/paths.py
Commit message (Collapse)AuthorAgeFilesLines
* Use Spandrel for upscaling and face restoration architectures (aside from ↵Aarni Koskela2023-12-301-1/+0
| | | | GFPGAN and LDSR)
* correct webpath when webui_dir is not work_dirw-e-w2023-09-131-1/+1
|
* mute SDXL imports in the place there SDXL is imported for the first time ↵AUTOMATIC11112023-07-131-0/+17
| | | | instead of launch.py
* linterAUTOMATIC11112023-07-121-1/+1
|
* SDXL supportAUTOMATIC11112023-07-121-1/+8
|
* getting SD2.1 to run on SDXL repoAUTOMATIC11112023-07-111-0/+1
|
* Remove a bunch of unused/vestigial codeAarni Koskela2023-06-051-14/+0
| | | | As found by Vulture and some eyes
* Vendor in the single module used from taming_transformers; remove ↵Aarni Koskela2023-05-301-1/+0
| | | | | | taming_transformers dependency (and fix the two ruff complaints)
* F401 fixes for ruffAUTOMATIC2023-05-101-2/+2
|
* Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela2023-05-091-1/+1
|
* split commandline args into its own fileAUTOMATIC2023-03-251-9/+2
| | | | make launch.py use the same command line argument parser as the main program
* don't replace regular --help with new paths.py parser helpMackerel2023-01-281-1/+1
|
* add data-dir flag and set all user data directories based on itMax Audron2023-01-271-1/+9
|
* fix BLIP failing to import depending on configurationAUTOMATIC2023-01-231-0/+14
|
* Add support Stable Diffusion 2.0AUTOMATIC2022-11-261-1/+1
|
* added guard for torch.load to prevent loading pickles with unknown contentAUTOMATIC2022-10-091-0/+1
|
* Break after finding the local directory of stable diffusionEdouard Leurent2022-10-081-0/+1
| | | | | Otherwise, we may override it with one of the next two path (. or ..) if it is present there, and then the local paths of other modules (taming transformers, codeformers, etc.) wont be found in sd_path/../. Fix https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/1085
* remove LDSR warningAUTOMATIC2022-10-021-1/+0
|
* Merge pull request #1109 from d8ahazard/ModelLoaderAUTOMATIC11112022-09-301-1/+2
|\ | | | | Model Loader, Fixes
| * Merge remote-tracking branch 'upstream/master' into ModelLoaderd8ahazard2022-09-301-0/+1
| |\
| * | Re-implement universal model loadingd8ahazard2022-09-261-1/+2
| | |
* | | fix the sys not found error when importing sd_samplers that appeared after PRAUTOMATIC2022-09-301-8/+11
| |/ |/|
* | clone k-diffusion instead of installing it via pip, and do not install its ↵AUTOMATIC2022-09-281-0/+1
|/ | | | requirements.txt
* Add LDSR and "GoLatent?" Upscaling (#763)d8ahazard2022-09-211-0/+1
| | | * Add LDSR Upscaling
* CLIP interrogatorAUTOMATIC2022-09-111-0/+1
|
* fix a bug with error messageAUTOMATIC2022-09-101-1/+1
|
* prioritize repositories/stable-diffusion path when searching for SDAUTOMATIC2022-09-101-1/+1
|
* codeformer supportAUTOMATIC2022-09-071-4/+9
|
* some extra changes for collab compatibilityAUTOMATIC2022-09-061-1/+7
|
* split codebase into multiple files; to anyone this affects negatively: sorryAUTOMATIC2022-09-031-0/+21