End of training
Browse files- .gitattributes +4 -0
- README.md +74 -0
- checkpoint-1434/optimizer.bin +3 -0
- checkpoint-1434/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1434/random_states_0.pkl +3 -0
- checkpoint-1434/scaler.pt +3 -0
- checkpoint-1434/scheduler.bin +3 -0
- checkpoint-2151/optimizer.bin +3 -0
- checkpoint-2151/pytorch_lora_weights.safetensors +3 -0
- checkpoint-2151/random_states_0.pkl +3 -0
- checkpoint-2151/scaler.pt +3 -0
- checkpoint-2151/scheduler.bin +3 -0
- checkpoint-2868/optimizer.bin +3 -0
- checkpoint-2868/pytorch_lora_weights.safetensors +3 -0
- checkpoint-2868/random_states_0.pkl +3 -0
- checkpoint-2868/scaler.pt +3 -0
- checkpoint-2868/scheduler.bin +3 -0
- checkpoint-717/optimizer.bin +3 -0
- checkpoint-717/pytorch_lora_weights.safetensors +3 -0
- checkpoint-717/random_states_0.pkl +3 -0
- checkpoint-717/scaler.pt +3 -0
- checkpoint-717/scheduler.bin +3 -0
- image_0.png +3 -0
- image_1.png +3 -0
- image_2.png +3 -0
- image_3.png +3 -0
- pytorch_lora_weights.safetensors +3 -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,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: openrail++
|
3 |
+
library_name: diffusers
|
4 |
+
tags:
|
5 |
+
- text-to-image
|
6 |
+
- text-to-image
|
7 |
+
- diffusers-training
|
8 |
+
- diffusers
|
9 |
+
- lora
|
10 |
+
- template:sd-lora
|
11 |
+
- stable-diffusion-xl
|
12 |
+
- stable-diffusion-xl-diffusers
|
13 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
14 |
+
instance_prompt: '[CB] bottle photo'
|
15 |
+
widget:
|
16 |
+
- text: A [CB] bottle photo with a pink label
|
17 |
+
output:
|
18 |
+
url: image_0.png
|
19 |
+
- text: A [CB] bottle photo with a pink label
|
20 |
+
output:
|
21 |
+
url: image_1.png
|
22 |
+
- text: A [CB] bottle photo with a pink label
|
23 |
+
output:
|
24 |
+
url: image_2.png
|
25 |
+
- text: A [CB] bottle photo with a pink label
|
26 |
+
output:
|
27 |
+
url: image_3.png
|
28 |
+
---
|
29 |
+
|
30 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
31 |
+
should probably proofread and complete it, then remove this comment. -->
|
32 |
+
|
33 |
+
|
34 |
+
# SDXL LoRA DreamBooth - erikhsos/cbbier_LoRA_lr1-5_3000
|
35 |
+
|
36 |
+
<Gallery />
|
37 |
+
|
38 |
+
## Model description
|
39 |
+
|
40 |
+
These are erikhsos/cbbier_LoRA_lr1-5_3000 LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
|
41 |
+
|
42 |
+
The weights were trained using [DreamBooth](https://dreambooth.github.io/).
|
43 |
+
|
44 |
+
LoRA for the text encoder was enabled: False.
|
45 |
+
|
46 |
+
Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
|
47 |
+
|
48 |
+
## Trigger words
|
49 |
+
|
50 |
+
You should use [CB] bottle photo to trigger the image generation.
|
51 |
+
|
52 |
+
## Download model
|
53 |
+
|
54 |
+
Weights for this model are available in Safetensors format.
|
55 |
+
|
56 |
+
[Download](erikhsos/cbbier_LoRA_lr1-5_3000/tree/main) them in the Files & versions tab.
|
57 |
+
|
58 |
+
|
59 |
+
|
60 |
+
## Intended uses & limitations
|
61 |
+
|
62 |
+
#### How to use
|
63 |
+
|
64 |
+
```python
|
65 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
66 |
+
```
|
67 |
+
|
68 |
+
#### Limitations and bias
|
69 |
+
|
70 |
+
[TODO: provide examples of latent issues and potential remediations]
|
71 |
+
|
72 |
+
## Training details
|
73 |
+
|
74 |
+
[TODO: describe the data used to train the model]
|
checkpoint-1434/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4efb78ec16ded0c35dae7be93283ae7395e8db6205a94e864c07b1d227db000
|
3 |
+
size 14991036
|
checkpoint-1434/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:786dd077aaacf42fa2c44423475983252331b6065139281c8d72c2365c2407e0
|
3 |
+
size 23390424
|
checkpoint-1434/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed25463939d8c17cb271f2bf8f6310a81cb930eb9f750816c73b788a49c88ef4
|
3 |
+
size 14280
|
checkpoint-1434/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a3acfead88a6615e666eadd35e976a7ab0d7d23cf01084529ecade3f0071e7a
|
3 |
+
size 988
|
checkpoint-1434/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eea8c0e370b3a86286b20e9d7f2c83c399ba38a15006ea50af8a3a307708a732
|
3 |
+
size 1000
|
checkpoint-2151/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29397ca0817109c797494e3567ffb0aa7899d64bcb900f29f7d073a314412983
|
3 |
+
size 14991036
|
checkpoint-2151/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8dc56ecc53d550280d5bf54bca9ab4a72d2b3ceec7ca40cca6ed409659c7d51a
|
3 |
+
size 23390424
|
checkpoint-2151/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6afba5cbef12944a58c624ee670667daae5b53b6de4d6827a533761ed24b8b4
|
3 |
+
size 14280
|
checkpoint-2151/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1dac227c1c5e2fa57dbd63de50ac22f07631578d0a6740f002b9ddbe60e075c
|
3 |
+
size 988
|
checkpoint-2151/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c36c6ed331257d78cd83d5f8f051c4910ff3e5a2aec7ad6bd6a3ce5711239fed
|
3 |
+
size 1000
|
checkpoint-2868/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34debab15d7c0df4111167f6f416a5b20e20140f1094ebaf98c2c362931b338d
|
3 |
+
size 14991036
|
checkpoint-2868/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2bf1a8e5a00f08646b1b238f50b0dac4ff56a97718ac3a7ba9b6c0d15b0b2a7
|
3 |
+
size 23390424
|
checkpoint-2868/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc6511ee219232539f64bea55fffd9198b7e53b437ba7a379ce43178d19de195
|
3 |
+
size 14280
|
checkpoint-2868/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d9086269f93d13f4fa8748a3f012d8b6495805e062b4b24381248ab2926ae80
|
3 |
+
size 988
|
checkpoint-2868/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50c3bdac4026aad00d25e0a5903b5518878f61cbf135431089f1896af7373367
|
3 |
+
size 1000
|
checkpoint-717/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23fb3bb8f408f3ce521d02f436b27cc5bd2931fc49d86ce500ccd1f6623dae77
|
3 |
+
size 14991036
|
checkpoint-717/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db8d9b090508413fa28e7833742391398fe721a2203035c37926801cde37a95c
|
3 |
+
size 23390424
|
checkpoint-717/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3730a1c8235a60de26a0d7b93efe83f565d628245170a31a1b97b279a3ce0939
|
3 |
+
size 14280
|
checkpoint-717/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40394f0c1a0d9600abd0b500693bd334a0baa4c7c7aee59303573a1b766545f1
|
3 |
+
size 988
|
checkpoint-717/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9a4bb04f62068d6f0b818f7cea537cc7dc78803ab50c8081ee56e01a72f10df
|
3 |
+
size 1000
|
image_0.png
ADDED
Git LFS Details
|
image_1.png
ADDED
Git LFS Details
|
image_2.png
ADDED
Git LFS Details
|
image_3.png
ADDED
Git LFS Details
|
pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a93ae94a9dca33c58f0b8df11f98bff04fc69fbcc83ddb6103622baf20e02f79
|
3 |
+
size 23390424
|