aboutsummaryrefslogtreecommitdiffstats
path: root/modules/errors.py
AgeCommit message (Collapse)AuthorLines
2023-01-23better support for xformers flash attention on older versions of torchAUTOMATIC-0/+12
2023-01-16Fix typofuggy-1/+1
2023-01-04helpful error message when trying to load 2.0 without configAUTOMATIC-2/+23
failing to load model weights from settings won't break generation for currently loaded model anymore
2022-09-12 Allow TF32 in CUDA for increased performance #279AUTOMATIC-0/+10