Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
width: 768
|
12 |
+
height: 768
|
13 |
+
negative_prompt: >-
|
14 |
+
lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit,
|
15 |
+
fewer digits, cropped, worst quality, low quality, normal quality, jpeg,
|
16 |
+
artifacts, signature, watermark, username, blurry, ugly, duplicate,
|
17 |
+
morbid, mutilated, extra fingers, mutated hands, poorly drawn hands,
|
18 |
+
poorly drawn face, mutation, deformed, blurry, bad anatomy, bad
|
19 |
+
widget:
|
20 |
+
- text: melaura, girl, hd, pink lips, detailed, age 16, Off-shoulder top
|
21 |
+
example_title: Off-shoulder top
|
22 |
+
- text: melaura, girl, hd, shiny cheeks
|
23 |
+
example_title: shiny cheeks
|
24 |
+
- text: melaura, girl,
|
25 |
+
example_title: Triger
|
26 |
+
library_name: diffusers
|
27 |
+
---
|