pearsonkyle commited on
Commit
b830865
·
1 Parent(s): 25fee1e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -7
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
- [![Art Prompter](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1HQOtD2LENTeXEaxHUfIhDKUaPIGd6oTR?usp=sharing)
29
-
30
- ![](https://huggingface.co/pearsonkyle/ArtPrompter/resolve/main/mother_nature.gif)
31
-
32
  Generate a series of prompts for animations
33
 
34
- ## Intended uses & limitations
35
 
36
- Build prompts and generate images on Discord!
37
 
38
 
39
- [![](https://cincydiscord.com/wp-content/uploads/2019/02/CINCYDISCORDJOIN.png)](https://discord.gg/3S8Taqa2Xy)
40
 
 
41
 
42
  [![](https://pearsonkyle.github.io/Art-Prompter/images/discord_bot.png)](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
+ [![Art Prompter](https://colab.research.google.com/assets/colab-badge.svg)](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
+ ![](https://huggingface.co/pearsonkyle/ArtPrompter/resolve/main/mother_nature.gif)
33
 
 
34
 
35
 
36
+ ## Intended uses & limitations
37
 
38
+ Build dope prompts for stable diffusion or MidJourney
39
 
40
  [![](https://pearsonkyle.github.io/Art-Prompter/images/discord_bot.png)](https://discord.gg/3S8Taqa2Xy)
41
 
42
 
43
+
44
  ## Examples
45
 
46
  All text prompts below are generated with our language model