diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-08-23 15:04:13 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-08-23 15:04:13 +0000 |
commit | cb118c4036176c3d534fc408fed1a95332a85f26 (patch) | |
tree | ca9c6fc0478982bd838dc7df8e4dfefd4d35c15e /README.md | |
parent | 61bfa6c16b651b9c72fbe01f2a0899ff4ba1f027 (diff) | |
download | stable-diffusion-webui-gfx803-cb118c4036176c3d534fc408fed1a95332a85f26.tar.gz stable-diffusion-webui-gfx803-cb118c4036176c3d534fc408fed1a95332a85f26.tar.bz2 stable-diffusion-webui-gfx803-cb118c4036176c3d534fc408fed1a95332a85f26.zip |
Prompt matrix now draws text like in demo.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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
|