Datasculptor commited on
Commit
0b28720
1 Parent(s): 14d5eb5

Upload . with huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +22 -0
  2. checkpoint-100/custom_checkpoint_0.pkl +3 -0
  3. checkpoint-100/optimizer.bin +3 -0
  4. checkpoint-100/pytorch_model.bin +3 -0
  5. checkpoint-100/random_states_0.pkl +3 -0
  6. checkpoint-100/scaler.pt +3 -0
  7. checkpoint-100/scheduler.bin +3 -0
  8. checkpoint-1000/custom_checkpoint_0.pkl +3 -0
  9. checkpoint-1000/optimizer.bin +3 -0
  10. checkpoint-1000/pytorch_model.bin +3 -0
  11. checkpoint-1000/random_states_0.pkl +3 -0
  12. checkpoint-1000/scaler.pt +3 -0
  13. checkpoint-1000/scheduler.bin +3 -0
  14. checkpoint-200/custom_checkpoint_0.pkl +3 -0
  15. checkpoint-200/optimizer.bin +3 -0
  16. checkpoint-200/pytorch_model.bin +3 -0
  17. checkpoint-200/random_states_0.pkl +3 -0
  18. checkpoint-200/scaler.pt +3 -0
  19. checkpoint-200/scheduler.bin +3 -0
  20. checkpoint-300/custom_checkpoint_0.pkl +3 -0
  21. checkpoint-300/optimizer.bin +3 -0
  22. checkpoint-300/pytorch_model.bin +3 -0
  23. checkpoint-300/random_states_0.pkl +3 -0
  24. checkpoint-300/scaler.pt +3 -0
  25. checkpoint-300/scheduler.bin +3 -0
  26. checkpoint-400/custom_checkpoint_0.pkl +3 -0
  27. checkpoint-400/optimizer.bin +3 -0
  28. checkpoint-400/pytorch_model.bin +3 -0
  29. checkpoint-400/random_states_0.pkl +3 -0
  30. checkpoint-400/scaler.pt +3 -0
  31. checkpoint-400/scheduler.bin +3 -0
  32. checkpoint-500/custom_checkpoint_0.pkl +3 -0
  33. checkpoint-500/optimizer.bin +3 -0
  34. checkpoint-500/pytorch_model.bin +3 -0
  35. checkpoint-500/random_states_0.pkl +3 -0
  36. checkpoint-500/scaler.pt +3 -0
  37. checkpoint-500/scheduler.bin +3 -0
  38. checkpoint-600/custom_checkpoint_0.pkl +3 -0
  39. checkpoint-600/optimizer.bin +3 -0
  40. checkpoint-600/pytorch_model.bin +3 -0
  41. checkpoint-600/random_states_0.pkl +3 -0
  42. checkpoint-600/scaler.pt +3 -0
  43. checkpoint-600/scheduler.bin +3 -0
  44. checkpoint-700/custom_checkpoint_0.pkl +3 -0
  45. checkpoint-700/optimizer.bin +3 -0
  46. checkpoint-700/pytorch_model.bin +3 -0
  47. checkpoint-700/random_states_0.pkl +3 -0
  48. checkpoint-700/scaler.pt +3 -0
  49. checkpoint-700/scheduler.bin +3 -0
  50. checkpoint-800/custom_checkpoint_0.pkl +3 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ base_model: stabilityai/stable-diffusion-2-1-base
