Allows for random parameters during txt2img generation. This script will function with others as well. Original author: https://git.mmaker.moe/mmaker/stable-diffusion-webui-randomize
Go to file
MMaker 77d7b409e1
Add seed to randomize, limit script to txt2img
2022-11-12 09:26:18 -05:00
scripts Add seed to randomize, limit script to txt2img 2022-11-12 09:26:18 -05:00
LICENSE Initial commit 2022-11-09 19:29:36 -05:00
README.md feat: Move params out of options 2022-11-12 08:49:17 -05:00

README.md

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 sampler list (comma separated list of strings). 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.