Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |