issaccyj commited on
Commit
6391c1b
1 Parent(s): 5c21e8a

End of training

Browse files
Files changed (8) hide show
  1. .gitattributes +4 -0
  2. README.md +60 -0
  3. image_0.png +3 -0
  4. image_1.png +3 -0
  5. image_2.png +3 -0
  6. image_3.png +3 -0
  7. pytorch_lora_weights.safetensors +3 -0
  8. style7.png +0 -0
.gitattributes CHANGED
@@ -33,3 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ image_0.png filter=lfs diff=lfs merge=lfs -text
37
+ image_1.png filter=lfs diff=lfs merge=lfs -text
38
+ image_2.png filter=lfs diff=lfs merge=lfs -text
39
+ image_3.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - stable-diffusion-xl
5
+ - stable-diffusion-xl-diffusers
6
+ - text-to-image
7
+ - diffusers
8
+ - lora
9
+ - template:sd-lora
10
+ widget:
11
+
12
+ - text: 'a cat in szn style'
13
+ output:
14
+ url:
15
+ "image_0.png"
16
+
17
+ - text: 'a cat in szn style'
18
+ output:
19
+ url:
20
+ "image_1.png"
21
+
22
+ - text: 'a cat in szn style'
23
+ output:
24
+ url:
25
+ "image_2.png"
26
+
27
+ - text: 'a cat in szn style'
28
+ output:
29
+ url:
30
+ "image_3.png"
31
+
32
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
33
+ instance_prompt: a woman walking a dog in szn style
34
+ license: openrail++
35
+ ---
36
+
37
+ # SDXL LoRA DreamBooth - issaccyj/cartoonillustration
38
+
39
+ <Gallery />
40
+
41
+ ## Model description
42
+
43
+ These are issaccyj/cartoonillustration LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
44
+
45
+ The weights were trained using [DreamBooth](https://dreambooth.github.io/).
46
+
47
+ LoRA for the text encoder was enabled: False.
48
+
49
+ Special VAE used for training: None.
50
+
51
+ ## Trigger words
52
+
53
+ You should use a woman walking a dog in szn style to trigger the image generation.
54
+
55
+ ## Download model
56
+
57
+ Weights for this model are available in Safetensors format.
58
+
59
+ [Download](issaccyj/cartoonillustration/tree/main) them in the Files & versions tab.
60
+
image_0.png ADDED

Git LFS Details

  • SHA256: 55ee3dd5b57b559cfa26fa59cc0f57ffd0b583740cf81c3ee58e853126a83110
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
image_1.png ADDED

Git LFS Details

  • SHA256: ad61a5dee4eed5f6166e9e395d9b569cf08fd40c949c1591b139ffeae4714a42
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
image_2.png ADDED

Git LFS Details

  • SHA256: a0d8aa0fb5b179fa65030c28aa93c117e200304c6145c0e4675d5f832c159ad6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
image_3.png ADDED

Git LFS Details

  • SHA256: eeb62c5fbe0f962f09b58623286f8f9a86a605014d30264a84c012a2508c7c66
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63e902ab1f012a687335522897a0b96835af89c99138f13124402f0c76f25c66
3
+ size 371764576
style7.png ADDED