hollowstrawberry
commited on
Commit
•
f3cd366
1
Parent(s):
0bf793f
Update README.md
Browse files
README.md
CHANGED
@@ -244,8 +244,17 @@ Scripts can be found at the bottom of your generation parameters in txt2img or i
|
|
244 |
|
245 |
Here I made a comparison between different **models** (columns) and faces of different ethnicities via **S/R Prompt** (rows):
|
246 |
|
247 |
-
![X Y Z plot of models and ethnicities](
|
248 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
249 |
|
250 |
|
251 |
|
|
|
244 |
|
245 |
Here I made a comparison between different **models** (columns) and faces of different ethnicities via **S/R Prompt** (rows):
|
246 |
|
247 |
+
![X Y Z plot of models and ethnicities](images/XYZplot.png)
|
248 |
|
249 |
+
* **Prompt Matrix** <a name="matrix"></a>[▲](#index)
|
250 |
+
|
251 |
+
Similar conceptually to S/R from before, but more in-depth. It works by showing each possible combination of terms listed between the `|` symbol in your prompt, for example: `young man|tree|city` will always contain "young man", but we'll see what happens when we add or remove "tree" and "city". Unlike S/R it also lets you use commas.
|
252 |
+
|
253 |
+
Inside the script, you will choose either your prompt or your negative prompt to make a matrix of, and whether the variable terms should be put at the start or the end.
|
254 |
+
|
255 |
+
Here is a comparison using the anime negative prompt I showed you [much earlier ▲](#prompt) in this guide. We can see how EasyNegative affects the image, as well as how the rest of the prompt affects the image, then both together:
|
256 |
+
|
257 |
+
![Prompt matrix of negative prompt sections](images/promptmatrix.png)
|
258 |
|
259 |
|
260 |
|