Commit
·
b830865
1
Parent(s):
25fee1e
Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,8 @@ 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 |
```python
|
18 |
from transformers import pipeline
|
19 |
|
@@ -25,23 +27,20 @@ for i in range(5):
|
|
25 |
print(texts[i]['generated_text']+'\n')
|
26 |
```
|
27 |
|
28 |
-
[](https://colab.research.google.com/drive/1HQOtD2LENTeXEaxHUfIhDKUaPIGd6oTR?usp=sharing)
|
29 |
-
|
30 |
-

|
31 |
-
|
32 |
Generate a series of prompts for animations
|
33 |
|
34 |
-
|
35 |
|
36 |
-
Build prompts and generate images on Discord!
|
37 |
|
38 |
|
39 |
-
|
40 |
|
|
|
41 |
|
42 |
[](https://discord.gg/3S8Taqa2Xy)
|
43 |
|
44 |
|
|
|
45 |
## Examples
|
46 |
|
47 |
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 |
+
[](https://colab.research.google.com/drive/1HQOtD2LENTeXEaxHUfIhDKUaPIGd6oTR?usp=sharing)
|
18 |
+
|
19 |
```python
|
20 |
from transformers import pipeline
|
21 |
|
|
|
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 dope prompts for stable diffusion or MidJourney
|
39 |
|
40 |
[](https://discord.gg/3S8Taqa2Xy)
|
41 |
|
42 |
|
43 |
+
|
44 |
## Examples
|
45 |
|
46 |
All text prompts below are generated with our language model
|