CarlosRiverMe commited on
Commit
a206050
1 Parent(s): c533da7

Add generated example (#1)

Browse files

- Add generated example (faf2f030c110a9a6b25a60997cac1d21e1812083)

Files changed (2) hide show
  1. README.md +18 -14
  2. images/example_wr1vsmbx0.png +0 -0
README.md CHANGED
@@ -1,28 +1,32 @@
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
- - safe-for-work
11
- - lora
12
- - template:sd-lora
13
- - standard
14
  inference: true
15
  widget:
16
- - text: 'unconditional (blank prompt)'
17
  parameters:
18
- negative_prompt: 'blurry, cropped, ugly'
19
  output:
20
  url: ./assets/image_0_0.png
21
- - text: 'sweatshirt painted in the alebrijeros style'
22
  parameters:
23
- negative_prompt: 'blurry, cropped, ugly'
24
  output:
25
  url: ./assets/image_1_0.png
 
 
 
 
26
  ---
27
 
28
  # sd3-lora-alebrijeros-final
 
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
+ - safe-for-work
11
+ - lora
12
+ - template:sd-lora
13
+ - standard
14
  inference: true
15
  widget:
16
+ - text: unconditional (blank prompt)
17
  parameters:
18
+ negative_prompt: blurry, cropped, ugly
19
  output:
20
  url: ./assets/image_0_0.png
21
+ - text: sweatshirt painted in the alebrijeros style
22
  parameters:
23
+ negative_prompt: blurry, cropped, ugly
24
  output:
25
  url: ./assets/image_1_0.png
26
+ - text: grey shirt with a small logo of a bunny painted in the alebrijeros style
27
+ output:
28
+ url: images/example_wr1vsmbx0.png
29
+
30
  ---
31
 
32
  # sd3-lora-alebrijeros-final
images/example_wr1vsmbx0.png ADDED