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