aboutsummaryrefslogtreecommitdiff
path: root/modules/sd_samplers_common.py
AgeCommit message (Collapse)Author
2023-04-29rename CPU RNG to RNG source in settings, add infotext and parameters ↵AUTOMATIC
copypaste support to RNG source
2023-04-18Option to use CPU for random number generation.Deciare
Makes a given manual seed generate the same images across different platforms, independently of the GPU architecture in use. Fixes #9613.
2023-02-01Refactor Mac specific code to a separate filebrkirch
Move most Mac related code to a separate file, don't even load it unless web UI is run under macOS.
2023-01-30split samplers into one more files for k-diffusionAUTOMATIC
2023-01-30split compvis sampler and shared sampler stuff into their own filesAUTOMATIC
2023-01-30Split history sd_samplers.py to sd_samplers_common.pyAndrey