Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: openrail++
|
3 |
+
pipeline_tag: text-to-image
|
4 |
+
tags:
|
5 |
+
- stable-diffusion
|
6 |
+
- text-to-image
|
7 |
+
- diffusers
|
8 |
+
- DiffusionPipeline
|
9 |
+
inference:
|
10 |
+
parameter:
|
11 |
+
negative_prompt: >-
|
12 |
+
lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit,
|
13 |
+
fewer digits, cropped, worst quality, low quality, normal quality, jpeg,
|
14 |
+
artifacts, signature, watermark, username, blurry, ugly, duplicate,
|
15 |
+
morbid, mutilated, extra fingers, mutated hands, poorly drawn hands,
|
16 |
+
poorly drawn face, mutation, deformed, blurry, bad anatomy, bad
|
17 |
+
proportions, cloned face, disfigured, out of frame, extra limbs, bad
|
18 |
+
anatomy, gross proportions, malformed limbs, missing arms, missing legs,
|
19 |
+
extra arms, extra legs, mutated hands, fused fingers, too many fingers,
|
20 |
+
long neck, text, letters, signature, web address, copyright name,
|
21 |
+
username, error, extra digit, fewer digits, loadscreen, grid, stock image,
|
22 |
+
a stock photo, promo poster, fat, text, logo, brand, watermark, water
|
23 |
+
mark, low quality,
|
24 |
+
library_name: diffusers
|
25 |
+
---
|