Commit
·
96f79f9
1
Parent(s):
aa141d4
Update anime promptgen
Browse files
README.md
CHANGED
@@ -18,6 +18,9 @@ datasets:
|
|
18 |
- bartman081523/stable-diffusion-discord-prompts
|
19 |
---
|
20 |
# Fast GPT2 PromptGen
|
|
|
|
|
|
|
21 |
This model was trained on 2,470,000 descriptive stable diffusion prompts on the [FredZhang7/distilgpt2-stable-diffusion](https://huggingface.co/FredZhang7/distilgpt2-stable-diffusion) checkpoint for another 4,270,000 steps.
|
22 |
|
23 |
Compared to other prompt generation models using GPT2, this one runs with 50% faster forwardpropagation and 40% less disk space & RAM.
|
@@ -31,8 +34,6 @@ Major improvements from v1 are:
|
|
31 |
* removed punctuations at random places
|
32 |
* removed prompts shorter than 15 characters
|
33 |
|
34 |
-
Check out [**Fast Anime PromptGen**](https://huggingface.co/FredZhang7/anime-anything-promptgen-v2) to craft descriptive prompts for anime text-to-image models!
|
35 |
-
|
36 |
|
37 |
## Live WebUI Demo
|
38 |
See the Prompt Generator tab of [Paint Journey Demo](https://huggingface.co/spaces/FredZhang7/paint-journey-demo).
|
|
|
18 |
- bartman081523/stable-diffusion-discord-prompts
|
19 |
---
|
20 |
# Fast GPT2 PromptGen
|
21 |
+
|
22 |
+
> [**Fast Anime PromptGen**](https://huggingface.co/FredZhang7/anime-anything-promptgen-v2) generates descriptive safebooru and danbooru tags for anime text-to-image models.
|
23 |
+
|
24 |
This model was trained on 2,470,000 descriptive stable diffusion prompts on the [FredZhang7/distilgpt2-stable-diffusion](https://huggingface.co/FredZhang7/distilgpt2-stable-diffusion) checkpoint for another 4,270,000 steps.
|
25 |
|
26 |
Compared to other prompt generation models using GPT2, this one runs with 50% faster forwardpropagation and 40% less disk space & RAM.
|
|
|
34 |
* removed punctuations at random places
|
35 |
* removed prompts shorter than 15 characters
|
36 |
|
|
|
|
|
37 |
|
38 |
## Live WebUI Demo
|
39 |
See the Prompt Generator tab of [Paint Journey Demo](https://huggingface.co/spaces/FredZhang7/paint-journey-demo).
|