aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_hijack_inpainting.py
Commit message (Collapse)AuthorAgeFilesLines
* add missing importVladimir Mandic2023-02-081-0/+1
| | | used later in line 70
* 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
| | | | | added footer removed unused inpainting code
* 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 detection
| * Better should hijack inpainting detectionuservar2022-11-271-1/+4
| |
* | Merge pull request #5753 from calvinballing/masterAUTOMATIC11112022-12-241-3/+3
|\ \ | | | | | | Fix various typos
| * | Fix various typosJim Hays2022-12-151-3/+3
| |/
* / fix support for 2.0 inpainting model while maintaining support for 1.5 ↵MrCheeze2022-12-101-2/+1
|/ | | | inpainting model
* 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
| | | Fix register_buffer error on Mac OS
* 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