mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-10 18:59:49 +00:00
Prompt matrix now draws text like in demo.
This commit is contained in:
12
README.md
12
README.md
@@ -75,17 +75,17 @@ Pick out of three sampling methods for txt2img: DDIM, PLMS, k-diffusion:
|
||||
|
||||
### Prompt matrix
|
||||
Separate multiple prompts using the `|` character, and the system will produce an image for every combination of them.
|
||||
For example, if you use `a house in a field of grass|at dawn|illustration` prompt, there are four combinations possible (first part of prompt is always kept):
|
||||
For example, if you use `a busy city street in a modern city|illustration|cinematic lighting` prompt, there are four combinations possible (first part of prompt is always kept):
|
||||
|
||||
- `a house in a field of grass`
|
||||
- `a house in a field of grass, at dawn`
|
||||
- `a house in a field of grass, illustration`
|
||||
- `a house in a field of grass, at dawn, illustration`
|
||||
- `a busy city street in a modern city`
|
||||
- `a busy city street in a modern city, illustration`
|
||||
- `a busy city street in a modern city, cinematic lighting`
|
||||
- `a busy city street in a modern city, illustration, cinematic lighting`
|
||||
|
||||
Four images will be produced, in this order, all with same seed and each with corresponding prompt:
|
||||

|
||||
|
||||
Another example, this time with 5 prompts and 16 variations, (text added manually):
|
||||
Another example, this time with 5 prompts and 16 variations:
|
||||

|
||||
|
||||
### Flagging
|
||||
|
Reference in New Issue
Block a user