aboutsummaryrefslogtreecommitdiffstats
path: root/modules/paths.py
Commit message (Collapse)AuthorAgeFilesLines
* 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