End of training
Browse files- .gitattributes +4 -0
- README.md +69 -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-2000/optimizer.bin +3 -0
- checkpoint-2000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-2000/random_states_0.pkl +3 -0
- checkpoint-2000/scaler.pt +3 -0
- checkpoint-2000/scheduler.bin +3 -0
- checkpoint-2500/optimizer.bin +3 -0
- checkpoint-2500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-2500/random_states_0.pkl +3 -0
- checkpoint-2500/scaler.pt +3 -0
- checkpoint-2500/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,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: openrail++
|
3 |
+
library_name: diffusers
|
4 |
+
tags:
|
5 |
+
- text-to-image
|
6 |
+
- diffusers-training
|
7 |
+
- diffusers
|
8 |
+
- sd3
|
9 |
+
- sd3-diffusers
|
10 |
+
- template:sd-lora
|
11 |
+
base_model: stabilityai/stable-diffusion-3-medium-diffusers
|
12 |
+
instance_prompt: pixel art style
|
13 |
+
widget:
|
14 |
+
- text: pixel art style
|
15 |
+
output:
|
16 |
+
url: image_0.png
|
17 |
+
- text: pixel art style
|
18 |
+
output:
|
19 |
+
url: image_1.png
|
20 |
+
- text: pixel art style
|
21 |
+
output:
|
22 |
+
url: image_2.png
|
23 |
+
- text: pixel art style
|
24 |
+
output:
|
25 |
+
url: image_3.png
|
26 |
+
---
|
27 |
+
|
28 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
29 |
+
should probably proofread and complete it, then remove this comment. -->
|
30 |
+
|
31 |
+
|
32 |
+
# SD3 DreamBooth LoRA - kadirnar/pixelparti-128-v0.3
|
33 |
+
|
34 |
+
<Gallery />
|
35 |
+
|
36 |
+
## Model description
|
37 |
+
|
38 |
+
These are kadirnar/pixelparti-128-v0.3 DreamBooth weights for stabilityai/stable-diffusion-3-medium-diffusers.
|
39 |
+
|
40 |
+
The weights were trained using [DreamBooth](https://dreambooth.github.io/).
|
41 |
+
|
42 |
+
## Trigger words
|
43 |
+
|
44 |
+
You should use pixel art style to trigger the image generation.
|
45 |
+
|
46 |
+
## Download model
|
47 |
+
|
48 |
+
[Download](kadirnar/pixelparti-128-v0.3/tree/main) them in the Files & versions tab.
|
49 |
+
|
50 |
+
## License
|
51 |
+
|
52 |
+
Please adhere to the licensing terms as described `[here](https://huggingface.co/stabilityai/stable-diffusion-3-medium/blob/main/LICENSE)`.
|
53 |
+
|
54 |
+
|
55 |
+
## Intended uses & limitations
|
56 |
+
|
57 |
+
#### How to use
|
58 |
+
|
59 |
+
```python
|
60 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
61 |
+
```
|
62 |
+
|
63 |
+
#### Limitations and bias
|
64 |
+
|
65 |
+
[TODO: provide examples of latent issues and potential remediations]
|
66 |
+
|
67 |
+
## Training details
|
68 |
+
|
69 |
+
[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:a7f8626e4bec79b5616f10a81d79078f772e726c28d8c5b81308a5ec1f74e94c
|
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:616d6789480a093449cee4b54a5967af95ebb71efa5ad9aa1d3f6c763c6a703f
|
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:952f84118acb94865af2f214250922a741f5ed9ffc0239e5b95644b3dfe8ed00
|
3 |
+
size 14280
|
checkpoint-1000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42c60e397e243f977ad5044c6ebd4807bacfce53cf57ae53d7fcdfb9eede99d3
|
3 |
+
size 988
|
checkpoint-1000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d57775da836bc529396f6e4f7ef37b16235f928278d5c7583975114acd391cd4
|
3 |
+
size 1000
|
checkpoint-1500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df2f1a8d63a88e1683aa2ec6a4939dd9ca9fb37645f0af3e45f242c16f185307
|
3 |
+
size 9598266
|
checkpoint-1500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e2c92deb4ed7bca36870bb4bdde6302fc068f72c2fc8b4fc57cafbb8a4f4a87
|
3 |
+
size 4742848
|
checkpoint-1500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c94f599c916ffee6e0a5ab23e5651c1fd1acab6ce7b419a1154d77caf95be23
|
3 |
+
size 14280
|
checkpoint-1500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9375c37fa5ac297776b236ede1ded03b006c82a208e108a25fcd713b4bd14557
|
3 |
+
size 988
|
checkpoint-1500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d53a41e7248db94c5889580f1f045bbb2eae81e100a4b1f6bbbd2ee5107d230b
|
3 |
+
size 1000
|
checkpoint-2000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d912904a60352d69121d04d40ff94afeae838950433a82cd7085b91e5050221
|
3 |
+
size 9598266
|
checkpoint-2000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44c1519059ebbcd89a87bfd24828e634151fd4e6e7c9a7c7880aa5caf2583edc
|
3 |
+
size 4742848
|
checkpoint-2000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29ead65b95b2dc85b578c5aee9f769db8a100daebad74b7f2a33458c3f7d09f3
|
3 |
+
size 14280
|
checkpoint-2000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1cc06d2856d0dbc8e9f9d3082f6ef2dd547c2032bb13eaef5c9aa209fe6e4249
|
3 |
+
size 988
|
checkpoint-2000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:337c72a8f59647f1935d257ecad9a5bebb6c7530c05dae3eb3bf503606c624b0
|
3 |
+
size 1000
|
checkpoint-2500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74fb49795052cc3ca798d798367db528dbf778b9dacd895566d365f9e7b7b37c
|
3 |
+
size 9598266
|
checkpoint-2500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e64074da0b622530bea8ca249fb16f76b3068602f0d2b579d862e3cc4300581
|
3 |
+
size 4742848
|
checkpoint-2500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:943ad87de6e8cb6ff0fbdc79ff2b7ba59f5120a8db1462172e01e30f2b196ccf
|
3 |
+
size 14280
|
checkpoint-2500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f8df520ced4c07b89edd61f93de85842e44acf5ddaf95bd522780902451cb1a
|
3 |
+
size 988
|
checkpoint-2500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bd1b983c3e2b75ef7c6d24f02659743f6139d8835ee2d95baf24c2fc912fcce
|
3 |
+
size 1000
|
checkpoint-500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff078c8777f5937a5989e528c2e87bac3f02768f51929747fc3eb1663ecc37e5
|
3 |
+
size 9598266
|
checkpoint-500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a00b4b54221a816de6e83e1a2335201c2aa87438a6d384244cbbd2d0c4a42a5
|
3 |
+
size 4742848
|
checkpoint-500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c49a4c305bf522c519e9af968e9ef98b41cad6fec5e5f641ff87579c38df1b2
|
3 |
+
size 14280
|
checkpoint-500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b5916716ab3dd90b7e6b9524be8843777f9464b75d55304f0395b46d17107e7
|
3 |
+
size 988
|
checkpoint-500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb7d74b6e68995d9a3cd1637d4766d20f7a0870a7e80bbc16b78001cf1195a1b
|
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:0e64074da0b622530bea8ca249fb16f76b3068602f0d2b579d862e3cc4300581
|
3 |
+
size 4742848
|