aboutsummaryrefslogtreecommitdiffstats
path: root/modules/paths.py
AgeCommit message (Collapse)AuthorLines
2023-07-13mute SDXL imports in the place there SDXL is imported for the first time ↵AUTOMATIC1111-0/+17
instead of launch.py
2023-07-13linterAUTOMATIC1111-1/+1
2023-07-12SDXL supportAUTOMATIC1111-1/+8
2023-07-11getting SD2.1 to run on SDXL repoAUTOMATIC1111-0/+1
2023-06-05Remove a bunch of unused/vestigial codeAarni Koskela-14/+0
As found by Vulture and some eyes
2023-05-30Vendor in the single module used from taming_transformers; remove ↵Aarni Koskela-1/+0
taming_transformers dependency (and fix the two ruff complaints)
2023-05-10F401 fixes for ruffAUTOMATIC-2/+2
2023-05-09Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela-1/+1
2023-03-25split commandline args into its own fileAUTOMATIC-9/+2
make launch.py use the same command line argument parser as the main program
2023-01-28don't replace regular --help with new paths.py parser helpMackerel-1/+1
2023-01-27add data-dir flag and set all user data directories based on itMax Audron-1/+9
2023-01-24fix BLIP failing to import depending on configurationAUTOMATIC-0/+14
2022-11-26Add support Stable Diffusion 2.0AUTOMATIC-1/+1
2022-10-09added guard for torch.load to prevent loading pickles with unknown contentAUTOMATIC-0/+1
2022-10-08Break after finding the local directory of stable diffusionEdouard Leurent-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
2022-10-02remove LDSR warningAUTOMATIC-1/+0
2022-09-30Merge pull request #1109 from d8ahazard/ModelLoaderAUTOMATIC1111-1/+2
Model Loader, Fixes
2022-09-30fix the sys not found error when importing sd_samplers that appeared after PRAUTOMATIC-8/+11
2022-09-29Merge remote-tracking branch 'upstream/master' into ModelLoaderd8ahazard-0/+1
2022-09-28clone k-diffusion instead of installing it via pip, and do not install its ↵AUTOMATIC-0/+1
requirements.txt
2022-09-26Re-implement universal model loadingd8ahazard-1/+2
2022-09-21Add LDSR and "GoLatent?" Upscaling (#763)d8ahazard-0/+1
* Add LDSR Upscaling
2022-09-11CLIP interrogatorAUTOMATIC-0/+1
2022-09-11fix a bug with error messageAUTOMATIC-1/+1
2022-09-10prioritize repositories/stable-diffusion path when searching for SDAUTOMATIC-1/+1
2022-09-07codeformer supportAUTOMATIC-4/+9
2022-09-06some extra changes for collab compatibilityAUTOMATIC-1/+7
2022-09-03split codebase into multiple files; to anyone this affects negatively: sorryAUTOMATIC-0/+21