Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,14 @@
|
|
1 |
This script allows you to enter prompts (separated by a &), model names and the model keywords in order to generate a grid comparing the outputs.
|
2 |
It works just like the regular x/y plot except it adds the token of the model to the beginning of each prompt and since it uses a & character as the separator you are able to make more complex prompts if you want since you can use commas and dots.
|
3 |
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
<img src="https://huggingface.co/Froddan/model_compare_script/resolve/main/xy_grid-0000-1085432319-.jpg" />
|
6 |
|
7 |
|
|
|
1 |
This script allows you to enter prompts (separated by a &), model names and the model keywords in order to generate a grid comparing the outputs.
|
2 |
It works just like the regular x/y plot except it adds the token of the model to the beginning of each prompt and since it uses a & character as the separator you are able to make more complex prompts if you want since you can use commas and dots.
|
3 |
|
4 |
+
## How to use
|
5 |
+
The prompts goes in the top textbox, and they should be separated with a & characrter.
|
6 |
+
The middle field allows you to check which models you want to use. It is automatically generated from the list of models you have in your Automatic1111 UI models folder.
|
7 |
+
The bottom field is a list of all tokens* for your models. They should be entered in the same order as the models appears in your list. For model.ckpt you don't need to enter anything or just a whitespace
|
8 |
+
<img src="https://huggingface.co/Froddan/model_compare_script/resolve/main/instructions.png" />
|
9 |
+
*By tokens I mean the special word you should always use with a model, it's unique identifier or keyword.
|
10 |
+
|
11 |
+
## Example: While training mutiple models with different parameters I created a grid to compare the results using the same prompts and settings.
|
12 |
<img src="https://huggingface.co/Froddan/model_compare_script/resolve/main/xy_grid-0000-1085432319-.jpg" />
|
13 |
|
14 |
|