aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_samplers.py
Commit message (Collapse)AuthorAgeFilesLines
* prevent replacing torch_randn globally (instead replacing ↵AUTOMATIC2022-09-161-5/+20
| | | | k_diffusion.sampling.torch) and add a setting to disable this all
* first attempt to produce crrect seeds in batchAUTOMATIC2022-09-131-0/+25
|
* bandaid for broken ddim sampling #389AUTOMATIC2022-09-131-2/+7
|
* Noisy image previews #257AUTOMATIC2022-09-121-3/+5
|
* fix for PLMS live previews in txt2imgAUTOMATIC2022-09-081-2/+4
|
* fix for DDIM live previews in txt2imgAUTOMATIC2022-09-081-0/+6
|
* More informative progress printingJohannesGaessler2022-09-081-2/+4
|
* big improvements to inpainting and outpaintingAUTOMATIC2022-09-071-1/+4
|
* fix for live progress breaking lowvram and medvram optimizationsAUTOMATIC2022-09-061-4/+20
|
* added preview optionAUTOMATIC2022-09-061-2/+7
|
* added progressbarAUTOMATIC2022-09-051-6/+30
| | | | | added an option to disable progressbar added interrupt support to DDIM/PLMS
* support for scriptsAUTOMATIC2022-09-031-11/+21
|
* split codebase into multiple files; to anyone this affects negatively: sorryAUTOMATIC2022-09-031-0/+137