carvychen commited on
Commit
a65445f
1 Parent(s): 68abe6c

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. README.md +27 -0
  3. checkpoint-100/optimizer.bin +3 -0
  4. checkpoint-100/pytorch_lora_weights.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/optimizer.bin +3 -0
  9. checkpoint-1000/pytorch_lora_weights.bin +3 -0
  10. checkpoint-1000/random_states_0.pkl +3 -0
  11. checkpoint-1000/scaler.pt +3 -0
  12. checkpoint-1000/scheduler.bin +3 -0
  13. checkpoint-1100/optimizer.bin +3 -0
  14. checkpoint-1100/pytorch_lora_weights.bin +3 -0
  15. checkpoint-1100/random_states_0.pkl +3 -0
  16. checkpoint-1100/scaler.pt +3 -0
  17. checkpoint-1100/scheduler.bin +3 -0
  18. checkpoint-1200/optimizer.bin +3 -0
  19. checkpoint-1200/pytorch_lora_weights.bin +3 -0
  20. checkpoint-1200/random_states_0.pkl +3 -0
  21. checkpoint-1200/scaler.pt +3 -0
  22. checkpoint-1200/scheduler.bin +3 -0
  23. checkpoint-1300/optimizer.bin +3 -0
  24. checkpoint-1300/pytorch_lora_weights.bin +3 -0
  25. checkpoint-1300/random_states_0.pkl +3 -0
  26. checkpoint-1300/scaler.pt +3 -0
  27. checkpoint-1300/scheduler.bin +3 -0
  28. checkpoint-1400/optimizer.bin +3 -0
  29. checkpoint-1400/pytorch_lora_weights.bin +3 -0
  30. checkpoint-1400/random_states_0.pkl +3 -0
  31. checkpoint-1400/scaler.pt +3 -0
  32. checkpoint-1400/scheduler.bin +3 -0
  33. checkpoint-1500/optimizer.bin +3 -0
  34. checkpoint-1500/pytorch_lora_weights.bin +3 -0
  35. checkpoint-1500/random_states_0.pkl +3 -0
  36. checkpoint-1500/scaler.pt +3 -0
  37. checkpoint-1500/scheduler.bin +3 -0
  38. checkpoint-1600/optimizer.bin +3 -0
  39. checkpoint-1600/pytorch_lora_weights.bin +3 -0
  40. checkpoint-1600/random_states_0.pkl +3 -0
  41. checkpoint-1600/scaler.pt +3 -0
  42. checkpoint-1600/scheduler.bin +3 -0
  43. checkpoint-200/optimizer.bin +3 -0
  44. checkpoint-200/pytorch_lora_weights.bin +3 -0
  45. checkpoint-200/random_states_0.pkl +3 -0
  46. checkpoint-200/scaler.pt +3 -0
  47. checkpoint-200/scheduler.bin +3 -0
  48. checkpoint-300/optimizer.bin +3 -0
  49. checkpoint-300/pytorch_lora_weights.bin +3 -0
  50. checkpoint-300/random_states_0.pkl +3 -0
