Ginyyds commited on
Commit
533b44c
·
verified ·
1 Parent(s): c6d83b6

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 +59 -0
  3. checkpoint-1000/model.safetensors +3 -0
  4. checkpoint-1000/optimizer.bin +3 -0
  5. checkpoint-1000/pytorch_lora_weights.safetensors +3 -0
  6. checkpoint-1000/random_states_0.pkl +3 -0
  7. checkpoint-1000/scheduler.bin +3 -0
  8. checkpoint-1500/model.safetensors +3 -0
  9. checkpoint-1500/optimizer.bin +3 -0
  10. checkpoint-1500/pytorch_lora_weights.safetensors +3 -0
  11. checkpoint-1500/random_states_0.pkl +3 -0
  12. checkpoint-1500/scheduler.bin +3 -0
  13. checkpoint-2000/model.safetensors +3 -0
  14. checkpoint-2000/optimizer.bin +3 -0
  15. checkpoint-2000/pytorch_lora_weights.safetensors +3 -0
  16. checkpoint-2000/random_states_0.pkl +3 -0
  17. checkpoint-2000/scheduler.bin +3 -0
  18. checkpoint-2500/model.safetensors +3 -0
  19. checkpoint-2500/optimizer.bin +3 -0
  20. checkpoint-2500/pytorch_lora_weights.safetensors +3 -0
  21. checkpoint-2500/random_states_0.pkl +3 -0
  22. checkpoint-2500/scheduler.bin +3 -0
  23. checkpoint-3000/model.safetensors +3 -0
  24. checkpoint-3000/optimizer.bin +3 -0
  25. checkpoint-3000/pytorch_lora_weights.safetensors +3 -0
  26. checkpoint-3000/random_states_0.pkl +3 -0
  27. checkpoint-3000/scheduler.bin +3 -0
  28. checkpoint-3500/model.safetensors +3 -0
  29. checkpoint-3500/optimizer.bin +3 -0
  30. checkpoint-3500/pytorch_lora_weights.safetensors +3 -0
  31. checkpoint-3500/random_states_0.pkl +3 -0
  32. checkpoint-3500/scheduler.bin +3 -0
  33. checkpoint-4000/model.safetensors +3 -0
  34. checkpoint-4000/optimizer.bin +3 -0
  35. checkpoint-4000/pytorch_lora_weights.safetensors +3 -0
  36. checkpoint-4000/random_states_0.pkl +3 -0
  37. checkpoint-4000/scheduler.bin +3 -0
  38. checkpoint-4500/model.safetensors +3 -0
  39. checkpoint-4500/optimizer.bin +3 -0
  40. checkpoint-4500/pytorch_lora_weights.safetensors +3 -0
  41. checkpoint-4500/random_states_0.pkl +3 -0
  42. checkpoint-4500/scheduler.bin +3 -0
  43. checkpoint-500/model.safetensors +3 -0
  44. checkpoint-500/optimizer.bin +3 -0
  45. checkpoint-500/pytorch_lora_weights.safetensors +3 -0
  46. checkpoint-500/random_states_0.pkl +3 -0
  47. checkpoint-500/scheduler.bin +3 -0
  48. checkpoint-5000/model.safetensors +3 -0
  49. checkpoint-5000/model_index.json +34 -0
  50. checkpoint-5000/optimizer.bin +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_15.png filter=lfs diff=lfs merge=lfs -text
