Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Spandrel for upscaling and face restoration architectures (aside from ↵ | Aarni Koskela | 2023-12-30 | 1 | -1/+0 |
| | | | | GFPGAN and LDSR) | ||||
* | correct webpath when webui_dir is not work_dir | w-e-w | 2023-09-13 | 1 | -1/+1 |
| | |||||
* | mute SDXL imports in the place there SDXL is imported for the first time ↵ | AUTOMATIC1111 | 2023-07-13 | 1 | -0/+17 |
| | | | | instead of launch.py | ||||
* | linter | AUTOMATIC1111 | 2023-07-12 | 1 | -1/+1 |
| | |||||
* | SDXL support | AUTOMATIC1111 | 2023-07-12 | 1 | -1/+8 |
| | |||||
* | getting SD2.1 to run on SDXL repo | AUTOMATIC1111 | 2023-07-11 | 1 | -0/+1 |
| | |||||
* | Remove a bunch of unused/vestigial code | Aarni Koskela | 2023-06-05 | 1 | -14/+0 |
| | | | | As found by Vulture and some eyes | ||||
* | Vendor in the single module used from taming_transformers; remove ↵ | Aarni Koskela | 2023-05-30 | 1 | -1/+0 |
| | | | | | | taming_transformers dependency (and fix the two ruff complaints) | ||||
* | F401 fixes for ruff | AUTOMATIC | 2023-05-10 | 1 | -2/+2 |
| | |||||
* | Fix up string formatting/concatenation to f-strings where feasible | Aarni Koskela | 2023-05-09 | 1 | -1/+1 |
| | |||||
* | split commandline args into its own file | AUTOMATIC | 2023-03-25 | 1 | -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 help | Mackerel | 2023-01-28 | 1 | -1/+1 |
| | |||||
* | add data-dir flag and set all user data directories based on it | Max Audron | 2023-01-27 | 1 | -1/+9 |
| | |||||
* | fix BLIP failing to import depending on configuration | AUTOMATIC | 2023-01-23 | 1 | -0/+14 |
| | |||||
* | Add support Stable Diffusion 2.0 | AUTOMATIC | 2022-11-26 | 1 | -1/+1 |
| | |||||
* | added guard for torch.load to prevent loading pickles with unknown content | AUTOMATIC | 2022-10-09 | 1 | -0/+1 |
| | |||||
* | Break after finding the local directory of stable diffusion | Edouard Leurent | 2022-10-08 | 1 | -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 warning | AUTOMATIC | 2022-10-02 | 1 | -1/+0 |
| | |||||
* | Merge pull request #1109 from d8ahazard/ModelLoader | AUTOMATIC1111 | 2022-09-30 | 1 | -1/+2 |
|\ | | | | | Model Loader, Fixes | ||||
| * | Merge remote-tracking branch 'upstream/master' into ModelLoader | d8ahazard | 2022-09-30 | 1 | -0/+1 |
| |\ | |||||
| * | | Re-implement universal model loading | d8ahazard | 2022-09-26 | 1 | -1/+2 |
| | | | |||||
* | | | fix the sys not found error when importing sd_samplers that appeared after PR | AUTOMATIC | 2022-09-30 | 1 | -8/+11 |
| |/ |/| | |||||
* | | clone k-diffusion instead of installing it via pip, and do not install its ↵ | AUTOMATIC | 2022-09-28 | 1 | -0/+1 |
|/ | | | | requirements.txt | ||||
* | Add LDSR and "GoLatent?" Upscaling (#763) | d8ahazard | 2022-09-21 | 1 | -0/+1 |
| | | | * Add LDSR Upscaling | ||||
* | CLIP interrogator | AUTOMATIC | 2022-09-11 | 1 | -0/+1 |
| | |||||
* | fix a bug with error message | AUTOMATIC | 2022-09-10 | 1 | -1/+1 |
| | |||||
* | prioritize repositories/stable-diffusion path when searching for SD | AUTOMATIC | 2022-09-10 | 1 | -1/+1 |
| | |||||
* | codeformer support | AUTOMATIC | 2022-09-07 | 1 | -4/+9 |
| | |||||
* | some extra changes for collab compatibility | AUTOMATIC | 2022-09-06 | 1 | -1/+7 |
| | |||||
* | split codebase into multiple files; to anyone this affects negatively: sorry | AUTOMATIC | 2022-09-03 | 1 | -0/+21 |