pearsonkyle commited on
Commit
51f62d4
·
1 Parent(s): 9ecfd39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -9
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
- [![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
@@ -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
- ![](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
 
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://huggingface.co/pearsonkyle/ArtPrompter/resolve/main/starry_night.gif)
18
+
19
+ [![Art Prompter Basic](https://colab.research.google.com/assets/colab-badge.svg)](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://pearsonkyle.github.io/Art-Prompter/images/discord_bot.png)](https://discord.gg/3S8Taqa2Xy)
39
 
40
 
 
41
  ## Examples
42
 
43
  All text prompts below are generated with our language model