aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/img2imgalt.py
Commit message (Expand)AuthorAgeFilesLines
* Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela2023-05-111-7/+7
* cleanup the img2img alt file a bitAlex "mcmonkey" Goodwin2023-03-201-10/+2
* fix img2img alt for SD v2.xAlex "mcmonkey" Goodwin2023-03-201-4/+14
* Fix img2imgalt after samplers separationVladimir Repin2023-02-031-3/+3
* rework #6329 to remove duplicate code and add prevent tab names for showing i...AUTOMATIC2023-01-051-6/+0
* Refactor elem_prefix as function elem_idme2023-01-051-13/+17
* Adjusted prefix from i2i/t2i to txt2img and img2img and removed those prefixe...me2023-01-051-1/+1
* Add element ids for script components and a few more in ui.pyme2023-01-041-10/+12
* change StableDiffusionProcessing to internally use sampler name instead of sa...AUTOMATIC2022-11-191-2/+2
* do not unnecessarily run VAE one more time when saving intermediate image wit...AUTOMATIC2022-11-021-2/+1
* Fixed img2imgalt after inpainting updaterandom_thoughtss2022-10-221-1/+7
* [img2imgalt] Make sampler's override be optionalaoirusann2022-10-131-6/+7
* [img2imgalt] Add `override` in UI for convenience.aoirusann2022-10-131-3/+32
* [img2imgalt] Fix seed & Allow batch.aoirusann2022-10-121-3/+1
* integrate the new samplers PRAUTOMATIC2022-10-061-2/+1
* Add option to img2imgalt.py to use sigma adjustment instead of original metho...Martin Cairns2022-09-271-6/+62
* add extra generation paramsAUTOMATIC2022-09-201-7/+7
* [BUG] HighRes fix Feature Breaks Scripts #706AUTOMATIC2022-09-191-2/+2
* added original negative prompt to img2img altAUTOMATIC2022-09-161-6/+7
* Reduce code duplicationElias Sundqvist2022-09-161-16/+4
* Add randomness and denoising strength support to alternative img2imgElias Sundqvist2022-09-161-8/+30
* [Bug] Alternative img2img error #508AUTOMATIC2022-09-151-2/+3
* fix caching for img2imgaltAUTOMATIC2022-09-141-10/+16
* [FEATURE REQUEST] Script settings should also be written to the text files #437AUTOMATIC2022-09-141-0/+6
* initial work on img2imgaltAUTOMATIC2022-09-111-0/+104