Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | manual fixes for some C408 | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | F401 fixes for ruff | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | imports cleanup for ruff | AUTOMATIC | 2023-05-10 | 1 | -6/+0 |
| | |||||
* | add missing import | Vladimir Mandic | 2023-02-08 | 1 | -0/+1 |
| | | | used later in line 70 | ||||
* | remove the need to place configs near models | AUTOMATIC | 2023-01-27 | 1 | -9/+0 |
| | |||||
* | find configs for models at runtime rather than when starting | AUTOMATIC | 2023-01-04 | 1 | -1/+4 |
| | |||||
* | added licenses screen to settings | AUTOMATIC | 2023-01-03 | 1 | -232/+0 |
| | | | | | added footer removed unused inpainting code | ||||
* | remove unnecessary console message | Vladimir Mandic | 2022-12-31 | 1 | -1/+1 |
| | |||||
* | Merge pull request #5131 from uservar/inpainting-detection | AUTOMATIC1111 | 2022-12-24 | 1 | -1/+4 |
|\ | | | | | Better should_hijack_inpainting detection | ||||
| * | Better should hijack inpainting detection | uservar | 2022-11-27 | 1 | -1/+4 |
| | | |||||
* | | Merge pull request #5753 from calvinballing/master | AUTOMATIC1111 | 2022-12-24 | 1 | -3/+3 |
|\ \ | | | | | | | Fix various typos | ||||
| * | | Fix various typos | Jim Hays | 2022-12-15 | 1 | -3/+3 |
| |/ | |||||
* / | fix support for 2.0 inpainting model while maintaining support for 1.5 ↵ | MrCheeze | 2022-12-10 | 1 | -2/+1 |
|/ | | | | inpainting model | ||||
* | Add support Stable Diffusion 2.0 | AUTOMATIC | 2022-11-26 | 1 | -7/+13 |
| | |||||
* | move DDIM/PLMS fix for OSX out of the file with inpainting code. | AUTOMATIC | 2022-11-11 | 1 | -17/+1 |
| | |||||
* | Make DDIM and PLMS work on Mac OS | thesved | 2022-11-03 | 1 | -1/+18 |
| | | | Fix register_buffer error on Mac OS | ||||
* | updated readme and some small stylistic changes to code | AUTOMATIC | 2022-10-21 | 1 | -0/+3 |
| | |||||
* | Added PLMS hijack and made sure to always replace methods | random_thoughtss | 2022-10-20 | 1 | -7/+156 |
| | |||||
* | Fixed copying mistake | random_thoughtss | 2022-10-19 | 1 | -54/+25 |
| | |||||
* | Added support for RunwayML inpainting model | random_thoughtss | 2022-10-19 | 1 | -0/+208 |