Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | torch 2.1.2 | AUTOMATIC1111 | 2023-12-16 | 1 | -2/+2 |
| | |||||
* | update torch to 2.1.0 | AUTOMATIC1111 | 2023-11-26 | 1 | -2/+2 |
| | |||||
* | Merge pull request #14084 from wfjsw/move-from-sysinfo-to-errors | AUTOMATIC1111 | 2023-11-26 | 1 | -2/+16 |
|\ | | | | | Move exception_records related methods to errors.py | ||||
| * | Move exception_records related methods to errors.py | Jabasukuriputo Wang | 2023-11-24 | 1 | -2/+16 |
| | | |||||
* | | update gradio to 3.41.2 | AUTOMATIC1111 | 2023-08-27 | 1 | -1/+1 |
| | | |||||
* | | bump gradio version | AUTOMATIC1111 | 2023-08-24 | 1 | -1/+1 |
| | | |||||
* | | revert xformers back to 0.0.20 | AUTOMATIC1111 | 2023-08-19 | 1 | -1/+1 |
| | | |||||
* | | xformers update | XDOneDude | 2023-08-19 | 1 | -1/+1 |
|/ | |||||
* | add gradio version warning | AUTOMATIC1111 | 2023-08-04 | 1 | -0/+50 |
| | |||||
* | fix memory leak when generation fails | AUTOMATIC1111 | 2023-07-31 | 1 | -1/+2 |
| | |||||
* | Added sysinfo tab to settings | AUTOMATIC | 2023-06-03 | 1 | -0/+26 |
| | |||||
* | rename print_error to report, use it with together with package name | AUTOMATIC | 2023-05-31 | 1 | -6/+2 |
| | |||||
* | Add & use modules.errors.print_error where currently printing exception info ↵ | Aarni Koskela | 2023-05-29 | 1 | -0/+16 |
| | | | | by hand | ||||
* | Show full traceback in get_sd_model() | linkoid | 2023-05-26 | 1 | -2/+6 |
| | | | | to reveal if an error is caused by an extension | ||||
* | better support for xformers flash attention on older versions of torch | AUTOMATIC | 2023-01-23 | 1 | -0/+12 |
| | |||||
* | Fix typo | fuggy | 2023-01-17 | 1 | -1/+1 |
| | |||||
* | helpful error message when trying to load 2.0 without config | AUTOMATIC | 2023-01-04 | 1 | -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 #279 | AUTOMATIC | 2022-09-12 | 1 | -0/+10 |