Update README.md
Browse files
README.md
CHANGED
@@ -1,2 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
A GPT2 model to generate prompts for SDXL or similar models.</br>
|
2 |
-
Trained from the GPT2 small model. Attach a Style to affect the render further.</br>Trained on Syntetic prompts generated with Mistral7b. </br>Dataset: https://huggingface.co/datasets/recoilme/SyntheticPrompts</br>Project by AiArtLab, discord: https://discord.
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- recoilme/SyntheticPrompts
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
library_name: transformers
|
8 |
+
tags:
|
9 |
+
- gpt2
|
10 |
+
- prompts
|
11 |
+
---
|
12 |
A GPT2 model to generate prompts for SDXL or similar models.</br>
|
13 |
+
Trained from the GPT2 small model. Attach a Style to affect the render further.</br>Trained on Syntetic prompts generated with Mistral7b. </br>Dataset: https://huggingface.co/datasets/recoilme/SyntheticPrompts</br>Project by AiArtLab, discord: https://discord.com/invite/gsvhQEfKQ5
|