Commit
·
51f62d4
1
Parent(s):
9ecfd39
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
A [gpt2](https://huggingface.co/gpt2) powered predictive keyboard for making descriptive text prompts for A.I. image generators (e.g. MidJourney, Stable Diffusion, ArtBot, etc). The model was trained on a custom dataset containing 521K MidJourney images corresponding to 212K unique prompts.
|
16 |
|
17 |
-
|
|
|
|
|
|
|
|
|
18 |
|
19 |
```python
|
20 |
from transformers import pipeline
|
@@ -27,20 +31,13 @@ for i in range(5):
|
|
27 |
print(texts[i]['generated_text']+'\n')
|
28 |
```
|
29 |
|
30 |
-
Generate a series of prompts for animations
|
31 |
-
|
32 |
-

|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
## Intended uses & limitations
|
37 |
|
38 |
-
Build
|
39 |
|
40 |
[](https://discord.gg/3S8Taqa2Xy)
|
41 |
|
42 |
|
43 |
-
|
44 |
## Examples
|
45 |
|
46 |
All text prompts below are generated with our language model
|
|
|
14 |
|
15 |
A [gpt2](https://huggingface.co/gpt2) powered predictive keyboard for making descriptive text prompts for A.I. image generators (e.g. MidJourney, Stable Diffusion, ArtBot, etc). The model was trained on a custom dataset containing 521K MidJourney images corresponding to 212K unique prompts.
|
16 |
|
17 |
+

|
18 |
+
|
19 |
+
[](https://colab.research.google.com/drive/1HQOtD2LENTeXEaxHUfIhDKUaPIGd6oTR?usp=sharing)
|
20 |
+
|
21 |
+
|
22 |
|
23 |
```python
|
24 |
from transformers import pipeline
|
|
|
31 |
print(texts[i]['generated_text']+'\n')
|
32 |
```
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
## Intended uses & limitations
|
35 |
|
36 |
+
Build sick prompts and lots of them.. use it to [make animations](https://colab.research.google.com/drive/1Ooe7c87xGMa9oG5BDrFVzYqJLvnoKcyZ?usp=sharing) or a discord bot that can interact with MidJourney.
|
37 |
|
38 |
[](https://discord.gg/3S8Taqa2Xy)
|
39 |
|
40 |
|
|
|
41 |
## Examples
|
42 |
|
43 |
All text prompts below are generated with our language model
|