End of training
Browse files- .gitattributes +11 -0
- README.md +100 -0
- checkpoint-1000/optimizer.bin +3 -0
- checkpoint-1000/random_states_0.pkl +3 -0
- checkpoint-1000/scaler.pt +3 -0
- checkpoint-1000/scheduler.bin +3 -0
- checkpoint-500/optimizer.bin +3 -0
- checkpoint-500/random_states_0.pkl +3 -0
- checkpoint-500/scaler.pt +3 -0
- checkpoint-500/scheduler.bin +3 -0
- image_0.png +3 -0
- image_1.png +3 -0
- image_10.png +3 -0
- image_11.png +3 -0
- image_2.png +3 -0
- image_3.png +3 -0
- image_4.png +3 -0
- image_5.png +3 -0
- image_6.png +3 -0
- image_7.png +0 -0
- image_8.png +3 -0
- image_9.png +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,14 @@ 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_10.png filter=lfs diff=lfs merge=lfs -text
|
39 |
+
image_11.png filter=lfs diff=lfs merge=lfs -text
|
40 |
+
image_2.png filter=lfs diff=lfs merge=lfs -text
|
41 |
+
image_3.png filter=lfs diff=lfs merge=lfs -text
|
42 |
+
image_4.png filter=lfs diff=lfs merge=lfs -text
|
43 |
+
image_5.png filter=lfs diff=lfs merge=lfs -text
|
44 |
+
image_6.png filter=lfs diff=lfs merge=lfs -text
|
45 |
+
image_8.png filter=lfs diff=lfs merge=lfs -text
|
46 |
+
image_9.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 monadikos stuffed animal floating in the river in watercolor painting style'
|
13 |
+
output:
|
14 |
+
url:
|
15 |
+
"image_0.png"
|
16 |
+
|
17 |
+
- text: 'A monadikos stuffed animal floating in the river in watercolor painting style'
|
18 |
+
output:
|
19 |
+
url:
|
20 |
+
"image_1.png"
|
21 |
+
|
22 |
+
- text: 'A monadikos stuffed animal floating in the river in watercolor painting style'
|
23 |
+
output:
|
24 |
+
url:
|
25 |
+
"image_2.png"
|
26 |
+
|
27 |
+
- text: 'A monadikos stuffed animal floating in the river in watercolor painting style'
|
28 |
+
output:
|
29 |
+
url:
|
30 |
+
"image_3.png"
|
31 |
+
|
32 |
+
- text: 'A monadikos stuffed animal floating in the river in watercolor painting style'
|
33 |
+
output:
|
34 |
+
url:
|
35 |
+
"image_4.png"
|
36 |
+
|
37 |
+
- text: 'A monadikos stuffed animal floating in the river in watercolor painting style'
|
38 |
+
output:
|
39 |
+
url:
|
40 |
+
"image_5.png"
|
41 |
+
|
42 |
+
- text: 'A monadikos stuffed animal floating in the river in watercolor painting style'
|
43 |
+
output:
|
44 |
+
url:
|
45 |
+
"image_6.png"
|
46 |
+
|
47 |
+
- text: 'A monadikos stuffed animal floating in the river in watercolor painting style'
|
48 |
+
output:
|
49 |
+
url:
|
50 |
+
"image_7.png"
|
51 |
+
|
52 |
+
- text: 'A monadikos stuffed animal floating in the river in watercolor painting style'
|
53 |
+
output:
|
54 |
+
url:
|
55 |
+
"image_8.png"
|
56 |
+
|
57 |
+
- text: 'A monadikos stuffed animal floating in the river in watercolor painting style'
|
58 |
+
output:
|
59 |
+
url:
|
60 |
+
"image_9.png"
|
61 |
+
|
62 |
+
- text: 'A monadikos stuffed animal floating in the river in watercolor painting style'
|
63 |
+
output:
|
64 |
+
url:
|
65 |
+
"image_10.png"
|
66 |
+
|
67 |
+
- text: 'A monadikos stuffed animal floating in the river in watercolor painting style'
|
68 |
+
output:
|
69 |
+
url:
|
70 |
+
"image_11.png"
|
71 |
+
|
72 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
73 |
+
instance_prompt: A monadikos stuffed animal in watercolor painting style
|
74 |
+
license: openrail++
|
75 |
+
---
|
76 |
+
|
77 |
+
# SDXL LoRA DreamBooth - Changg/lr_0.00025
|
78 |
+
|
79 |
+
<Gallery />
|
80 |
+
|
81 |
+
## Model description
|
82 |
+
|
83 |
+
These are Changg/lr_0.00025 LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
|
84 |
+
|
85 |
+
The weights were trained using [DreamBooth](https://dreambooth.github.io/).
|
86 |
+
|
87 |
+
LoRA for the text encoder was enabled: False.
|
88 |
+
|
89 |
+
Special VAE used for training: None.
|
90 |
+
|
91 |
+
## Trigger words
|
92 |
+
|
93 |
+
You should use A monadikos stuffed animal in watercolor painting style to trigger the image generation.
|
94 |
+
|
95 |
+
## Download model
|
96 |
+
|
97 |
+
Weights for this model are available in Safetensors format.
|
98 |
+
|
99 |
+
[Download](Changg/lr_0.00025/tree/main) them in the Files & versions tab.
|
100 |
+
|
checkpoint-1000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6c507968c2d41e1b4d933c11c3383f1080478331b83e9a38c1f0013efc3039f
|
3 |
+
size 374822996
|
checkpoint-1000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07cc5a0b45d4c97db5dbad771be58d8d0c2d93ec2fa6bece89cc85a17e51400e
|
3 |
+
size 14344
|
checkpoint-1000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d8fdcd0311eba9854fff738038ed4c1a269832665b4d88ba4e4e3d02a1a7e0e
|
3 |
+
size 988
|
checkpoint-1000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a87d4093726d4a6606ed1a670498bd52d2626dfdc0642de48617ac9b3dbab1cb
|
3 |
+
size 1000
|
checkpoint-500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17e830e474175f2263038b6742fcda8dce96fd4174bedee09059cf82665d4710
|
3 |
+
size 374822996
|
checkpoint-500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5179293a2d672fb149115206b758a274999f3638b72fde86f14dff032ce68500
|
3 |
+
size 14344
|
checkpoint-500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18b984273ea2d45b7ffb1d047bb359d93111e41fcad70d16a1b453fd38f72636
|
3 |
+
size 988
|
checkpoint-500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:25c3acf28b24d622c29bf418d9019b2d2f6d50b404f3edcff294582efeb37680
|
3 |
+
size 1000
|
image_0.png
ADDED
Git LFS Details
|
image_1.png
ADDED
Git LFS Details
|
image_10.png
ADDED
Git LFS Details
|
image_11.png
ADDED
Git LFS Details
|
image_2.png
ADDED
Git LFS Details
|
image_3.png
ADDED
Git LFS Details
|
image_4.png
ADDED
Git LFS Details
|
image_5.png
ADDED
Git LFS Details
|
image_6.png
ADDED
Git LFS Details
|
image_7.png
ADDED
image_8.png
ADDED
Git LFS Details
|
image_9.png
ADDED
Git LFS Details
|