dzbao commited on
Commit
3d2e513
1 Parent(s): e7b1963

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 +4 -0
  2. .gitignore +2 -0
  3. README.md +21 -0
  4. checkpoint-100/optimizer.bin +3 -0
  5. checkpoint-100/pytorch_model.bin +3 -0
  6. checkpoint-100/random_states_0.pkl +3 -0
  7. checkpoint-100/scaler.pt +3 -0
  8. checkpoint-100/scheduler.bin +3 -0
  9. checkpoint-150/optimizer.bin +3 -0
  10. checkpoint-150/pytorch_model.bin +3 -0
  11. checkpoint-150/random_states_0.pkl +3 -0
  12. checkpoint-150/scaler.pt +3 -0
  13. checkpoint-150/scheduler.bin +3 -0
  14. checkpoint-200/optimizer.bin +3 -0
  15. checkpoint-200/pytorch_model.bin +3 -0
  16. checkpoint-200/random_states_0.pkl +3 -0
  17. checkpoint-200/scaler.pt +3 -0
  18. checkpoint-200/scheduler.bin +3 -0
  19. checkpoint-250/optimizer.bin +3 -0
  20. checkpoint-250/pytorch_model.bin +3 -0
  21. checkpoint-250/random_states_0.pkl +3 -0
  22. checkpoint-250/scaler.pt +3 -0
  23. checkpoint-250/scheduler.bin +3 -0
  24. checkpoint-300/optimizer.bin +3 -0
  25. checkpoint-300/pytorch_model.bin +3 -0
  26. checkpoint-300/random_states_0.pkl +3 -0
  27. checkpoint-300/scaler.pt +3 -0
  28. checkpoint-300/scheduler.bin +3 -0
  29. checkpoint-350/optimizer.bin +3 -0
  30. checkpoint-350/pytorch_model.bin +3 -0
  31. checkpoint-350/random_states_0.pkl +3 -0
  32. checkpoint-350/scaler.pt +3 -0
  33. checkpoint-350/scheduler.bin +3 -0
  34. checkpoint-400/optimizer.bin +3 -0
  35. checkpoint-400/pytorch_model.bin +3 -0
  36. checkpoint-400/random_states_0.pkl +3 -0
  37. checkpoint-400/scaler.pt +3 -0
  38. checkpoint-400/scheduler.bin +3 -0
  39. checkpoint-450/optimizer.bin +3 -0
  40. checkpoint-450/pytorch_model.bin +3 -0
  41. checkpoint-450/random_states_0.pkl +3 -0
  42. checkpoint-450/scaler.pt +3 -0
  43. checkpoint-450/scheduler.bin +3 -0
  44. checkpoint-50/optimizer.bin +3 -0
  45. checkpoint-50/pytorch_model.bin +3 -0
  46. checkpoint-50/random_states_0.pkl +3 -0
  47. checkpoint-50/scaler.pt +3 -0
  48. checkpoint-50/scheduler.bin +3 -0
  49. checkpoint-500/optimizer.bin +3 -0
  50. checkpoint-500/pytorch_model.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: runwayml/stable-diffusion-v1-5
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/dzbao/SKINCON-disease-caption-LoRA
15
+ These are LoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were fine-tuned on the None 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-100/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fbc1f0023d973de65c2909f96e38d4ff41942bb755b59fc5ea00efe7eceba10
3
+ size 6591621
checkpoint-100/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a87db06b576b2c879f179b67d7b6db5e21a8c42272129ed3910b45ee5f1db9f
3
+ size 3285965
checkpoint-100/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76cc4e18328f1c66725e465c6af70bddd0b46351192985fbe38d84ebfd908701
3
+ size 14727
checkpoint-100/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfa44e8523f62833816d29aa6c576eaa7783e3bbdb3e132e248b1d8aaee6132b
3
+ size 557
checkpoint-100/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4609e49bf0244d934bc7c0037f9aa23216324892fd8bfc3e4d9701d8dba3b32
3
+ size 563
checkpoint-150/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23b0c8a9396c408bbfba5dd852d36d944bfc8a19e0cecb11c8440da2140662be
3
+ size 6591621
checkpoint-150/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31704640e98d9b272ac7f76b8c1b005c4cef33ee2006d5cce5a2679f0eb0b3b5
3
+ size 3285965
checkpoint-150/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cac5f0bf4db8301ea80be35821d431a68cd7806459399449f1ed666d181e980e
3
+ size 14727
checkpoint-150/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c51c8702e03bc24d0566e4b37e893acfcfe0af87dcc3883f22471d07682d7ac5
3
+ size 557
checkpoint-150/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0123b4a6f1376a0e4cb8b10bf4f84ba7e4f23615f038faa75f4ddd56d924a7dd
3
+ size 563
checkpoint-200/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2f479c2693d0d6a86b6117593e009516c0f205f9ca73beca6f39fbed94192a1
3
+ size 6591621
checkpoint-200/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd546297aa75942cff7270b2acf35ce2025833223144c12cf4fc354fa74b01bf
3
+ size 3285965
checkpoint-200/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66164f226af2b33cd23291bf9ccbc67aecb64374a641e64166566226a6e397d6
3
+ size 14727
checkpoint-200/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fccf0f9be1bb8f24861e4393745b3e09cc2687125a69e3757955fb0f0925ea5
3
+ size 557
checkpoint-200/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c1a56ee6d2c25d20c0d48e95dcd402bcab1b9e0ea865c9a5a1625b6ca6a638d
3
+ size 563
checkpoint-250/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55670a2d139c961e4ba8cc01d2433552a4458adc423cbf13e6b5f56861c6e895
3
+ size 6591621
checkpoint-250/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c88831a706eaabefedf4e12d2db4c2a317f0498755f055107d49958006ab0f38
3
+ size 3285965
checkpoint-250/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e51558b391a446c4149edb1a958e956ee04d31ccd7cd84331e29c089f892cf5a
3
+ size 14727
checkpoint-250/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27aa20a390729e58f6745ce2ad2e4708be7725c1059fb8166449e11f78ca8fd2
3
+ size 557
checkpoint-250/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f944bca8fe026412106a0ddbba60d1b6e1e8f1520f20e02ae88594641f32a6c
3
+ size 563
checkpoint-300/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9e09436376a6a78e096d77e0a6b11b4d30ccd53b10985588e51a60ae2c2fa2f
3
+ size 6591621
checkpoint-300/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41f5be5a8e63485145342106212ab633ed9f7047cd2bb6a2782bbcfcc29ee0b8
3
+ size 3285965
checkpoint-300/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:413c971f107c6109aafa700cd9a9dc43a59a3975d4ddb283f23f321388e1ed5d
3
+ size 14727
checkpoint-300/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efafd90182e3d39d1b7c4a686f86e5913f5abc094dc3e2f827a6d479c6cef247
3
+ size 557
checkpoint-300/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:434fbd635d20558218cb11d04ac74d5230de808b020a8a2b6f2daf1cecc6b36d
3
+ size 563
checkpoint-350/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a907fee3b4676257dacfee1e2d2ad31e314a3b2be517cd60a0f19c4ea7ac08c0
3
+ size 6591621
checkpoint-350/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34b69b1a3d3e39e880b60e273bf784114dbe5b48a253439c0c388d5a1644d2e3
3
+ size 3285965
checkpoint-350/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ab8d55a1e78e0fd230890a324373c1bb9d4c67fbee2afc134daaa0ab858615b
3
+ size 14727
checkpoint-350/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9cceb3b3d50b88c2605e7be26a52f9a6ccb45632b17930482e2027768e8560e
3
+ size 557
checkpoint-350/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3949565059d05846ca60005f0ba65f7354c37acaeb4cfbcaf5fa4ecb2359b1bb
3
+ size 563
checkpoint-400/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1a4bb501e325f651f8eed15f1eca734ffb6c45f71f5137f4ca641a45b954205
3
+ size 6591621
checkpoint-400/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:147ce269da0c13be8ad6ddac2fd5ab09132b63ab97ccd25a60c2b1a56876cd81
3
+ size 3285965
checkpoint-400/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0078741a7a3b7ffbc9ef6a6da70e193d35bb24ea79de38159fa34a871d0f3ccd
3
+ size 14727
checkpoint-400/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc40a4be6a52cee4d7658df4041e660ffa02b0d8b5bd143bb8bb397f7b71b1a5
3
+ size 557
checkpoint-400/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28c0c1b63fe2fb9e23723295129e9562fabee40be6f26ab959e30a9e958267eb
3
+ size 563
checkpoint-450/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46b002f7e88f0c1c9a833394994a2bb200a1f5ed468946afdb212907f54b00b5
3
+ size 6591621
checkpoint-450/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b029099edfd65ae384549def3d4bfc4771e57027e659c2f77092a7df188465c
3
+ size 3285965
checkpoint-450/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb4ca7d34cfe034265eb30fd92d7c853651d6724f25e8e56b5af4ee15ad33d1a
3
+ size 14727
checkpoint-450/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:206389f090abcc3222507a1886e7890301684ad43da4a05adfa7cac210314c85
3
+ size 557
checkpoint-450/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fafb6ce78ce74873ac97b7f85d0af8d85db6adf45655568908afe82fd7ef149f
3
+ size 563
checkpoint-50/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac9bf362d3bdde6df67caa5f1474c253e29fac5b64314bc10c84b352b6cf8004
3
+ size 6591621
checkpoint-50/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26b4a95d3bdace597135a432905ed0e0d6fec6fa02fbcd5fa5b670e04c1524a4
3
+ size 3285965
checkpoint-50/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:730e90f0f0362448da661b6afd1c4ba9fe646a747a84f5094454e443af8bfddd
3
+ size 14727
checkpoint-50/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfa3bcfad6548e955614aa66924075e0bfa36d4a9baf6cf6190c3fd577b6da91
3
+ size 557
checkpoint-50/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34405ec04fad9df522dd2655483ca86b1b4d92a84ebb3d10118b9329f6c51588
3
+ size 563
checkpoint-500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c1e692243a269ee46f42065df0f336a4293d48102da6886c412104eaeb1b77b
3
+ size 6591621
checkpoint-500/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1081aa83ea1a68be82ef0fc496dc822a237ead62465db702cf3ba51aaf215358
3
+ size 3285965