Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
| 1 |
---
|
| 2 |
license: openrail++
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 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 |
+
widget:
|
| 25 |
+
- text: melaura, girl, hd, pink lips, detailed, age 16, Off-shoulder top
|
| 26 |
+
example_title: Off-shoulder top
|
| 27 |
+
- text: melaura, girl, hd, shiny cheeks
|
| 28 |
+
example_title: shiny cheeks
|
| 29 |
+
library_name: diffusers
|
| 30 |
---
|