Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
+
pipeline_tag: text-generation
|
7 |
---
|
8 |
+
Finetuned `distilgpt2` for 40 epochs on 134819 prompts scraped from lexica.art (Stable Diffusion 1.5 checkpoint).
|
9 |
+
|
10 |
+
Intended for use with https://github.com/AUTOMATIC1111/stable-diffusion-webui-promptgen
|