aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-08-23 15:04:13 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-08-23 15:04:13 +0000
commitcb118c4036176c3d534fc408fed1a95332a85f26 (patch)
treeca9c6fc0478982bd838dc7df8e4dfefd4d35c15e /README.md
parent61bfa6c16b651b9c72fbe01f2a0899ff4ba1f027 (diff)
downloadstable-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.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 22676add..09e3560b 100644
--- a/README.md
+++ b/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:
![](images/prompt-matrix.png)
-Another example, this time with 5 prompts and 16 variations, (text added manually):
+Another example, this time with 5 prompts and 16 variations:
![](images/prompt_matrix.jpg)
### Flagging