aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_samplers_common.py
Commit message (Collapse)AuthorAgeFilesLines
* rework RNG to use generators instead of generating noises beforehandAUTOMATIC11112023-08-091-12/+12
|
* add CFG denoiser implementation for DDIM, PLMS and UniPC (this is the commit ↵AUTOMATIC11112023-08-081-1/+139
| | | | when you can run both old and new implementations to compare them)
* repair broken live previews if using VAE with halfAUTOMATIC11112023-08-061-1/+1
|
* remove noneed scaleKohaku-Blueleaf2023-08-041-1/+1
|
* Revert "change all encode"Kohaku-Blueleaf2023-08-041-1/+1
| | | | This reverts commit 094c416a801b16c7d8e1944e2e9fae2c9e98bf12.
* change all encodeKohaku-Blueleaf2023-08-041-1/+1
|
* move the modified decode into smapler_commonKohaku-Blueleaf2023-08-041-3/+3
|
* Merge branch 'dev' into efficient-vae-methodsKohaku-Blueleaf2023-08-041-0/+6
|\
| * resolve some of circular import issues for kohakuAUTOMATIC11112023-08-041-2/+8
| |
* | Fix code styleKohaku-Blueleaf2023-08-041-2/+2
| |
* | add TAESD for i2i and t2iKohaku-Blueleaf2023-08-041-5/+33
|/
* rework torchsde._brownian.brownian_interval replacement to use ↵AUTOMATIC11112023-08-031-6/+6
| | | | device.randn_local and respect the NV setting.
* simplify single_sample_to_imageAUTOMATIC2023-05-171-6/+3
|
* TAESD fixSakura-Luna2023-05-171-4/+5
|
* Merge branch 'dev' into taesd-aAUTOMATIC11112023-05-171-1/+20
|\
| * suppress ENSD infotext for samplers that don't use itAUTOMATIC2023-05-161-1/+20
| |
* | return live preview defaults to how they wereAUTOMATIC2023-05-171-14/+15
| | | | | | | | | | | | only download TAESD model when it's needed return calculations in single_sample_to_image to just if/elif/elif blocks keep taesd model in its own directory
* | Add live preview mode checkSakura-Luna2023-05-141-2/+2
| |
* | Add Tiny AE live previewSakura-Luna2023-05-141-8/+13
|/
* rename CPU RNG to RNG source in settings, add infotext and parameters ↵AUTOMATIC2023-04-291-1/+2
| | | | copypaste support to RNG source
* Option to use CPU for random number generation.Deciare2023-04-191-0/+9
| | | | | | | Makes a given manual seed generate the same images across different platforms, independently of the GPU architecture in use. Fixes #9613.
* Refactor Mac specific code to a separate filebrkirch2023-02-011-16/+0
| | | | Move most Mac related code to a separate file, don't even load it unless web UI is run under macOS.
* split samplers into one more files for k-diffusionAUTOMATIC2023-01-301-1/+2
|
* split compvis sampler and shared sampler stuff into their own filesAUTOMATIC2023-01-301-477/+2
|
* Split history sd_samplers.py to sd_samplers_common.pyAndrey2023-01-301-0/+552