End of training
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +60 -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-10000/optimizer.bin +3 -0
- checkpoint-10000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-10000/random_states_0.pkl +3 -0
- checkpoint-10000/scaler.pt +3 -0
- checkpoint-10000/scheduler.bin +3 -0
- checkpoint-10500/optimizer.bin +3 -0
- checkpoint-10500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-10500/random_states_0.pkl +3 -0
- checkpoint-10500/scaler.pt +3 -0
- checkpoint-10500/scheduler.bin +3 -0
- checkpoint-11000/optimizer.bin +3 -0
- checkpoint-11000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-11000/random_states_0.pkl +3 -0
- checkpoint-11000/scaler.pt +3 -0
- checkpoint-11000/scheduler.bin +3 -0
- checkpoint-11500/optimizer.bin +3 -0
- checkpoint-11500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-11500/random_states_0.pkl +3 -0
- checkpoint-11500/scaler.pt +3 -0
- checkpoint-11500/scheduler.bin +3 -0
- checkpoint-12000/optimizer.bin +3 -0
- checkpoint-12000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-12000/random_states_0.pkl +3 -0
- checkpoint-12000/scaler.pt +3 -0
- checkpoint-12000/scheduler.bin +3 -0
- checkpoint-12500/optimizer.bin +3 -0
- checkpoint-12500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-12500/random_states_0.pkl +3 -0
- checkpoint-12500/scaler.pt +3 -0
- checkpoint-12500/scheduler.bin +3 -0
- checkpoint-13000/optimizer.bin +3 -0
- checkpoint-13000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-13000/random_states_0.pkl +3 -0
- checkpoint-13000/scaler.pt +3 -0
- checkpoint-13000/scheduler.bin +3 -0
- checkpoint-13500/optimizer.bin +3 -0
- checkpoint-13500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-13500/random_states_0.pkl +3 -0
- checkpoint-13500/scaler.pt +3 -0
- checkpoint-13500/scheduler.bin +3 -0
- checkpoint-14000/optimizer.bin +3 -0
- checkpoint-14000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-14000/random_states_0.pkl +3 -0
- checkpoint-14000/scaler.pt +3 -0
README.md
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: stabilityai/stable-diffusion-3-medium-diffusers
|
3 |
+
library_name: diffusers
|
4 |
+
license: openrail++
|
5 |
+
tags:
|
6 |
+
- text-to-image
|
7 |
+
- diffusers-training
|
8 |
+
- diffusers
|
9 |
+
- lora
|
10 |
+
- sd3
|
11 |
+
- sd3-diffusers
|
12 |
+
- template:sd-lora
|
13 |
+
instance_prompt: sks sketch
|
14 |
+
widget: []
|
15 |
+
---
|
16 |
+
|
17 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
18 |
+
should probably proofread and complete it, then remove this comment. -->
|
19 |
+
|
20 |
+
|
21 |
+
# SD3 DreamBooth LoRA - gdvstd/western-style-sketch-sd3-lora
|
22 |
+
|
23 |
+
<Gallery />
|
24 |
+
|
25 |
+
## Model description
|
26 |
+
|
27 |
+
These are gdvstd/western-style-sketch-sd3-lora DreamBooth weights for stabilityai/stable-diffusion-3-medium-diffusers.
|
28 |
+
|
29 |
+
The weights were trained using [DreamBooth](https://dreambooth.github.io/).
|
30 |
+
|
31 |
+
LoRA for the text encoder was enabled: False.
|
32 |
+
|
33 |
+
## Trigger words
|
34 |
+
|
35 |
+
You should use sks sketch to trigger the image generation.
|
36 |
+
|
37 |
+
## Download model
|
38 |
+
|
39 |
+
[Download](gdvstd/western-style-sketch-sd3-lora/tree/main) them in the Files & versions tab.
|
40 |
+
|
41 |
+
## License
|
42 |
+
|
43 |
+
Please adhere to the licensing terms as described [here](https://huggingface.co/stabilityai/stable-diffusion-3-medium/blob/main/LICENSE).
|
44 |
+
|
45 |
+
|
46 |
+
## Intended uses & limitations
|
47 |
+
|
48 |
+
#### How to use
|
49 |
+
|
50 |
+
```python
|
51 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
52 |
+
```
|
53 |
+
|
54 |
+
#### Limitations and bias
|
55 |
+
|
56 |
+
[TODO: provide examples of latent issues and potential remediations]
|
57 |
+
|
58 |
+
## Training details
|
59 |
+
|
60 |
+
[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:413549233adf10f4f8ab1f1594fd551d65a3f93c8276deb63b03b5828d94ff8c
|
3 |
+
size 9598266
|
checkpoint-1000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7bcdadc0a2b104d8f7c48930e060a53393bf7dc3553433e0c7849b1f1f03016d
|
3 |
+
size 4742848
|
checkpoint-1000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b66a27f2ffddc2869737a322c72dc3ad7ceaef0d3ed02ab033b43a526f7bd18
|
3 |
+
size 14280
|
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:9d16ae9dedf4c45ceadc467593037d83423677715e75ab402a9f44aa81de9b84
|
3 |
+
size 1000
|
checkpoint-10000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:817a73e522ff014a616c3b5be32732bb42b7ea12b9ac44deb2110b94814eccc2
|
3 |
+
size 9598266
|
checkpoint-10000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4849caf1811513960face5f380ac28a7b87d48f51eda2749b4d2fa30271ea825
|
3 |
+
size 4742848
|
checkpoint-10000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a0b8dab444d65b7aaf6c4db5f558e826d4281810f58f190a0085a81f4d99e85
|
3 |
+
size 14280
|
checkpoint-10000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6c912a40487df83bf64f637ae3962a5c0d8a4cc5dad5eecd3c80b9ccd1013a7
|
3 |
+
size 988
|
checkpoint-10000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20bbef0c8fecac2668563417c5ed2ebcdecc2a3024abda5059c94bc08a3f3fea
|
3 |
+
size 1000
|
checkpoint-10500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9bc1357b267678282b81063ba35b122b4a9cf257a4c5d7266f1c4619ec5c8b9
|
3 |
+
size 9598266
|
checkpoint-10500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:004b9c031b233f6bd809ce189c0564af306ce02f4091cd748876c724fa68eb63
|
3 |
+
size 4742848
|
checkpoint-10500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3aaf7f03d57fa06b5a18e93f837f37a3e12e7204e0ac3793a11e200dce88d0de
|
3 |
+
size 14280
|
checkpoint-10500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50810e004bac6481cfd2373f58cbaed4b52c413b103608feed2c3e12ec827e8f
|
3 |
+
size 988
|
checkpoint-10500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1c60b416079d5e51172f4bf318186f302a167697f6a30c2d81b0096edb4cd74
|
3 |
+
size 1000
|
checkpoint-11000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:416faa1d757c25ab712e76a2399d395d49b47e14712ffbc6276badc4fe36bd71
|
3 |
+
size 9598266
|
checkpoint-11000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce27a0c89d648880ebee7fe1a9c0af43d5fb1db167837213a99237c71ec97bcd
|
3 |
+
size 4742848
|
checkpoint-11000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ba20af0fd6c5fb752670be1b15296238921d43e231052997c258164eaf8c7b9
|
3 |
+
size 14280
|
checkpoint-11000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:431726df37e7bd0e724f363d72f5f7d233e84dcc18a90ff174c10f5e863630e5
|
3 |
+
size 988
|
checkpoint-11000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecc83f1d45412e3a90435a2eaf3c133ffd79263f6c097211ff22419fe6506f6f
|
3 |
+
size 1000
|
checkpoint-11500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b28906f97376f2f8d66fd3897b28128ab1b4d4e65f45de5357685d814379c945
|
3 |
+
size 9598266
|
checkpoint-11500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64fb609a67626704a60415128b10b747abd5d0397c05ae9eea117ef4709ff3d6
|
3 |
+
size 4742848
|
checkpoint-11500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e388bc05a4a37484b891f6d6c3ffdaa2eefa5a983c6537103c7c1b84e80693e
|
3 |
+
size 14280
|
checkpoint-11500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6722eecd099fc12e110fbb7b54ce67ec630036756e92019218488bebf1b2290
|
3 |
+
size 988
|
checkpoint-11500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0bd5f8a4100ea7c049e6874e45dcb34ea55a7c066b39556e9fe751ee43d8fee
|
3 |
+
size 1000
|
checkpoint-12000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15de4d3cdd1f9791e775edf4ce5d9d69caf7f81354c7fded34fb062f5b91e234
|
3 |
+
size 9598266
|
checkpoint-12000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c77e811eb51a591d4e4504626f797b627481017f5b6e6d870726dd555b03e003
|
3 |
+
size 4742848
|
checkpoint-12000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a3b10df9214ac230169cf4c2770c7ccf08885fa0ad1f94ac8396bbb1f49a9ad
|
3 |
+
size 14280
|
checkpoint-12000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfc98152c6a41ae3bcb949b1287cba8fe295579b385e689a555073c35f0bfee5
|
3 |
+
size 988
|
checkpoint-12000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:989a7a9a433b418472fbc22e7a978476727fe33f71d80ad7544d3f9c17877820
|
3 |
+
size 1000
|
checkpoint-12500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e512cc0a5b52a9c2dae4d6d2255364869c9c5dc762153a0253a71030d253c0c
|
3 |
+
size 9598266
|
checkpoint-12500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfa7dd67025655fdf8434c10fbc7d22994b868e9faddc54e9cc1f771605cc164
|
3 |
+
size 4742848
|
checkpoint-12500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1d68b8aca759b13768834e3e776f440a02f3ce2d0b9c66636f40fcf6f48ae0c
|
3 |
+
size 14280
|
checkpoint-12500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:109b41f8213ee7449ec6ef70b3acf5e14627d0525bd77ba17f32d632083ed555
|
3 |
+
size 988
|
checkpoint-12500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:569a512eb6b6708a32a4d0f2f87fdf90aa55e59651326edc41076bf2f1d5398c
|
3 |
+
size 1000
|
checkpoint-13000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a21575c7cbaaee1da93a4b67d98b379b01355477976e093457be47f67fde3efa
|
3 |
+
size 9598266
|
checkpoint-13000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b895140f2e8c6cd712c0c382b488f2055155f684fc6ea69bb81c09782257d91c
|
3 |
+
size 4742848
|
checkpoint-13000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a128ed53b4c37b0cb20ffb66e4c50f865868f0f9fb28c3d3100e140b6d362ca8
|
3 |
+
size 14280
|
checkpoint-13000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef9cade6b3c687e32d5c8bfc0f2415df09a007234853d32828525123fcb7dc3d
|
3 |
+
size 988
|
checkpoint-13000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd64057a6740f1714fbe7165464acb017aa8155bc4ee0423a0adbcfbda8e033c
|
3 |
+
size 1000
|
checkpoint-13500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2421d74d914add4dcc96d5399f1a00710cb2c53207481605b76e5638b2726f33
|
3 |
+
size 9598266
|
checkpoint-13500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34d1a02d6fe5b4de24c676f2063f51b0add1943f0047d47f75fc4a816ffb9f98
|
3 |
+
size 4742848
|
checkpoint-13500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ee5253ea3c3af09ed3b2e480aee6eb3bae2c14879a8c130e038716d4fe819ca
|
3 |
+
size 14280
|
checkpoint-13500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dcd32e397534b3b25f33d5bb36b2cea9853777b9dbbd2f73757cbe619b66c502
|
3 |
+
size 988
|
checkpoint-13500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1af53648bebe6f8d4529cf60b6a600ef13ac54d72aff36eb9dfa3ce700348363
|
3 |
+
size 1000
|
checkpoint-14000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5bdd58b221b254660a37eb019596d0f030d01831d31d5aa67bc83611a4bcde8
|
3 |
+
size 9598266
|
checkpoint-14000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e4919106db471252f456bfee7cf0e9d16e961916e8408a2c6e661636d79907b
|
3 |
+
size 4742848
|
checkpoint-14000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfc86d6b140f6d3ba7efb4ec80cef34d19879d8d9142e6b386a0f67b6257d30f
|
3 |
+
size 14280
|
checkpoint-14000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d49b95f31f0ea33e30f006d9d8cf01c80c9e84e3233e5f997e776d30236214f3
|
3 |
+
size 988
|