aboutsummaryrefslogtreecommitdiff
path: root/modules/sd_models_config.py
AgeCommit message (Collapse)Author
2023-07-14initial SDXL refiner supportAUTOMATIC1111
2023-07-13fix CLIP doing the unneeded normalizationAUTOMATIC1111
revert SD2.1 back to use the original repo add SDXL's force_zero_embeddings to negative prompt
2023-07-12SDXL supportAUTOMATIC1111
2023-07-11getting SD2.1 to run on SDXL repoAUTOMATIC1111
2023-05-10imports cleanup for ruffAUTOMATIC
2023-05-09Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela
2023-03-25Add support for the Variations models (unclip-h and unclip-l)MrCheeze
2023-01-28automatically detect v-parameterization for SD2 checkpointsAUTOMATIC
2023-01-28make the detection for -v models less broadAUTOMATIC
2023-01-27add v2-inpainting model detection, and broaden v-model detection to include ↵MrCheeze
anything with 768 in the name
2023-01-27support detecting midas modelAUTOMATIC
fix broken api for checkpoint list
2023-01-27remove the need to place configs near modelsAUTOMATIC