Update README.md
Browse files
README.md
CHANGED
@@ -1,24 +1,25 @@
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
12 |
inference: true
|
13 |
widget:
|
14 |
-
- text:
|
15 |
parameters:
|
16 |
-
negative_prompt:
|
17 |
output:
|
18 |
url: ./assets/image_0_0.png
|
19 |
-
- text:
|
20 |
parameters:
|
21 |
-
negative_prompt:
|
22 |
output:
|
23 |
url: ./assets/image_1_0.png
|
24 |
---
|
@@ -119,5 +120,4 @@ image = pipeline(
|
|
119 |
guidance_rescale=0.0,
|
120 |
).images[0]
|
121 |
image.save("output.png", format="PNG")
|
122 |
-
```
|
123 |
-
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
+
base_model: stabilityai/stable-diffusion-3-medium-diffusers
|
4 |
tags:
|
5 |
+
- stable-diffusion
|
6 |
+
- stable-diffusion-diffusers
|
7 |
+
- text-to-image
|
8 |
+
- diffusers
|
9 |
+
- simpletuner
|
10 |
+
- lora
|
11 |
+
- template:sd-lora
|
12 |
+
- not-for-all-audiences
|
13 |
inference: true
|
14 |
widget:
|
15 |
+
- text: unconditional (blank prompt)
|
16 |
parameters:
|
17 |
+
negative_prompt: blurry, cropped, ugly
|
18 |
output:
|
19 |
url: ./assets/image_0_0.png
|
20 |
+
- text: a photo of a naked woman with large breasts
|
21 |
parameters:
|
22 |
+
negative_prompt: blurry, cropped, ugly
|
23 |
output:
|
24 |
url: ./assets/image_1_0.png
|
25 |
---
|
|
|
120 |
guidance_rescale=0.0,
|
121 |
).images[0]
|
122 |
image.save("output.png", format="PNG")
|
123 |
+
```
|
|