aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_hijack_inpainting.py
Commit message (Expand)AuthorAgeFilesLines
* repair PLMSAUTOMATIC11112023-07-311-1/+2
* option to keep multiple models in memoryAUTOMATIC11112023-07-311-4/+1
* manual fixes for some C408AUTOMATIC2023-05-101-1/+1
* F401 fixes for ruffAUTOMATIC2023-05-101-1/+1
* imports cleanup for ruffAUTOMATIC2023-05-101-6/+0
* add missing importVladimir Mandic2023-02-081-0/+1
* remove the need to place configs near modelsAUTOMATIC2023-01-271-9/+0
* find configs for models at runtime rather than when startingAUTOMATIC2023-01-041-1/+4
* added licenses screen to settingsAUTOMATIC2023-01-031-232/+0
* remove unnecessary console messageVladimir Mandic2022-12-311-1/+1
* Merge pull request #5131 from uservar/inpainting-detectionAUTOMATIC11112022-12-241-1/+4
|\
| * Better should hijack inpainting detectionuservar2022-11-271-1/+4
* | Merge pull request #5753 from calvinballing/masterAUTOMATIC11112022-12-241-3/+3
|\ \
| * | Fix various typosJim Hays2022-12-151-3/+3
| |/
* / fix support for 2.0 inpainting model while maintaining support for 1.5 inpain...MrCheeze2022-12-101-2/+1
|/
* Add support Stable Diffusion 2.0AUTOMATIC2022-11-261-7/+13
* move DDIM/PLMS fix for OSX out of the file with inpainting code.AUTOMATIC2022-11-111-17/+1
* Make DDIM and PLMS work on Mac OSthesved2022-11-031-1/+18
* updated readme and some small stylistic changes to codeAUTOMATIC2022-10-211-0/+3
* Added PLMS hijack and made sure to always replace methodsrandom_thoughtss2022-10-201-7/+156
* Fixed copying mistakerandom_thoughtss2022-10-191-54/+25
* Added support for RunwayML inpainting modelrandom_thoughtss2022-10-191-0/+208