erkam commited on
Commit
25a0434
·
1 Parent(s): ed8f263

End of training

Browse files
Files changed (43) hide show
  1. .gitattributes +4 -0
  2. .gitignore +2 -0
  3. README.md +21 -0
  4. checkpoint-10000/optimizer.bin +3 -0
  5. checkpoint-10000/pytorch_model.bin +3 -0
  6. checkpoint-10000/random_states_0.pkl +3 -0
  7. checkpoint-10000/scaler.pt +3 -0
  8. checkpoint-10000/scheduler.bin +3 -0
  9. checkpoint-15000/optimizer.bin +3 -0
  10. checkpoint-15000/pytorch_model.bin +3 -0
  11. checkpoint-15000/random_states_0.pkl +3 -0
  12. checkpoint-15000/scaler.pt +3 -0
  13. checkpoint-15000/scheduler.bin +3 -0
  14. checkpoint-20000/optimizer.bin +3 -0
  15. checkpoint-20000/pytorch_model.bin +3 -0
  16. checkpoint-20000/random_states_0.pkl +3 -0
  17. checkpoint-20000/scaler.pt +3 -0
  18. checkpoint-20000/scheduler.bin +3 -0
  19. checkpoint-25000/optimizer.bin +3 -0
  20. checkpoint-25000/pytorch_model.bin +3 -0
  21. checkpoint-25000/random_states_0.pkl +3 -0
  22. checkpoint-25000/scaler.pt +3 -0
  23. checkpoint-25000/scheduler.bin +3 -0
  24. checkpoint-30000/optimizer.bin +3 -0
  25. checkpoint-30000/pytorch_model.bin +3 -0
  26. checkpoint-30000/random_states_0.pkl +3 -0
  27. checkpoint-30000/scaler.pt +3 -0
  28. checkpoint-30000/scheduler.bin +3 -0
  29. checkpoint-35000/optimizer.bin +3 -0
  30. checkpoint-35000/pytorch_model.bin +3 -0
  31. checkpoint-35000/random_states_0.pkl +3 -0
  32. checkpoint-35000/scaler.pt +3 -0
  33. checkpoint-35000/scheduler.bin +3 -0
  34. checkpoint-5000/optimizer.bin +3 -0
  35. checkpoint-5000/pytorch_model.bin +3 -0
  36. checkpoint-5000/random_states_0.pkl +3 -0
  37. checkpoint-5000/scaler.pt +3 -0
  38. checkpoint-5000/scheduler.bin +3 -0
  39. image_0.png +3 -0
  40. image_1.png +3 -0
  41. image_2.png +3 -0
  42. image_3.png +3 -0
  43. pytorch_lora_weights.bin +3 -0
