dzbao commited on
Commit
e824fc3
1 Parent(s): b2690e9

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-10/optimizer.bin +3 -0
  5. checkpoint-10/pytorch_model.bin +3 -0
  6. checkpoint-10/random_states_0.pkl +3 -0
  7. checkpoint-10/scaler.pt +3 -0
  8. checkpoint-10/scheduler.bin +3 -0
  9. checkpoint-100/optimizer.bin +3 -0
  10. checkpoint-100/pytorch_model.bin +3 -0
  11. checkpoint-100/random_states_0.pkl +3 -0
  12. checkpoint-100/scaler.pt +3 -0
  13. checkpoint-100/scheduler.bin +3 -0
  14. checkpoint-110/optimizer.bin +3 -0
  15. checkpoint-110/pytorch_model.bin +3 -0
  16. checkpoint-110/random_states_0.pkl +3 -0
  17. checkpoint-110/scaler.pt +3 -0
  18. checkpoint-110/scheduler.bin +3 -0
  19. checkpoint-120/optimizer.bin +3 -0
  20. checkpoint-120/pytorch_model.bin +3 -0
  21. checkpoint-120/random_states_0.pkl +3 -0
  22. checkpoint-120/scaler.pt +3 -0
  23. checkpoint-120/scheduler.bin +3 -0
  24. checkpoint-130/optimizer.bin +3 -0
  25. checkpoint-130/pytorch_model.bin +3 -0
  26. checkpoint-130/random_states_0.pkl +3 -0
  27. checkpoint-130/scaler.pt +3 -0
  28. checkpoint-130/scheduler.bin +3 -0
  29. checkpoint-140/optimizer.bin +3 -0
  30. checkpoint-140/pytorch_model.bin +3 -0
  31. checkpoint-140/random_states_0.pkl +3 -0
  32. checkpoint-140/scaler.pt +3 -0
  33. checkpoint-140/scheduler.bin +3 -0
  34. checkpoint-150/optimizer.bin +3 -0
  35. checkpoint-150/pytorch_model.bin +3 -0
  36. checkpoint-150/random_states_0.pkl +3 -0
  37. checkpoint-150/scaler.pt +3 -0
  38. checkpoint-150/scheduler.bin +3 -0
  39. checkpoint-160/optimizer.bin +3 -0
  40. checkpoint-160/pytorch_model.bin +3 -0
  41. checkpoint-160/random_states_0.pkl +3 -0
  42. checkpoint-160/scaler.pt +3 -0
  43. checkpoint-160/scheduler.bin +3 -0
  44. checkpoint-170/optimizer.bin +3 -0
  45. checkpoint-170/pytorch_model.bin +3 -0
  46. checkpoint-170/random_states_0.pkl +3 -0
  47. checkpoint-170/scaler.pt +3 -0
  48. checkpoint-170/scheduler.bin +3 -0
  49. checkpoint-180/optimizer.bin +3 -0
  50. checkpoint-180/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-photo-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-10/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53983e40b5bceaa9e6dd964d43d6638870aa588775833c89462819ae52fee434
