Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
A GPT2 model to generate prompts for SDXL, especially ZavyChromaXL, or similar models.<br>
|
2 |
Trained from the base model. Attach a Style to affect the render further.
|
3 |
<br><br>
|
|
|
|
|
4 |
Settings that I use for variety:<br>
|
5 |
max_length: 75 - temperature: 1.1 - top_k: 24 - repetition_penalty: 1.35
|
|
|
1 |
A GPT2 model to generate prompts for SDXL, especially ZavyChromaXL, or similar models.<br>
|
2 |
Trained from the base model. Attach a Style to affect the render further.
|
3 |
<br><br>
|
4 |
+
Used in text-completion mode, from very short input prompts (A, The, A beautiful, The portrait of [...])
|
5 |
+
<br><br>
|
6 |
Settings that I use for variety:<br>
|
7 |
max_length: 75 - temperature: 1.1 - top_k: 24 - repetition_penalty: 1.35
|