Commit
·
7c5bf67
1
Parent(s):
96f79f9
Update anime promptgen
Browse files
README.md
CHANGED
@@ -19,7 +19,17 @@ datasets:
|
|
19 |
---
|
20 |
# Fast GPT2 PromptGen
|
21 |
|
22 |
-
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|
|
|
19 |
---
|
20 |
# Fast GPT2 PromptGen
|
21 |
|
22 |
+
<style>
|
23 |
+
.container {
|
24 |
+
padding-left: 20px;
|
25 |
+
border-left: 5px solid gray;
|
26 |
+
}
|
27 |
+
</style>
|
28 |
+
|
29 |
+
<div class="container">
|
30 |
+
<p><strong><a href="https://huggingface.co/FredZhang7/anime-anything-promptgen-v2">Fast Anime PromptGen</a></strong> generates descriptive safebooru and danbooru tags for anime text-to-image models.</p>
|
31 |
+
</div>
|
32 |
+
|
33 |
|
34 |
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.
|
35 |
|