aboutsummaryrefslogtreecommitdiffstats
path: root/modules/errors.py
Commit message (Collapse)AuthorAgeFilesLines
* better support for xformers flash attention on older versions of torchAUTOMATIC2023-01-231-0/+12
|
* Fix typofuggy2023-01-171-1/+1
|
* helpful error message when trying to load 2.0 without configAUTOMATIC2023-01-041-2/+23
| | | | failing to load model weights from settings won't break generation for currently loaded model anymore
* Allow TF32 in CUDA for increased performance #279AUTOMATIC2022-09-121-0/+10