Commit
·
f539568
1
Parent(s):
c2f33e3
Update README.md
Browse filesClarified the use case.
README.md
CHANGED
@@ -4,10 +4,10 @@ pipeline_tag: text-generation
|
|
4 |
library_name: transformers
|
5 |
---
|
6 |
|
7 |
-
A model based upon the prompts of all the images in my InvokeAI's output directory
|
8 |
-
|
9 |
-
Note: the prompts are very chaotic; a good way to stress test a model, perhaps?
|
10 |
|
|
|
|
|
11 |
|
12 |
To use this model, you can import it as a pipeline like so:
|
13 |
```py
|
|
|
4 |
library_name: transformers
|
5 |
---
|
6 |
|
7 |
+
A model based upon the prompts of all the images in my InvokeAI's output directory, meant to be used with InvokeAI (a Stable Diffusion implementation) to generate new, probably wild nightmare images.
|
|
|
|
|
8 |
|
9 |
+
This is mostly trained on positive prompts, though you may catch some words in [] brackets, which will be treated as negative.
|
10 |
+
GPT-Neo is usually quite good at pairing parenthesis, quotation marks, etc - however, don't be too surprised if it generates something that's note quite InvokeAI prompt syntax.
|
11 |
|
12 |
To use this model, you can import it as a pipeline like so:
|
13 |
```py
|