cactusfriend
commited on
Commit
·
4b217de
1
Parent(s):
9791e1e
updated hosted inference prompts
Browse files
README.md
CHANGED
@@ -1,4 +1,21 @@
|
|
1 |
---
|
2 |
license: openrail
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
Experimental 'XL' version of [Nightmare InvokeAI Prompts](https://huggingface.co/cactusfriend/nightmare-invokeai-prompts). Very early version and may be deleted.
|
|
|
1 |
---
|
2 |
license: openrail
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
library_name: transformers
|
5 |
+
widget:
|
6 |
+
- text: "a photograph of"
|
7 |
+
example_title: "photo"
|
8 |
+
- text: "a bizarre cg render"
|
9 |
+
example_title: "render"
|
10 |
+
- text: "the spaghetti"
|
11 |
+
example_title: "meal?"
|
12 |
+
- text: "a (detailed+ intricate)+ picture"
|
13 |
+
example_title: "weights"
|
14 |
+
- text: "photograph of various"
|
15 |
+
example_title: "variety"
|
16 |
+
inference:
|
17 |
+
parameters:
|
18 |
+
temperature: 2.6
|
19 |
+
max_new_tokens: 250
|
20 |
---
|
21 |
Experimental 'XL' version of [Nightmare InvokeAI Prompts](https://huggingface.co/cactusfriend/nightmare-invokeai-prompts). Very early version and may be deleted.
|