mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-03 19:02:27 +00:00
rename CPU RNG to RNG source in settings, add infotext and parameters copypaste support to RNG source
This commit is contained in:
@@ -61,7 +61,8 @@ def store_latent(decoded):
|
||||
class InterruptedException(BaseException):
|
||||
pass
|
||||
|
||||
if opts.use_cpu_randn:
|
||||
|
||||
if opts.randn_source == "CPU":
|
||||
import torchsde._brownian.brownian_interval
|
||||
|
||||
def torchsde_randn(size, dtype, device, seed):
|
||||
|
Reference in New Issue
Block a user