From cb118c4036176c3d534fc408fed1a95332a85f26 Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Tue, 23 Aug 2022 18:04:13 +0300 Subject: Prompt matrix now draws text like in demo. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.1