kadirnar commited on
Commit
a0d0d79
1 Parent(s): bc97050

End of training

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +3 -0
  2. README.md +69 -0
  3. checkpoint-1000/optimizer.bin +3 -0
  4. checkpoint-1000/pytorch_lora_weights.safetensors +3 -0
  5. checkpoint-1000/random_states_0.pkl +3 -0
  6. checkpoint-1000/scaler.pt +3 -0
  7. checkpoint-1000/scheduler.bin +3 -0
  8. checkpoint-1500/optimizer.bin +3 -0
  9. checkpoint-1500/pytorch_lora_weights.safetensors +3 -0
  10. checkpoint-1500/random_states_0.pkl +3 -0
  11. checkpoint-1500/scaler.pt +3 -0
  12. checkpoint-1500/scheduler.bin +3 -0
  13. checkpoint-2000/optimizer.bin +3 -0
  14. checkpoint-2000/pytorch_lora_weights.safetensors +3 -0
  15. checkpoint-2000/random_states_0.pkl +3 -0
  16. checkpoint-2000/scaler.pt +3 -0
  17. checkpoint-2000/scheduler.bin +3 -0
  18. checkpoint-2500/optimizer.bin +3 -0
  19. checkpoint-2500/pytorch_lora_weights.safetensors +3 -0
  20. checkpoint-2500/random_states_0.pkl +3 -0
  21. checkpoint-2500/scaler.pt +3 -0
  22. checkpoint-2500/scheduler.bin +3 -0
  23. checkpoint-3000/optimizer.bin +3 -0
  24. checkpoint-3000/pytorch_lora_weights.safetensors +3 -0
  25. checkpoint-3000/random_states_0.pkl +3 -0
  26. checkpoint-3000/scaler.pt +3 -0
  27. checkpoint-3000/scheduler.bin +3 -0
  28. checkpoint-3500/optimizer.bin +3 -0
  29. checkpoint-3500/pytorch_lora_weights.safetensors +3 -0
  30. checkpoint-3500/random_states_0.pkl +3 -0
  31. checkpoint-3500/scaler.pt +3 -0
  32. checkpoint-3500/scheduler.bin +3 -0
  33. checkpoint-4000/optimizer.bin +3 -0
  34. checkpoint-4000/pytorch_lora_weights.safetensors +3 -0
  35. checkpoint-4000/random_states_0.pkl +3 -0
  36. checkpoint-4000/scaler.pt +3 -0
  37. checkpoint-4000/scheduler.bin +3 -0
  38. checkpoint-4500/optimizer.bin +3 -0
  39. checkpoint-4500/pytorch_lora_weights.safetensors +3 -0
  40. checkpoint-4500/random_states_0.pkl +3 -0
  41. checkpoint-4500/scaler.pt +3 -0
  42. checkpoint-4500/scheduler.bin +3 -0
  43. checkpoint-500/optimizer.bin +3 -0
  44. checkpoint-500/pytorch_lora_weights.safetensors +3 -0
  45. checkpoint-500/random_states_0.pkl +3 -0
  46. checkpoint-500/scaler.pt +3 -0
  47. checkpoint-500/scheduler.bin +3 -0
  48. checkpoint-5000/optimizer.bin +3 -0
  49. checkpoint-5000/pytorch_lora_weights.safetensors +3 -0
  50. checkpoint-5000/random_states_0.pkl +3 -0
.gitattributes CHANGED
@@ -33,3 +33,6 @@ 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_1.png filter=lfs diff=lfs merge=lfs -text
37
+ image_2.png filter=lfs diff=lfs merge=lfs -text
38
+ 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.4
33
+
34
+ <Gallery />
35
+
36
+ ## Model description
37
+
38
+ These are kadirnar/pixelparti-128-v0.4 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.4/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-3000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8dd4898aa75d72ec1f5e8fa2d36fbd5d54964741f92a7ff92814d1ec8d3718a
3
+ size 9598266
checkpoint-3000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d51d734e5ab386c5523fa44851390297ccf17ad99467452060ea0ab590fe0354
3
+ size 4742848
checkpoint-3000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e9d477e9a0484df78a747513f49b1597d1b4267230ae6fea496a59d5d43a984
3
+ size 14280
checkpoint-3000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:699eaddfa67d7b52dc0181e20e6e78554bd19480cc4f20fd7259ef40ded6f6c0
3
+ size 988
checkpoint-3000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdf9a9c0c052fc144e0baef2603be135e56d5882e89b76ea60f3f019f0e30ba3
3
+ size 1000
checkpoint-3500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:216b82da5d738d916398437c388dde89f70c602783204cc35d1872940db6d63a
3
+ size 9598266
checkpoint-3500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fe1e3ac16a887c3295151bdcf12c56c35031f4f91bd6167d576d1331456cffe
3
+ size 4742848
checkpoint-3500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c43229d1a7ca2f39e080a378ef3d41b7038361ad4826a9e0e6e0819d787fea3d
3
+ size 14280
checkpoint-3500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecb9446f2516e2916867ae1ed6afa74d5570244d13b0cc41e972ce4410237037
3
+ size 988
checkpoint-3500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cfa6b2d412ed1071abc6710e3dbb6fdd3178965e38b82e8afd8cd117a6bf684
3
+ size 1000
checkpoint-4000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83c425b60477eaac838f7ef309e419242a1b8f12cf987447377a065c4a4b9e9a
3
+ size 9598266
checkpoint-4000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5c7b37136ea7a186ca15ae1d8048ace782f53d2c289e21f2470bef57ef78714
3
+ size 4742848
checkpoint-4000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1731f05c4a0cebff45d06d53602e3c39c67c3ebf52e4c16ff36ac967b2d6c0d5
3
+ size 14280
checkpoint-4000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:198df364c7f1d33129bb3a77ca013d69c2309181e3ca6889f35ddb4eb4d5918e
3
+ size 988
checkpoint-4000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66c4a6439474e354d9de2731505b54bcdc109666e76728224d464c6af4bbb844
3
+ size 1000
checkpoint-4500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8073daf9b1f64d9d408a47a9b61dfd8df944c3cd7c3c6f8e1beff84ff8a33272
3
+ size 9598266
checkpoint-4500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63522e217ff06f735cabce50bc076b02827df2588a60f1c0b1c788b998bcbacb
3
+ size 4742848
checkpoint-4500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:992d068db9dc34da15bbd345d87e6cdf3005c08dfdc6b309813f8dd7e9120f47
3
+ size 14280
checkpoint-4500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4278ffca582ca66f78fb322b1607bd7713e34c9130c3ee196d17a547b92f992e
3
+ size 988
checkpoint-4500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:324ca81ed6ac575af5a137e3066a453bb97e5dcc3eb16ad5b9acfced5e6a9fa5
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
checkpoint-5000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c92e941fe8a9651cd39314178494aa1339cc8b902821bedc63a4b75df2aa804
3
+ size 9598266
checkpoint-5000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2d3a721f18f4c6ee07c8124fe2395eed7b7998ca5069df912768eb7e3920913
3
+ size 4742848
checkpoint-5000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79fab68c74b9d891ec09704cba354724bd9f30c64b694aad9972a2520acff2ed
3
+ size 14280