Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rework RNG to use generators instead of generating noises beforehand | AUTOMATIC1111 | 2023-08-09 | 1 | -12/+12 |
| | |||||
* | add CFG denoiser implementation for DDIM, PLMS and UniPC (this is the commit ↵ | AUTOMATIC1111 | 2023-08-08 | 1 | -1/+139 |
| | | | | when you can run both old and new implementations to compare them) | ||||
* | repair broken live previews if using VAE with half | AUTOMATIC1111 | 2023-08-06 | 1 | -1/+1 |
| | |||||
* | remove noneed scale | Kohaku-Blueleaf | 2023-08-04 | 1 | -1/+1 |
| | |||||
* | Revert "change all encode" | Kohaku-Blueleaf | 2023-08-04 | 1 | -1/+1 |
| | | | | This reverts commit 094c416a801b16c7d8e1944e2e9fae2c9e98bf12. | ||||
* | change all encode | Kohaku-Blueleaf | 2023-08-04 | 1 | -1/+1 |
| | |||||
* | move the modified decode into smapler_common | Kohaku-Blueleaf | 2023-08-04 | 1 | -3/+3 |
| | |||||
* | Merge branch 'dev' into efficient-vae-methods | Kohaku-Blueleaf | 2023-08-04 | 1 | -0/+6 |
|\ | |||||
| * | resolve some of circular import issues for kohaku | AUTOMATIC1111 | 2023-08-04 | 1 | -2/+8 |
| | | |||||
* | | Fix code style | Kohaku-Blueleaf | 2023-08-04 | 1 | -2/+2 |
| | | |||||
* | | add TAESD for i2i and t2i | Kohaku-Blueleaf | 2023-08-04 | 1 | -5/+33 |
|/ | |||||
* | rework torchsde._brownian.brownian_interval replacement to use ↵ | AUTOMATIC1111 | 2023-08-03 | 1 | -6/+6 |
| | | | | device.randn_local and respect the NV setting. | ||||
* | simplify single_sample_to_image | AUTOMATIC | 2023-05-17 | 1 | -6/+3 |
| | |||||
* | TAESD fix | Sakura-Luna | 2023-05-17 | 1 | -4/+5 |
| | |||||
* | Merge branch 'dev' into taesd-a | AUTOMATIC1111 | 2023-05-17 | 1 | -1/+20 |
|\ | |||||
| * | suppress ENSD infotext for samplers that don't use it | AUTOMATIC | 2023-05-16 | 1 | -1/+20 |
| | | |||||
* | | return live preview defaults to how they were | AUTOMATIC | 2023-05-17 | 1 | -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 check | Sakura-Luna | 2023-05-14 | 1 | -2/+2 |
| | | |||||
* | | Add Tiny AE live preview | Sakura-Luna | 2023-05-14 | 1 | -8/+13 |
|/ | |||||
* | rename CPU RNG to RNG source in settings, add infotext and parameters ↵ | AUTOMATIC | 2023-04-29 | 1 | -1/+2 |
| | | | | copypaste support to RNG source | ||||
* | Option to use CPU for random number generation. | Deciare | 2023-04-19 | 1 | -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 file | brkirch | 2023-02-01 | 1 | -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-diffusion | AUTOMATIC | 2023-01-30 | 1 | -1/+2 |
| | |||||
* | split compvis sampler and shared sampler stuff into their own files | AUTOMATIC | 2023-01-30 | 1 | -477/+2 |
| | |||||
* | Split history sd_samplers.py to sd_samplers_common.py | Andrey | 2023-01-30 | 1 | -0/+552 |