Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix linter issues | superhero-7 | 2023-10-01 | 1 | -2/+1 |
| | |||||
* | support m18 | superhero-7 | 2023-09-23 | 1 | -1/+5 |
| | |||||
* | split shared.py into multiple files; should resolve all circular reference ↵ | AUTOMATIC1111 | 2023-08-09 | 1 | -2/+1 |
| | | | | import errors related to shared.py | ||||
* | initial SDXL refiner support | AUTOMATIC1111 | 2023-07-14 | 1 | -0/+3 |
| | |||||
* | fix CLIP doing the unneeded normalization | AUTOMATIC1111 | 2023-07-13 | 1 | -1/+0 |
| | | | | | revert SD2.1 back to use the original repo add SDXL's force_zero_embeddings to negative prompt | ||||
* | SDXL support | AUTOMATIC1111 | 2023-07-12 | 1 | -1/+4 |
| | |||||
* | getting SD2.1 to run on SDXL repo | AUTOMATIC1111 | 2023-07-11 | 1 | -0/+2 |
| | |||||
* | imports cleanup for ruff | AUTOMATIC | 2023-05-10 | 1 | -1/+0 |
| | |||||
* | Fix up string formatting/concatenation to f-strings where feasible | Aarni Koskela | 2023-05-09 | 1 | -1/+1 |
| | |||||
* | Add support for the Variations models (unclip-h and unclip-l) | MrCheeze | 2023-03-26 | 1 | -0/+7 |
| | |||||
* | automatically detect v-parameterization for SD2 checkpoints | AUTOMATIC | 2023-01-28 | 1 | -5/+46 |
| | |||||
* | make the detection for -v models less broad | AUTOMATIC | 2023-01-28 | 1 | -1/+1 |
| | |||||
* | add v2-inpainting model detection, and broaden v-model detection to include ↵ | MrCheeze | 2023-01-28 | 1 | -1/+4 |
| | | | | anything with 768 in the name | ||||
* | support detecting midas model | AUTOMATIC | 2023-01-27 | 1 | -2/+5 |
| | | | | fix broken api for checkpoint list | ||||
* | remove the need to place configs near models | AUTOMATIC | 2023-01-27 | 1 | -0/+65 |