Update README.md
Browse files
README.md
CHANGED
@@ -1,23 +1,29 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
instance_prompt: pink-emo
|
4 |
license: openrail++
|
5 |
-
|
|
|
|
|
6 |
tags:
|
7 |
-
- text-to-image
|
8 |
-
- stable-diffusion
|
9 |
-
- lora
|
10 |
-
-
|
11 |
-
-
|
|
|
12 |
widget:
|
13 |
-
- text:
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
|
|
|
|
|
|
|
|
21 |
|
22 |
output:
|
23 |
url: images/pinkemo-card.jpeg
|
|
|
1 |
---
|
2 |
+
library_name: diffusers
|
|
|
3 |
license: openrail++
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
7 |
tags:
|
8 |
+
- text-to-image
|
9 |
+
- stable-diffusion
|
10 |
+
- lora
|
11 |
+
- safetensors
|
12 |
+
- stable-diffusion-xl
|
13 |
+
|
14 |
widget:
|
15 |
+
- text: >-
|
16 |
+
1girl, pink-emo, piercings, septum_ring, tattoos
|
17 |
+
parameter:
|
18 |
+
negative_prompt: >-
|
19 |
+
lowres, bad anatomy, bad hands, text, error, missing fingers, extra
|
20 |
+
digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry
|
21 |
+
width=768,
|
22 |
+
height=768,
|
23 |
+
guidance_scale=4,
|
24 |
+
num_inference_steps=60
|
25 |
+
example_title: 1girl
|
26 |
+
---
|
27 |
|
28 |
output:
|
29 |
url: images/pinkemo-card.jpeg
|