.gitattributes CHANGED
@@ -32,3 +32,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
35
+ image_0.png 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
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ step_*
2
+ epoch_*
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: creativeml-openrail-m
4
+ base_model: stabilityai/stable-diffusion-2-depth
5
+ tags:
6
+ - stable-diffusion
7
+ - stable-diffusion-diffusers
8
+ - text-to-image
9
+ - diffusers
10
+ - lora
11
+ inference: true
12
+ ---
13
+
14
+ # LoRA text2image fine-tuning - https://huggingface.co/erkam/sd-clevr-source-to-target
15
+ These are LoRA adaption weights for https://huggingface.co/erkam/sd-clevr-source-to-target. The weights were fine-tuned on the erkam/clevr-with-depth-full dataset. You can find some example images in the following.
16
+
17
+ ![img_0](./image_0.png)
18
+ ![img_1](./image_1.png)
19
+ ![img_2](./image_2.png)
20
+ ![img_3](./image_3.png)
21
+
checkpoint-10000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee466440ff381be1c443f43ae8e66f884c8bc87384eab98f3d041d9253f15815
3
+ size 6853765
checkpoint-10000/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c96b2f3bf2bcc7ff554a3707b7e5635ae3112090465a81d7e313932148ccac1a
3
+ size 3417037
checkpoint-10000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c85449236a3186021c8ceb8663599dba73dba542eaa2810d97dfb11e963c5aa9
3
+ size 14663
checkpoint-10000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9be2ad76dcbc923b00e6a142f6db62aad4a46c47bb83864ccb68ddc899d0ce78
3
+ size 557
checkpoint-10000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eef5ed422338ffb1c06dfc60023c15ce3d5312cb18176871e4f57adabe3e836f
3
+ size 563
checkpoint-15000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:052a942339189e019dda0a1ed805528e18982568a3de6821903bda5602986e88
3
+ size 6853765
checkpoint-15000/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64c4653e7cbd7f3cbf0c97a3d2cf1772829388966b55feffc4ea5b2234a57d58
3
+ size 3417037
checkpoint-15000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:596b1876c99ea219e620266edaeac3949bb4eab80a9706684fbcfc249b3b8786
3
+ size 14663
checkpoint-15000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fd2b6405f9589749537e241a302d749dd4e24ae24c770637ed459f2a3b5cfc3
3
+ size 557
checkpoint-15000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8556c1e22006695640a791edfc636410a7d7807001f8c32c8ff4f63bad9cd8dc
3
+ size 563
checkpoint-20000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:561d9bdb13cc0d44d7e5a594f258d85bc375b7e2622516a43961cfc1e124eba8
3
+ size 6853765
checkpoint-20000/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bfa8d38dddf7f8c162027f29947bbc5eac6c8820cf01d2aca6e586fd10573c2
3
+ size 3417037
checkpoint-20000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:882cb89819eb30933ad7db3a4c74f95ee1b7e2acd3ca0faefbccf7426dace5a9
3
+ size 14663
checkpoint-20000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:853cffeb6428bbe83bec42f479207869c029fcfcb262e0c6d666eab1cc2506ed
3
+ size 557
checkpoint-20000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3dfa9b93d9bbea3877117e5f7baf0e42fec86ac4656a5740b4328ac7b3b8c4d
3
+ size 563
checkpoint-25000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a282160b0d2fb3c743724b601f66891b49e32d0e373d47f70b69b75bf2dbc2ca
3
+ size 6853765
checkpoint-25000/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6655d5e5e74e20cfd168021274b52f8b2a5b665fe8199e14cad7881e4852781a
3
+ size 3417037
checkpoint-25000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2c371d9d25229de048729c200892774c2b5aac912d38fc384ffd62b0e0d130d
3
+ size 14727
checkpoint-25000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd498507946faf468197d27a42331f043642f4f5f1b82d528bffaed1ebe572c3
3
+ size 557
checkpoint-25000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a19972e275f407ef5ad9693829bddd587f1a0adc46f83444362dd807512ca74
3
+ size 563
checkpoint-30000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fd07340b09f5df697d451e20ef27902eb0841c27fdf8de129b2befb3b6b08b0
3
+ size 6853765
checkpoint-30000/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da5004a4ec5b705c2ab0bd6b4090039707f01a32dd36e58b456772c7970dd8d3
3
+ size 3417037
checkpoint-30000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:616e75a4320accbe2648bf75423e036b7e87fa6762c3f183f490727740d32e37
3
+ size 14727
checkpoint-30000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e75c4d94af0ce4f25b45df4c42f2d7aea190aad81923ab90c842698e46c22e20
3
+ size 557
checkpoint-30000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d13300275c2688415c36b8a98c55e8dd1eaf86b9ef41b47c60d86ae066e8f6d7
3
+ size 563
checkpoint-35000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:947bc45404bb7112ef45e9aabafc6add7b6c054f9b290b690950870e5e177060
3
+ size 6853765
checkpoint-35000/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae104fb965c8203b3b4498115194ba30f50ccac643ceb246c9693e94075fb7d9
3
+ size 3417037
checkpoint-35000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e2bf3cb784281f395198d5ab3248f484c648e2b5432d64f5dc2bdf6f71c3fdb
3
+ size 14663
checkpoint-35000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f4302e88467794a43f95f7b92867ec7bbba37c17b5033f9c5b043949f120a16
3
+ size 557
checkpoint-35000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f21833d1b1c0d0cba9fd71c70b51a0a4adadf7d481d2ad9bf4533ef43e9899d0
3
+ size 563
checkpoint-5000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c74b0ee6b57944221a49c7e071e24b12e4590c34ada1c6e47da28b79feefe360
3
+ size 6853765
checkpoint-5000/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59b0915de6aea5635734f3d218b8472f9be29ffa7e9a921541ffb5edc763a952
3
+ size 3417037
checkpoint-5000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49cec49e2cafab48746247423cf2bee2ba28317e2152a1fe27b3a5163306ede5
3
+ size 14727
checkpoint-5000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a41313b6733b65c1acca917a7c2ced06503c11b898e6cd5de1e6a9f13bfb54ef
3
+ size 557
checkpoint-5000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f86d84f1ed49af8281e0bae3eed4d231029fc0c786f801f92abf92633a1d8319
3
+ size 563
image_0.png ADDED

Git LFS Details

  • SHA256: c8720698bcf75df8f420682c7e12c3f5db7891d353b084b4b34dffef65d80d7d
  • Pointer size: 131 Bytes
  • Size of remote file: 184 kB
image_1.png ADDED

Git LFS Details

  • SHA256: 8571a77aa4b2ff4822dc4fde19ae6548d9a781c63093d34d66219d52348e8d73
  • Pointer size: 131 Bytes
  • Size of remote file: 188 kB
image_2.png ADDED

Git LFS Details

  • SHA256: 604b7c0ceb5e27dbc4d74a77088e370d068603228a90f6790789786e31965c9a
  • Pointer size: 131 Bytes
  • Size of remote file: 179 kB
image_3.png ADDED

Git LFS Details

  • SHA256: 0ec2f4177681806e001af07657dda35cd7923534186fef50ccec0001c7e18ca3
  • Pointer size: 131 Bytes
  • Size of remote file: 189 kB
pytorch_lora_weights.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:625b14b70ed42c8aaf178f9c083e3c71f80d41872528fdc9a7d7163b81b275fb
3
+ size 3418843