aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_models_config.py
Commit message (Collapse)AuthorAgeFilesLines
* fix linter issuessuperhero-72023-10-011-2/+1
|
* support m18superhero-72023-09-231-1/+5
|
* split shared.py into multiple files; should resolve all circular reference ↵AUTOMATIC11112023-08-091-2/+1
| | | | import errors related to shared.py
* initial SDXL refiner supportAUTOMATIC11112023-07-141-0/+3
|
* fix CLIP doing the unneeded normalizationAUTOMATIC11112023-07-131-1/+0
| | | | | revert SD2.1 back to use the original repo add SDXL's force_zero_embeddings to negative prompt
* SDXL supportAUTOMATIC11112023-07-121-1/+4
|
* getting SD2.1 to run on SDXL repoAUTOMATIC11112023-07-111-0/+2
|
* imports cleanup for ruffAUTOMATIC2023-05-101-1/+0
|
* Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela2023-05-091-1/+1
|
* Add support for the Variations models (unclip-h and unclip-l)MrCheeze2023-03-261-0/+7
|
* automatically detect v-parameterization for SD2 checkpointsAUTOMATIC2023-01-281-5/+46
|
* make the detection for -v models less broadAUTOMATIC2023-01-281-1/+1
|
* add v2-inpainting model detection, and broaden v-model detection to include ↵MrCheeze2023-01-281-1/+4
| | | | anything with 768 in the name
* support detecting midas modelAUTOMATIC2023-01-271-2/+5
| | | | fix broken api for checkpoint list
* remove the need to place configs near modelsAUTOMATIC2023-01-271-0/+65