End of training
Browse files- .gitattributes +4 -0
- README.md +74 -0
- checkpoint-1000/optimizer.bin +3 -0
- checkpoint-1000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1000/random_states_0.pkl +3 -0
- checkpoint-1000/scaler.pt +3 -0
- checkpoint-1000/scheduler.bin +3 -0
- checkpoint-1500/optimizer.bin +3 -0
- checkpoint-1500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1500/random_states_0.pkl +3 -0
- checkpoint-1500/scaler.pt +3 -0
- checkpoint-1500/scheduler.bin +3 -0
- checkpoint-500/optimizer.bin +3 -0
- checkpoint-500/pytorch_lora_weights.safetensors +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_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_06-15-images_LoRA_lr1-4_1500
|
35 |
+
|
36 |
+
<Gallery />
|
37 |
+
|
38 |
+
## Model description
|
39 |
+
|
40 |
+
These are erikhsos/cbbier_06-15-images_LoRA_lr1-4_1500 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: True.
|
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_06-15-images_LoRA_lr1-4_1500/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-1000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f0db759c9deff0f6e2c709acb422e1f04e7cb6fa9faf3278665b4b801d61c5d
|
3 |
+
size 20126892
|
checkpoint-1000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87aede0c4ce362556fce16f60a182e70e0c4b90a2722c2e4eb48d75448f5f8c4
|
3 |
+
size 29868864
|
checkpoint-1000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8736858abb7b43ba5b62c77d9015078d9452e6570afa38c11262395821a9a6f0
|
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:f190c995e01fb0be5b324d398310e5065764cd10625cc0f724ef9fa1eb6be8ff
|
3 |
+
size 1064
|
checkpoint-1500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17a618a463cc54e98c1d1773a3292bc6e5f4aef807ad557f943bfed10ab5c841
|
3 |
+
size 20126892
|
checkpoint-1500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ce74cc062a49959693c71bf3512653d669dff49846ac46b36a3307430d823c1
|
3 |
+
size 29868864
|
checkpoint-1500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff28e7f7b759663af696c04595d79a5350470d380a34d24322c6a573652f0001
|
3 |
+
size 14344
|
checkpoint-1500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2a4b6e0ef05ca249f2d6b7f9f3ad1dff81e55842a962df795bb9740c17c8e92
|
3 |
+
size 988
|
checkpoint-1500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:649cd6053aea5e92f331553e9581d7054ebac098dca6450e5a6c8a220fdba1e2
|
3 |
+
size 1064
|
checkpoint-500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ad743ef00a70459dc1d7f059f42f33560cb6669c5b682b041aad171a82a07d3
|
3 |
+
size 20126892
|
checkpoint-500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03aff5453697450a291d54ae6b1af3f2e9b01b62e4c5d05b1a2329f7190fffe4
|
3 |
+
size 29868864
|
checkpoint-500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ed1da4691b3ee4232204799358c24d2bcc91bb217c1e140c0bbb42a6949dd41
|
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:50195143ac860b221ce40536725e8e5b93bb4b076f9af275e8aa9dc80957be58
|
3 |
+
size 1064
|
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:8ce74cc062a49959693c71bf3512653d669dff49846ac46b36a3307430d823c1
|
3 |
+
size 29868864
|