37
+ image_18.png filter=lfs diff=lfs merge=lfs -text
38
+ image_19.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stabilityai/stable-diffusion-2-1
3
+ library_name: diffusers
4
+ license: creativeml-openrail-m
5
+ tags:
6
+ - stable-diffusion
7
+ - stable-diffusion-diffusers
8
+ - text-to-image
9
+ - diffusers
10
+ - diffusers-training
11
+ - lora
12
+ inference: true
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+
19
+ # LoRA text2image fine-tuning - Ginyyds/clothes_example_v2
20
+ These are LoRA adaption weights for stabilityai/stable-diffusion-2-1. The weights were fine-tuned on the ziang123/pattern_dataset dataset. You can find some example images in the following.
21
+
22
+ ![img_0](./image_0.png)
23
+ ![img_1](./image_1.png)
24
+ ![img_2](./image_2.png)
25
+ ![img_3](./image_3.png)
26
+ ![img_4](./image_4.png)
27
+ ![img_5](./image_5.png)
28
+ ![img_6](./image_6.png)
29
+ ![img_7](./image_7.png)
30
+ ![img_8](./image_8.png)
31
+ ![img_9](./image_9.png)
32
+ ![img_10](./image_10.png)
33
+ ![img_11](./image_11.png)
34
+ ![img_12](./image_12.png)
35
+ ![img_13](./image_13.png)
36
+ ![img_14](./image_14.png)
37
+ ![img_15](./image_15.png)
38
+ ![img_16](./image_16.png)
39
+ ![img_17](./image_17.png)
40
+ ![img_18](./image_18.png)
41
+ ![img_19](./image_19.png)
42
+
43
+
44
+
45
+ ## Intended uses & limitations
46
+
47
+ #### How to use
48
+
49
+ ```python
50
+ # TODO: add an example code snippet for running this diffusion pipeline
51
+ ```
52
+
53
+ #### Limitations and bias
54
+
55
+ [TODO: provide examples of latent issues and potential remediations]
56
+
57
+ ## Training details
58
+
59
+ [TODO: describe the data used to train the model]
checkpoint-1000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bbbad9a0fe07138b65905e40f87e6e829e650ae42a69fe35ee08cda8db3efe4
3
+ size 3467087168
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6b9ac45b4fe35b0d745e544529b50b8a3a0aeb491bdd9d702ff2741695c4515
3
+ size 6854266
checkpoint-1000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:527abc6b0c6c5f6a0f9673b517165c1a9d12a17a68084afec9ffba3c4203101d
3
+ size 3357296
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea85149385733fe3c8164267b73adff00eea648a77e1d85e5e23f875a4c4fd3c
3
+ size 14408
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:871b7aad2ab670e3a76b782f7ee85271218ef70be3b656f3c37c00d7fc94e497
3
+ size 1000
checkpoint-1500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1486293740ac3a4cb0cc916a9d07339970f9283f2435081a598e9f9702ac6ad2
3
+ size 3467087168
checkpoint-1500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac6827033f5b7879b151399d23fac8b87601bbee8a25d028e436b9a6e6b84d49
3
+ size 6854266
checkpoint-1500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9274895d02836a726e4b365f8e201b1593ef3ebdace0e44ba954c1b3605b5ac5
3
+ size 3357296
checkpoint-1500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f820a1507462ce3a2ab0ffc78a00c286664a3e07d81c52bd9ac44a4796257e01
3
+ size 14408
checkpoint-1500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4976e0467bede4ee111b739d307cb06f7be185979359fe5b023c560fbb3e0c53
3
+ size 1000
checkpoint-2000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0462698d717141327d990084224368ab2e2f6920ac4dadccfe2737bde450add1
3
+ size 3467087168
checkpoint-2000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:390aa4043adbe1f6c51a6e8c11dd8e1fb443e96ae460228a522392724b03710e
3
+ size 6854266
checkpoint-2000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16277923458fd846d913255f3adf2a137ba67a4c3f0bb239e0f0ad3279acb6d4
3
+ size 3357296
checkpoint-2000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a41488b6b3513aeda8c76e3f13a803d0b8683a2f7589f3293f75f389f91d1c0
3
+ size 14408
checkpoint-2000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a77368a55d3d628d8ed6d380159e3575ba36011c9f60a17a3cabcd2ad355bfe
3
+ size 1000
checkpoint-2500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9529e9a8178a295afd69207bc17592d1f1e81b555dfd24fe1531fc32d7876d13
3
+ size 3467087168
checkpoint-2500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88fc4b8c5c328648eef2e4d73ba905bc6c75462d172a73e381d704c73144775e
3
+ size 6854266
checkpoint-2500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f73072e5ffa61f19337bee84e95491bafeefd3b12ae793b6190c759fd74291f1
3
+ size 3357296
checkpoint-2500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d8ea25a852b4fb0345efaf133e20a1df0a829423d0d4c823192a43e1e74a9e2
3
+ size 14408
checkpoint-2500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:550e89594a65aa85e261bf46f6d025a07da81177c94b2438db504a01644a638d
3
+ size 1000
checkpoint-3000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b0cc85a70632c5ce61d4fccc9506df239d76715335b25464e96f292a0fa4cb8
3
+ size 3467087168
checkpoint-3000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b62ba8676601d8d11a6f179026add924c77b556a003598ea52ca2810f50871e
3
+ size 6854266
checkpoint-3000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:850c6cf1d89c3f87c49e551180dfa588e46f4438e43f8612cab4cc653b7e16ae
3
+ size 3357296
checkpoint-3000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79e1bae5220add8fa351e7550768c6d95fd378de333741d6f84301540b93bceb
3
+ size 14408
checkpoint-3000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:334c707c5753caf3e725f91a3bb43d34b5a5446d3d743786720894d6838cecf4
3
+ size 1000
checkpoint-3500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be57b8b2278d09a8fe3ffac8e9411508739224d7ba5bd9a85d19b11e51d3ab66
3
+ size 3467087168
checkpoint-3500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaf986d3c68a0eb409fcee0a9cbd8381eb7eacb25ac6427ea1c0e06b51c178a0
3
+ size 6854266
checkpoint-3500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b18432b3156f80bbf163cc6f34020edb396bde5241a76a35c80c1af6545d1282
3
+ size 3357296
checkpoint-3500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2c16672499ebd782f39ff714cc3e52a907e373ccfc2e460207c829278b00d3e
3
+ size 14408
checkpoint-3500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd7aef6070facd60cfc71a16f77d2f752888c7a753eef05b83768f16e1c8b1f7
3
+ size 1000
checkpoint-4000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2771d257f9e6e3d5c1a3381ccdd474a2ae93b0486917676e52e901d3392fbd8c
3
+ size 3467087168
checkpoint-4000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d180aa060a3b0d06a10e34333313907f0851b92f837ecaea157a58377b11477e
3
+ size 6854266
checkpoint-4000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecc00e918b84ecc412819c2c772116c66e182b71e8e1be444207771311642fad
3
+ size 3357296
checkpoint-4000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9ab2f884ff1bc6dd45ce0ca675aff4bad12e7cb7b4d4dd10b42dd962806f08e
3
+ size 14408
checkpoint-4000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b87b694357d5bf80c90508d36777aa75d17d6266cffcf31648a39c0f0474e94
3
+ size 1000
checkpoint-4500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc4cc8cc6a45f37a11c49c4ae862e272984e19660099d79b6ff9941e19822003
3
+ size 3467087168
checkpoint-4500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31bc540ec3f82127bdbf185611ff2d1cb6097daf9dc3232d3d1beb0fb1d9556b
3
+ size 6854266
checkpoint-4500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b64a7dc6abb9e95beacde02279a3db1583ed78c05bae731a229407f9c20606a
3
+ size 3357296
checkpoint-4500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0e79cb9c2c78bd055103c37cc6ae0f8396255482aed34b8bfdb3e63902f0d8d
3
+ size 14408
checkpoint-4500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0ed3a5856bc2f7cc47f06adafa3f57e917ca447a4c866863431b294ba90e809
3
+ size 1000
checkpoint-500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13c477f96db97ebf6b915f3690c8ad409fa4a1cf6fb24407daecd5f2453611dc
3
+ size 3467087168
checkpoint-500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19caa29208e9c28ec70e951204b38a7c712fb7e01042fa94543ddecd8558d6a0
3
+ size 6854266
checkpoint-500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de7847cc4835f948e309e46ffbc249dcc59bf21eb49b74227aecae65d0b1e13b
3
+ size 3357296
checkpoint-500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f773545bea47a0e544864a01ce5c9442f59029c9daba77f6288bc1cea208336
3
+ size 14408
checkpoint-500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4312eb11755aca1d074d50c65eb76f0e9d1c578a1f989c28ecea107bf7062471
3
+ size 1000
checkpoint-5000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af96512b14e2cac61a39f026f94b412c77d75dff7fa300bbaf9f1479ac4a98cf
3
+ size 3467087168
checkpoint-5000/model_index.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionPipeline",
3
+ "_diffusers_version": "0.8.0",
4
+ "feature_extractor": [
5
+ "transformers",
6
+ "CLIPImageProcessor"
7
+ ],
8
+ "requires_safety_checker": false,
9
+ "safety_checker": [
10
+ null,
11
+ null
12
+ ],
13
+ "scheduler": [
14
+ "diffusers",
15
+ "DDIMScheduler"
16
+ ],
17
+ "text_encoder": [
18
+ "transformers",
19
+ "CLIPTextModel"
20
+ ],
21
+ "tokenizer": [
22
+ "transformers",
23
+ "CLIPTokenizer"
24
+ ],
25
+ "unet": [
26
+ "diffusers",
27
+ "UNet2DConditionModel"
28
+ ],
29
+ "vae": [
30
+ "diffusers",
31
+ "AutoencoderKL"
32
+ ]
33
+ }
34
+
checkpoint-5000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24f8e62db9c195e01074a0e2f23af8c3008e3072398d2cf189e39e76b59bbc48
3
+ size 6854266