mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-04-30 19:21:50 +00:00
Updates X/Y Plot to X/Y/Z Plot
16
Features.md
16
Features.md
@@ -267,10 +267,12 @@ Example: (cherrypicked result)
|
|||||||
|
|
||||||
Original image by Anonymous user from 4chan. Thank you, Anonymous user.
|
Original image by Anonymous user from 4chan. Thank you, Anonymous user.
|
||||||
|
|
||||||
# X/Y plot
|
# X/Y/Z plot
|
||||||
Creates a grid of images with varying parameters. Select which parameters should be shared by rows and columns using
|
Creates multiple grids of images with varying parameters. X and Y are used as the rows and columns, while the Z grid is used as a batch dimension.
|
||||||
X type and Y type fields, and input those parameters separated by comma into X values/Y values fields. For integer,
|
|
||||||
and floating point numbers, and ranges are supported. Examples:
|

|
||||||
|
|
||||||
|
Select which parameters should be shared by rows, columns and batch by using X type, Y type and Z Type fields, and input those parameters separated by comma into X/Y/Z values fields. For integer, and floating point numbers, and ranges are supported. Examples:
|
||||||
|
|
||||||
- Simple ranges:
|
- Simple ranges:
|
||||||
- `1-5` = 1, 2, 3, 4, 5
|
- `1-5` = 1, 2, 3, 4, 5
|
||||||
@@ -282,12 +284,6 @@ and floating point numbers, and ranges are supported. Examples:
|
|||||||
- `1-10 [5]` = 1, 3, 5, 7, 10
|
- `1-10 [5]` = 1, 3, 5, 7, 10
|
||||||
- `0.0-1.0 [6]` = 0.0, 0.2, 0.4, 0.6, 0.8, 1.0
|
- `0.0-1.0 [6]` = 0.0, 0.2, 0.4, 0.6, 0.8, 1.0
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
Here are the settings that create the graph above:
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### Prompt S/R
|
### Prompt S/R
|
||||||
Prompt S/R is one of more difficult to understand modes of operation for X/Y Plot. S/R stands for search/replace, and that's what it does - you input a list of words or phrases, it takes the first from the list and treats it as keyword, and replaces all instances of that keyword with other entries from the list.
|
Prompt S/R is one of more difficult to understand modes of operation for X/Y Plot. S/R stands for search/replace, and that's what it does - you input a list of words or phrases, it takes the first from the list and treats it as keyword, and replaces all instances of that keyword with other entries from the list.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user