.gitattributes CHANGED
@@ -33,3 +33,7 @@ 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_0.png filter=lfs diff=lfs merge=lfs -text
37
+ image_1.png filter=lfs diff=lfs merge=lfs -text
38
+ image_2.png filter=lfs diff=lfs merge=lfs -text
39
+ image_3.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: openrail++
4
+ base_model: ../../pretrained/stable-diffusion-xl-base-1.0
5
+ instance_prompt: chinachic1
6
+ tags:
7
+ - stable-diffusion-xl
8
+ - stable-diffusion-xl-diffusers
9
+ - text-to-image
10
+ - diffusers
11
+ - lora
12
+ inference: true
13
+ ---
14
+
15
+ # LoRA DreamBooth - carvychen/china_chic
16
+
17
+ These are LoRA adaption weights for ../../pretrained/stable-diffusion-xl-base-1.0. The weights were trained on chinachic1 using [DreamBooth](https://dreambooth.github.io/). You can find some example images in the following.
18
+
19
+ ![img_0](./image_0.png)
20
+ ![img_1](./image_1.png)
21
+ ![img_2](./image_2.png)
22
+ ![img_3](./image_3.png)
23
+
24
+
25
+ LoRA for the text encoder was enabled: True.
26
+
27
+ Special VAE used for training: ../../pretrained/sdxl-vae-fp16-fix.
checkpoint-100/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a9d8364c514a1aa6d5e38ca5e760c9b4b2621b7c47648feacdc4e0d72695c00
3
+ size 60331589
checkpoint-100/pytorch_lora_weights.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:350f1f5ca00717b3a2428cb6900a5b24a53b84d7a173bb23d6b569b47b5b71bf
3
+ size 30226675
checkpoint-100/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:353da830f34fa58054dff26bb078022f188bfb541a58ab563ea65749698da263
3
+ size 14663
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/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:999233a0253d98132fee995ad6e5ee21bd86666005b56770a629923e8a1f47ef
3
+ size 60331589
checkpoint-1000/pytorch_lora_weights.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b86854a0861dc5b35127139af54687abeba07b43ae1f8bbaaffac9f2c857c79f
3
+ size 30226675
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbcfebae4a1a798eac0428e0c1d0ab528d9e38245ac26a643e95d92f528d8364
3
+ size 14663
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-1100/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40dd14183e9c9c3489cec3a946144869e69a109de3229ffd42c170158e1f6324
3
+ size 60331589
checkpoint-1100/pytorch_lora_weights.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e1b209750796a2247228117e568f53d4ba6995db44f3632302948d57e2ec1a3
3
+ size 30226675
checkpoint-1100/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60729559a6557656a77e33623bab32c6e4633b9e21993fd498e9b927b9daa1ba
3
+ size 14663
checkpoint-1100/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:677eca5ad6580d3f557bbfda51765525add80f9acfd6c5ca0edf4a229f0c70eb
3
+ size 557
checkpoint-1100/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:966609e06c0d5a12b12d6c8be4f895e445097852075c644fea078e07c47b9137
3
+ size 563
checkpoint-1200/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeeafc7b27de239278c6a0edf16d5337e92e3066d7c51fa52a42f1f39f395ca4
3
+ size 60331589
checkpoint-1200/pytorch_lora_weights.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5d9ce1094f85cfcaeb0b785cd686877dc8a8c09b6cd7752b20ef108be8386dc
3
+ size 30226675
checkpoint-1200/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3349ba61afd5c9820738c4f1616864fe70466597a76ef8739743ee187be650a
3
+ size 14663
checkpoint-1200/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:741cefeca9ef427f92406d2d10b81996655e2a9d50eb7aaa9614e6fdd1c9f529
3
+ size 557
checkpoint-1200/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efb395eb1965763fbdfe27e8a4533b780593fd2bd4a41491d17f107e94a35f26
3
+ size 563
checkpoint-1300/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6cc1bbffba9265211614df0336877ac10ee40444550845f4d90b326ba59b8dd
3
+ size 60331589
checkpoint-1300/pytorch_lora_weights.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bb34964cfc667b0e4ee873e0fe7e7e61d3cf8a7fccd87ba209503b68f768bc9
3
+ size 30226675
checkpoint-1300/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad209691f6929a49c914f46b7c33dc232e7d8e094537b21533a8e4efc7a61ac3
3
+ size 14663
checkpoint-1300/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19731f6c29559eca73772c9d98b9ff9c6bd85ab2a569db52899871e5d1ba6fca
3
+ size 557
checkpoint-1300/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e515730bec0a9015dcf9f3d9a369ad1fefac3657ffd186eb53cb09e0a60287e
3
+ size 563
checkpoint-1400/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b95bf1a8ebf8a97288a553be0f1f52bf727cea44ae1cc7b1ddf22c1964b86d2
3
+ size 60331589
checkpoint-1400/pytorch_lora_weights.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b965bde08d6c613cd1dc7f61d08715f5b423806f1b8024c71588094e957c7bb
3
+ size 30226675
checkpoint-1400/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eab8190e47b299851f31c7a29dece68a91acc3ef3585e133946c44d3f6b13ba
3
+ size 14663
checkpoint-1400/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16fdfc03b58220402968eacaac23fb5471cdb9061302380bd3c8d4d326c02ade
3
+ size 557
checkpoint-1400/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a1ca140eeb22d398d44c278637bb16bcea285ccaf1b0e02b1a13c5d4df53161
3
+ size 563
checkpoint-1500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bfd13e4980ed001ec650618acb4e9fd2bfd67c129962d090de4d0762b30760f
3
+ size 60331589
checkpoint-1500/pytorch_lora_weights.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54745a37d09c48962daaa788af466dbd0e582f2c517400c1bd8aca798462effc
3
+ size 30226675
checkpoint-1500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:996a412a034bfbbb4edaf461c483ad0560d7a56916a9aa7b3ade4f7b93d7d3fa
3
+ size 14663
checkpoint-1500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:203a72d6c29f42a0e2964fdddc8d7a98df1eccee78fea9de0fa416613390f5c6
3
+ size 557
checkpoint-1500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6ab1339da08e3fa015ca19e5a001977bd59cee7c7573120ae85950b1c7964a0
3
+ size 563
checkpoint-1600/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6515b510646f3de0268a902bd28123aecf91ac2e67b7172995381e0e49a9ed26
3
+ size 60331589
checkpoint-1600/pytorch_lora_weights.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f99ef5b6dd9df218622778c72ec44bbd6d07684ca8a1bf2e33ea4e7f541d30c
3
+ size 30226675
checkpoint-1600/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a46dc59a59f9348db60caf86aafb20d64939c1c8ca26ca79bad43d2f963bc031
3
+ size 14663
checkpoint-1600/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbbb3b0bb9c64d37bf898d0431b3ed1f0a6f5c9d8c2b563e0f884424fb8bd92a
3
+ size 557
checkpoint-1600/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:144193f9b4afefdc81b5b9bbeb013f085ce761d3aa64df98f5910666001ebe7a
3
+ size 563
checkpoint-200/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:deb14638251610db4295731afca19bfcaa35ab2b5aa321918a0b146b48438f8f
3
+ size 60331589
checkpoint-200/pytorch_lora_weights.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efa10bb510bb34a435648f9042ce567dfbe2815d9644475eec7c9a81605e420b
3
+ size 30226675
checkpoint-200/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dfcbfee63056653f623595dc537e526a5e97d729f1046b476ec5feb34802cbf
3
+ size 14663
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/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d91e2437e8d39b3841af6d63f70a8f607d37ea797d36728b8f17b676acd3efd
3
+ size 60331589
checkpoint-300/pytorch_lora_weights.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90dd06af626b371528f55f87ad5d3a4c850aac8d4c265cb98fe17a6f398cceba
3
+ size 30226675
checkpoint-300/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65f8803308f42ca2c75c8511580fb5687f19299e4a8c18ac1edd5babb709270c
3
+ size 14663