- This is Extension/Custom script for AUTOMATIC1111's Stable Diffusion Web UI
- Add function to original X/Y plot
-
Use # and add other name
sd-v1-5-pruned # SD15 wd-v1-3-float32 # WD13
- Seed
- Steps
- Samplers
- CFG Scale
- Prompt S/R
- Checkpoint name
- Hypernetwork
- Checkpoint Dropdown
- seed and step and range
" 123 ( 4 ) [ 5 ] " => "123, 127, 131, 135, 139"
" - 123 ( 4 ) [ 5 ] " => "123, 119, 115, 111, 107"
- seed and range
" 123 [ 5 ] " => "123, 124, 125, 126, 127"
" - 123 [ 5 ] " => "123, 122, 121, 120, 119"
- step and range
" ( 4 ) [ 5 ] " => "<seed>, <>+4, <>+8, <>+12, <>+16"
" - ( 4 ) [ 5 ] " => "<seed>, <>-4, <>-8, <>-12, <>-16"
- range
" [ 5 ] " => "<seed>, +1, +2, +3, +4"
" - [ 5 ] " => "<seed>, -1, -2, -3, -4"
Setting | Result |
---|---|
None | no legends |
Both | |
X | |
Y |