3
+ size 6591621
checkpoint-10/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f17e6a1182e535c267d0d3446d886718a662a2bd4a32735b0ab3c596adfcd31
3
+ size 3285965
checkpoint-10/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b6fd1f498e2b8a83343c8931c2b96da1e655cd30c0302a3d6fe8b72439d438c
3
+ size 14727
checkpoint-10/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:285e76ebe66a23f043b42182e14294a93d529fdc5c0c08159fd9fc10bbeaad36
3
+ size 557
checkpoint-10/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb5c677463ee28cecc7a64cec6faab9b1e8ec716b6fb28dab79074c5f6efd0f6
3
+ size 563
checkpoint-100/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f227acebb2144dee526c9cb254d22d56961467409ddcd5e8d4785ba2cd0b624
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:054a3d3f1a296010563f274871f291792eed14fff2346fd21102f8c48381a23a
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-110/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70fe20fa43aed59ecb0d5c5e57b8efe227d3ffcc4b9577c4d2e83d9b7c3d69da
3
+ size 6591621
checkpoint-110/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efefaae124162bc6be6da931eabc138c37aa1596c3c1d2cfc3ef550872d8aff5
3
+ size 3285965
checkpoint-110/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96b994d892945299c02e883d8fccfdc13531cc14323f6108dbc0165938870f36
3
+ size 14727
checkpoint-110/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6aace1e1c66a5b7f36780f8d0213fb617a642b176cffbff3409ca38cf82b9e6f
3
+ size 557
checkpoint-110/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e0e1e87834ee1af71e3ca5a7508d44aa5bd16db2c701b794a775a5faf042707
3
+ size 563
checkpoint-120/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8583cb8b99ecdd4bab74991ec2384d8b03939b1ee7c185d81a4f16786d5cc3a2
3
+ size 6591621
checkpoint-120/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48138a13d8efc42f8698c4f2fd61e39a2d4734af9a69ec0f2b4f742d7c3a01fb
3
+ size 3285965
checkpoint-120/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78b4a742c355ddc6910a878900d5e2b554dc252224dc4185bd93dca174323172
3
+ size 14727
checkpoint-120/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e09ff957dcf3f9fb1df66ef09885175387c825e4e3df09b6b2d36d79c3de1ea
3
+ size 557
checkpoint-120/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc8dc7025a6aba5adc9fc6ac55a5dfbb2310f14939794bd2f19c9192a1fb2cee
3
+ size 563
checkpoint-130/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6bc6abbd7f245dd688a05c311a88be29610ef2a2538c224acdcf504e1278c77
3
+ size 6591621
checkpoint-130/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad526ebe444f21bd912f3d9aec465c1d0d3762ca3acc047ca46735fc9baf0d56
3
+ size 3285965
checkpoint-130/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19776e17fba02f3222fea67655027502e7ccbd0dfc6998e4d0615a5d9879dcf6
3
+ size 14727
checkpoint-130/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31553f62e0460655834ed8ea10094ca204e2bcbb40f0acf86c961cf52acab220
3
+ size 557
checkpoint-130/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3de003793e80b6d6f12afbdeffb4c207e4942e1ef7e514a5a082fb77c0fe93b8
3
+ size 563
checkpoint-140/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cf3b99ea83efa32f8fbcde3c819fc79ad099342da290fb8f5a1be596a4c2381
3
+ size 6591621
checkpoint-140/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d607d02aae387895ea452d906e7eb5041ffa8bb3868f13cb8fa6c341a9c8e1e8
3
+ size 3285965
checkpoint-140/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b372e074610a633f604764e84f04547ad9a0c8ffabe719aa89bd68112520871
3
+ size 14727
checkpoint-140/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7dbbfbece2fede2a53cc80ae296080e69d39722b90afa9ebeb253ed2579b6c4
3
+ size 557
checkpoint-140/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22423f56db5d50b49dfaef3a7ad7ce25268602dad8005d48e6ed5250d818617f
3
+ size 563
checkpoint-150/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:623cea88708ae2995fbfafdc5f74678b31695e5f74c34f3c0fd1a728ef496cc1
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:0ddbaf888750cb6229b2fd3daac61eebb14b56ab1ab17ede567e73bfb641cc1d
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-160/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05da12c6bf70ea4311736142f9e5e513d6ed3c0a5ffa59f4a491a74672d7aa66
3
+ size 6591621
checkpoint-160/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:031c5facc5052955afeb4a2e39be1750cd8ed6e9421da45d29c51809d7801a02
3
+ size 3285965
checkpoint-160/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:933b445d678930d1fab3011cf979a7f731e9e1474b8bff39af4afaf5fb7d4176
3
+ size 14727
checkpoint-160/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4499aa197f809857d3a669de2231065b32ddca1488b916b5a3246ae777b29b35
3
+ size 557
checkpoint-160/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d933345aee772402a794c126bb2dc792fc383d2ba106942a30bd55947483f721
3
+ size 563
checkpoint-170/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87b63862341e8d86e77409535ad80d7a7a924ef13f27d5a79b843d214e22724c
3
+ size 6591621
checkpoint-170/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7031b581efd02aef8bc0f95dd421a066affbdea42012160736e19c452574da4f
3
+ size 3285965
checkpoint-170/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b004e91de546db95a3a38526a1fb3110ceb3c2347bf77e6b505058f9730d9dff
3
+ size 14727
checkpoint-170/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0066209553c3882ef8d44583bd584e1c7feb230e507fda815f412e6416d477f
3
+ size 557
checkpoint-170/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d19529c1a4a5b9134c1d5a980c3d19bc455dd7a75d163b61fd1951477cb7bbd
3
+ size 563
checkpoint-180/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40c514e25981b60472e6fec1574669ef7353632a5bc2cb3e4feb681a8dc2ffa1
3
+ size 6591621
checkpoint-180/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:037d117443e7185e973b14d94d7c56397fac5ebfbfed0ade01d7cec096d1ca8b
3
+ size 3285965