Update README.md
Browse files
README.md
CHANGED
@@ -1,2 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.gg/HtXY93VW
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- recoilme/SyntheticPrompts
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- gpt2
|
9 |
+
- prompts
|
10 |
+
---
|
11 |
A GPT2 model to generate prompts for SDXL or similar models.</br>
|
12 |
+
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.gg/HtXY93VW
|