4
+ instance_prompt: 11JenniferL
5
+ tags:
6
+ - stable-diffusion
7
+ - stable-diffusion-diffusers
8
+ - text-to-image
9
+ - diffusers
10
+ - lora
11
+ inference: true
12
+ ---
13
+ # LoRA DreamBooth - 11jenniferl
14
+
15
+ These are LoRA adaption weights for [stabilityai/stable-diffusion-2-1-base](https://huggingface.co/stabilityai/stable-diffusion-2-1-base). The weights were trained on the instance prompt "11JenniferL" using [DreamBooth](https://dreambooth.github.io/). You can find some example images in the following.
16
+
17
+ Test prompt: 11JenniferL
18
+ ![image_0](test_images/image_0.png)
19
+ ![image_1](test_images/image_1.png)
20
+ ![image_2](test_images/image_2.png)
21
+ ![image_3](test_images/image_3.png)
22
+
checkpoint-100/custom_checkpoint_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23653fda030a4090bf9c0bedc21f19f0c40ea7daf71ee7a025944817f0606127
3
+ size 3418585
checkpoint-100/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbe2e47f1e9ae6b9a252f90eaae137912df886ccda01c5fddae45bbc63dc9a83
3
+ size 3492869
checkpoint-100/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6df8f9947bf78054dbb199010530dbe7fd09748ad9f7bb05714b1ca103bb004
3
+ size 3417037
checkpoint-100/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b10dadb0447d4c5cdc68a742d832c56ac523a09fbd2c8b7e4e0cb11d6c17be4
3
+ size 14599
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:906bdd391189fd16d3160fd1e198eb53687dae580f930cf3f64365609fd5f606
3
+ size 563
checkpoint-1000/custom_checkpoint_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1e2ab3b20912817ba82eb72d6d5b1cea398c0e969eb898606893d68c02eb7da
3
+ size 3418585
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:376ff2c7eec331bc3f64e4ba8f30d641518a6791a9672f9e3e30aeefa632c47f
3
+ size 3493125
checkpoint-1000/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9109f13f44169531b67adc17dbe18508c4ecd7600cac2cab0d1b04111ca97a0
3
+ size 3417037
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b5be280e5745ed8a2ebeaeb168e3cfe819fece8a85cb4e9600aea082989499d
3
+ size 14599
checkpoint-1000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68cff80b680ddf6e7abbef98b5f336b97f9b5963e2209307f639383870e8cc71
3
+ size 557
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:963c3085720a3a3ca1d178559a0f2dc5d5b36fa395a4663f0194bfac4a754038
3
+ size 563
checkpoint-200/custom_checkpoint_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb766807bc10034f5ee0206aa8cb10c4214615b68dccf2a1c479cb5440f9d060
3
+ size 3418585
checkpoint-200/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc8f31a06d309feeee9de37630f2b4ea655934a73bfa6cd99a64a19f66bdd636
3
+ size 3492869
checkpoint-200/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4be026f62982c396ad4ee89c77d7f44864e991188ad3433c55251d86d3d13350
3
+ size 3417037
checkpoint-200/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6856a424a1eb66f0939a6b721ea1cdc5bc5cae6362ea9adb876a821faccd7755
3
+ size 14599
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:d2565f1f317aadcb95557955732a7a05efb023cacf90620d89fcb0c7ac0f8e04
3
+ size 563
checkpoint-300/custom_checkpoint_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e199f343b7892fc9a81bca8fe76a0c3c68507fa1527ae64ba99cfb336ff8c539
3
+ size 3418585
checkpoint-300/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff70f12eb11f795eaecfdeacf0eda62b6d4c175690da71a78c95980c4806b149
3
+ size 3493125
checkpoint-300/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ea607025b62d8c4f0a8e49ed70dd3c5c339e4b47b53a25cf0cf87e4d8a8ca75
3
+ size 3417037
checkpoint-300/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab32037640c080afc751a6d78daf639204c44d8327d47cc77f8e97b9a1724de6
3
+ size 14599
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:a84fb1fc02dc9adb8c44beeab2c46fbc41e10a07e99dad3fcd85350ca2bda9d5
3
+ size 563
checkpoint-400/custom_checkpoint_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb7ef1fea2efc9b73af14053abe48bde624b4087604fcf0c0ffc83d38bd53683
3
+ size 3418585
checkpoint-400/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a5758c8f3f639040108853ddaf453f2f2b8c38869665e7b6a5f5e5f45c08047
3
+ size 3493125
checkpoint-400/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11b1015fce8457d2566a575f94f5adee39a9e15148b468be25a5071f9b72709c
3
+ size 3417037
checkpoint-400/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3356684ffefc1769dd6a165128c2d1a1c8b4cedb7c1e4c5a928ab8c6ba8fa681
3
+ size 14599
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:5e33b45756ec30d1126f6571b94c7435f6d9cb7b6d5e5e650c81523775e7216f
3
+ size 563
checkpoint-500/custom_checkpoint_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7824a31ef0d694fb5a3029e6f4bc97fbddd6a232eab49184462623be4b313be
3
+ size 3418585
checkpoint-500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edd7bdb9e0e55d278333a3eb234f0a7d2c4b60103f569f03c32b561cfd1a1619
3
+ size 3493125
checkpoint-500/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b738d2f081e49fa60977a84722315724c6f8f2a7e3b7e811f77b4abb96e99cc
3
+ size 3417037
checkpoint-500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dfe7e98e2e23c5a12f7b4f6eb04675df17b62297408ac8304549af2ad669b28
3
+ size 14599
checkpoint-500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3f196a54202bb4ba1220e8c59f42f9cda0702d68ea83147d814c2fb2f36b8f2
3
+ size 557
checkpoint-500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62783ff6f0ae2c2ccc177b097e430c03940c5e70c38a191df273c5cf7ab1227c
3
+ size 563
checkpoint-600/custom_checkpoint_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b3458e6f844f2b2e15e9c88db97d0f0b44b4baa8a80a7043b60f49b416b88a6
3
+ size 3418585
checkpoint-600/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fec06bd05bc22c7e02879a5ecab5dfcfefd109e1c6a27ef35134d66cb1e375f1
3
+ size 3493125
checkpoint-600/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69f07156398d2f1eee99ae22e138bb3556dcee75519eab28cdf6e348f30ecfbf
3
+ size 3417037
checkpoint-600/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bafa598ef4764c431f60fd51572b50e8c0b527cf9a7e43e59e7609e51b3ad0c
3
+ size 14599
checkpoint-600/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dc9eacfeb00bd0bfeb98934a2309be01be65b288e0d747bbfc423b32679169f
3
+ size 557
checkpoint-600/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:864c924c403e116aaa2ce6d169c54f498fb0609bfb8d79139ec317756b219c42
3
+ size 563
checkpoint-700/custom_checkpoint_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:666670ea5abf0563aed9202399d905a2c38cc9b86959bf8f307cb31565e59fcd
3
+ size 3418585
checkpoint-700/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf70e0f1afcd1c99a8206db6408ae741f96d32a2aac6fa1624d2db45eaa455e7
3
+ size 3493125
checkpoint-700/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:446363c5ac945b99bf2921f14c204afed4ec13765b8a5fb6afe7c3f17b7ce50f
3
+ size 3417037
checkpoint-700/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a37bc9497161f3e5aa7c31e9941c9bb753c3198cdd261d1a81b530785ba3f8a
3
+ size 14599
checkpoint-700/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eedd043df6cf348e21712f6001f51ee5b59434655346c4271bdeabe13333a8a9
3
+ size 557
checkpoint-700/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:795892f33080f59efa85c7dfcdba41f3e40832e394382f5c58eb3a75366c3a45
3
+ size 563
checkpoint-800/custom_checkpoint_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df675451f18ae0ae6fb3b0024b89065b7a8fba090edc0a930efb6bf0c3fb2e7d
3
+ size 3418585