Update README.md
Browse files
README.md
CHANGED
@@ -1,26 +1,32 @@
|
|
1 |
---
|
2 |
license: other
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
- standard
|
14 |
inference: true
|
15 |
widget:
|
16 |
-
- text:
|
17 |
parameters:
|
18 |
-
negative_prompt:
|
19 |
output:
|
20 |
url: ./assets/image_0_0.png
|
21 |
-
- text:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
parameters:
|
23 |
-
negative_prompt:
|
24 |
output:
|
25 |
url: ./assets/image_1_0.png
|
26 |
---
|
@@ -126,7 +132,4 @@ image = pipeline(
|
|
126 |
guidance_scale=7.5,
|
127 |
).images[0]
|
128 |
image.save("output.png", format="PNG")
|
129 |
-
```
|
130 |
-
|
131 |
-
|
132 |
-
|
|
|
1 |
---
|
2 |
license: other
|
3 |
+
base_model: stabilityai/stable-diffusion-3.5-large
|
4 |
tags:
|
5 |
+
- sd3
|
6 |
+
- sd3-diffusers
|
7 |
+
- text-to-image
|
8 |
+
- diffusers
|
9 |
+
- simpletuner
|
10 |
+
- lora
|
11 |
+
- template:sd-lora
|
12 |
+
- standard
|
|
|
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: >-
|
21 |
+
k4s4, [speech-bubble-2] [people-2] [panel-1] [background-undefined]
|
22 |
+
[camera-medium-shot] The scene depicts two characters in a heated exchange,
|
23 |
+
with one character appearing visibly distressed or angry. They are engaged
|
24 |
+
in a conversation, as indicated by the speech bubbles. The background is not
|
25 |
+
clearly defined, suggesting an interior space, possibly a room with limited
|
26 |
+
visibility of details. The shot captures both characters from a medium
|
27 |
+
distance, emphasizing their expressions and the intensity of the moment.
|
28 |
parameters:
|
29 |
+
negative_prompt: blurry, cropped, ugly
|
30 |
output:
|
31 |
url: ./assets/image_1_0.png
|
32 |
---
|
|
|
132 |
guidance_scale=7.5,
|
133 |
).images[0]
|
134 |
image.save("output.png", format="PNG")
|
135 |
+
```
|
|
|
|
|
|