cactusfriend commited on
Commit
b99fb87
1 Parent(s): 2db1799

typo fix in readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ inference:
20
  A model based upon the prompts of all the images in my InvokeAI's output directory, meant to be used with [InvokeAI](https://github.com/invoke-ai/InvokeAI) (a Stable Diffusion implementation/UI) to generate new, probably wild nightmare images.
21
 
22
  This is mostly trained on positive prompts, though you may catch some words in [] brackets, which will be treated as negative.
23
- 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.
24
 
25
  To use this model, you can import it as a pipeline like so:
26
  ```py
 
20
  A model based upon the prompts of all the images in my InvokeAI's output directory, meant to be used with [InvokeAI](https://github.com/invoke-ai/InvokeAI) (a Stable Diffusion implementation/UI) to generate new, probably wild nightmare images.
21
 
22
  This is mostly trained on positive prompts, though you may catch some words in [] brackets, which will be treated as negative.
23
+ GPT-Neo is usually quite good at pairing parenthesis, quotation marks, etc - however, don't be too surprised if it generates something that's not quite InvokeAI prompt syntax.
24
 
25
  To use this model, you can import it as a pipeline like so:
26
  ```py