Go to file
2022-11-12 09:45:29 -05:00
scripts Use process_batch instead of process 2022-11-12 09:38:54 -05:00
LICENSE Initial commit 2022-11-09 19:29:36 -05:00
README.md docs: Seed parameter 2022-11-12 09:45:29 -05:00

Stable Diffusion Randomize extension

An extension for AUTOMATIC1111/stable-diffusion-webui that allows for random parameters during txt2img generation.

Syntax for randomization for parameters is min, max, step, with the exception of the randomize highres. param (a float value between 0 and 1), and the seed and sampler list (comma separated list). Empty values are ignored.

If enabled, this script is processed for all generations, regardless of the script selected, meaning this script will function with others as well, such as AUTOMATIC1111/stable-diffusion-webui-wildcards.

Please note this is only for txt2img, I do not intend to add the same functionality for img2img.