# Randomizer Keywords This extension for stable-diffusion-webui adds some keywords using the extra networks syntax to allow randomization of parameters when combined with the [Dynamic Prompts](https://github.com/adieyal/sd-dynamic-prompts/tree/main/sd_dynamic_prompts) extension. ## Example When used with Dynamic Prompts, this prompt will pick from a random checkpoint each batch: ``` {|} ``` And you can use random choices inside keywords, too: ``` , ``` You can also assemble a wildcard list containing text like model names to choose from, and deploy it inside the keywords: ``` ``` ## List of Keywords This extension adds the following special keywords to be used in prompts: - `` - SD Checkpoint - `` - SD VAE - `` - CFG Scale - `` - Seed - `` - Subseed - `` - Subseed Strength - `` - Sampler Name - `` - Sampling Steps - `` - Width - `` - Height - `` - Tiling - `` - Restore Faces - `` - Sigma Churn - `` - Sigma Min - `` - Sigma Max - `` - Sigma Noise - `` - Eta - `` - CLIP Skip - `` - DDIM Discretize - `` - Denoising Strength - `` - Hires. Fix Upscaler (txt2img) - `` - Hires. Fix Steps (txt2img) - `` - Mask Blur (img2img) - `` - Inpainting Mask Weight (img2img) - `` - [Additional Networks](https://github.com/kohya-ss/sd-webui-additional-networks) Model (up to 5) - `` - Additional Networks Weight (up to 5) - `` - Additional Networks UNet Weight (up to 5) - `` - Additional Networks TEnc Weight (up to 5) **NOTE**: These keywords will be applied *per-batch*, not per-prompt. This is because you can't change things like checkpoints or sampler parameters for individual images in a batch.