zhanjun commited on
Commit
1f4cf10
1 Parent(s): ec3ad8f

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 +1 -0
  2. README.md +74 -0
  3. checkpoint-1000/optimizer.bin +3 -0
  4. checkpoint-1000/pytorch_lora_weights.safetensors +3 -0
  5. checkpoint-1000/random_states_0.pkl +3 -0
  6. checkpoint-1000/scaler.pt +3 -0
  7. checkpoint-1000/scheduler.bin +3 -0
  8. checkpoint-10000/optimizer.bin +3 -0
  9. checkpoint-10000/pytorch_lora_weights.safetensors +3 -0
  10. checkpoint-10000/random_states_0.pkl +3 -0
  11. checkpoint-10000/scaler.pt +3 -0
  12. checkpoint-10000/scheduler.bin +3 -0
  13. checkpoint-1500/optimizer.bin +3 -0
  14. checkpoint-1500/pytorch_lora_weights.safetensors +3 -0
  15. checkpoint-1500/random_states_0.pkl +3 -0
  16. checkpoint-1500/scaler.pt +3 -0
  17. checkpoint-1500/scheduler.bin +3 -0
  18. checkpoint-2000/optimizer.bin +3 -0
  19. checkpoint-2000/pytorch_lora_weights.safetensors +3 -0
  20. checkpoint-2000/random_states_0.pkl +3 -0
  21. checkpoint-2000/scaler.pt +3 -0
  22. checkpoint-2000/scheduler.bin +3 -0
  23. checkpoint-2500/optimizer.bin +3 -0
  24. checkpoint-2500/pytorch_lora_weights.safetensors +3 -0
  25. checkpoint-2500/random_states_0.pkl +3 -0
  26. checkpoint-2500/scaler.pt +3 -0
  27. checkpoint-2500/scheduler.bin +3 -0
  28. checkpoint-3000/optimizer.bin +3 -0
  29. checkpoint-3000/pytorch_lora_weights.safetensors +3 -0
  30. checkpoint-3000/random_states_0.pkl +3 -0
  31. checkpoint-3000/scaler.pt +3 -0
  32. checkpoint-3000/scheduler.bin +3 -0
  33. checkpoint-3500/optimizer.bin +3 -0
  34. checkpoint-3500/pytorch_lora_weights.safetensors +3 -0
  35. checkpoint-3500/random_states_0.pkl +3 -0
  36. checkpoint-3500/scaler.pt +3 -0
  37. checkpoint-3500/scheduler.bin +3 -0
  38. checkpoint-4000/optimizer.bin +3 -0
  39. checkpoint-4000/pytorch_lora_weights.safetensors +3 -0
  40. checkpoint-4000/random_states_0.pkl +3 -0
  41. checkpoint-4000/scaler.pt +3 -0
  42. checkpoint-4000/scheduler.bin +3 -0
  43. checkpoint-4500/optimizer.bin +3 -0
  44. checkpoint-4500/pytorch_lora_weights.safetensors +3 -0
  45. checkpoint-4500/random_states_0.pkl +3 -0
  46. checkpoint-4500/scaler.pt +3 -0
  47. checkpoint-4500/scheduler.bin +3 -0
  48. checkpoint-500/optimizer.bin +3 -0
  49. checkpoint-500/pytorch_lora_weights.safetensors +3 -0
  50. checkpoint-500/random_states_0.pkl +3 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ 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_1.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: openrail++
3
+ library_name: diffusers
4
+ tags:
5
+ - text-to-image
6
+ - text-to-image
7
+ - diffusers-training
8
+ - diffusers
9
+ - lora
10
+ - template:sd-lora
11
+ - stable-diffusion-xl
12
+ - stable-diffusion-xl-diffusers
13
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
14
+ instance_prompt: a notion style photo
15
+ widget:
16
+ - text: A notion style photo of a man
17
+ output:
18
+ url: image_0.png
19
+ - text: A notion style photo of a man
20
+ output:
21
+ url: image_1.png
22
+ - text: A notion style photo of a man
23
+ output:
24
+ url: image_2.png
25
+ - text: A notion style photo of a man
26
+ output:
27
+ url: image_3.png
28
+ ---
29
+
30
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
31
+ should probably proofread and complete it, then remove this comment. -->
32
+
33
+
34
+ # SDXL LoRA DreamBooth - zhanjun/lora-trained-xl-notion
35
+
36
+ <Gallery />
37
+
38
+ ## Model description
39
+
40
+ These are zhanjun/lora-trained-xl-notion LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
41
+
42
+ The weights were trained using [DreamBooth](https://dreambooth.github.io/).
43
+
44
+ LoRA for the text encoder was enabled: False.
45
+
46
+ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
47
+
48
+ ## Trigger words
49
+
50
+ You should use a notion style photo to trigger the image generation.
51
+
52
+ ## Download model
53
+
54
+ Weights for this model are available in Safetensors format.
55
+
56
+ [Download](zhanjun/lora-trained-xl-notion/tree/main) them in the Files & versions tab.
57
+
58
+
59
+
60
+ ## Intended uses & limitations
61
+
62
+ #### How to use
63
+
64
+ ```python
65
+ # TODO: add an example code snippet for running this diffusion pipeline
66
+ ```
67
+
68
+ #### Limitations and bias
69
+
70
+ [TODO: provide examples of latent issues and potential remediations]
71
+
72
+ ## Training details
73
+
74
+ [TODO: describe the data used to train the model]
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc924ed98f804c3a0696b0d35d5bc8df32c05db793335db335d4198b93aa848a
3
+ size 47392882
checkpoint-1000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88e5daf4eb3631521c9e7c29a9392d8cad5369cff240c77441693214bed58465
3
+ size 23390424
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b2b343112252b4723d1eff00fbef29b9dfddd593757b1b8a3aef49b6d6f4e28
3
+ size 16036
checkpoint-1000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d8fdcd0311eba9854fff738038ed4c1a269832665b4d88ba4e4e3d02a1a7e0e
3
+ size 988
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18dcbef2f94efbfbf0d21e52f8edce7c027f51fde92c6a88e6b0f0d961476be0
3
+ size 1000
checkpoint-10000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fd49ec74267e4a5f42c140f5b137b03df7c25008d987ac49babbe41bb4add44
3
+ size 47392882
checkpoint-10000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:053ef126c7aeca6b4c3ac59f9244be5ce5c6f83113dc9586c3647bc4c54c702b
3
+ size 23390424
checkpoint-10000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be6147948864383e61eb0f12fe06dbc42f750285104dd3fa3a5362c04aa5fbac
3
+ size 16036
checkpoint-10000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d49367aa0f19981d0484e3ef5c1b009e6bdd8e5c0d8ef08f2f8d235b9f843816
3
+ size 988
checkpoint-10000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f807739dfe462022eca2fd8aeecb73007e24eb43ddd85aa50b49a8b692e0fb5
3
+ size 1000
checkpoint-1500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90d1ec1eef90e9d503fdd042471ca9b6f5b6bd21af414e30a5fb6db180418042
3
+ size 47392882
checkpoint-1500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88cb963cf57ce04db5446e219159df3f947e92289ecc03b088eec49f74d7826f
3
+ size 23390424
checkpoint-1500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ff29b313e3f76179ab3335e2bd8568e4cfc362ca0b17864a09c9ac69c00c0ab
3
+ size 16036
checkpoint-1500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2a4b6e0ef05ca249f2d6b7f9f3ad1dff81e55842a962df795bb9740c17c8e92
3
+ size 988
checkpoint-1500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62fa42bc0f349bf17974b501b2e04e150f941778516a7dc2dafa712c6dbb5f91
3
+ size 1000
checkpoint-2000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3bd59a1bd5b20cb3d9aae6ca790b11d55bebabb12b06b4607f6f4685dc21543
3
+ size 47392882
checkpoint-2000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dc025b9f2835060d5aae2497de04bf36d79f0109de262848ee278b7d03c1a27
3
+ size 23390424
checkpoint-2000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82d654ebc1a458a60b85b50cfed74b60da84f9db4130b0130edecf835afc0f43
3
+ size 16036
checkpoint-2000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c50a9cebe5d66d453d25b140738bff479749ac03e0a43597d8776bc22f6ed0c
3
+ size 988
checkpoint-2000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58b1244a63b890a4ff3cf1a883daec4d142a2f0a3f6da815695e7d742cf6e8cf
3
+ size 1000
checkpoint-2500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6317a867f31b7c15a96e6f69e4f856c1c9719ed20671bde7db08802b3b719f54
3
+ size 47392882
checkpoint-2500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67ac212b48b686bb8e697bee89981b820362117af566849b09c04466f54b0e65
3
+ size 23390424
checkpoint-2500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:463acd067116f4a81178c53acf420d2e4bd379f0de828527cf7022ca05535b35
3
+ size 16036
checkpoint-2500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48e2d97f563bb838328076a1666504681962151a3975a2f064be3a03e6500740
3
+ size 988
checkpoint-2500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f55edbbf3d661bff3376ca6a1be98f1f36f91ed080f21ed9c445a6b57bedfedd
3
+ size 1000
checkpoint-3000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:478ae24747e2fac8fe3b29523602c4ceb74fca570e7b02483394d5bf1e6969c4
3
+ size 47392882
checkpoint-3000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:180e268b1b60aafd28dba5e9a29c29db1be020ca9f9e06e9e30ba661685a9821
3
+ size 23390424
checkpoint-3000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efe7895b9df5c09f56b6dc662993897c5a04c237e3f932905f3df51f7a40327a
3
+ size 16036
checkpoint-3000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21aba8ed0f38ed1c04994c10a9ca7e9925e55ef2ed51283c43ff8e2cce78585f
3
+ size 988
checkpoint-3000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bcaa0ec9565c3bec056c6136ed24ab62a762aedcf6cdfb8053f701a68b6d056
3
+ size 1000
checkpoint-3500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a4972d7cd1057b369c8fc3ce9e67d90aad8945c703aae8df76435151be6db31
3
+ size 47392882
checkpoint-3500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7f313fbe1612bef73d70785c840753135c7e3b153d0162adc9dc97a81c943e1
3
+ size 23390424
checkpoint-3500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f85ed2d6f7e40338b54794dff3318afff43f3991053e08e79a92a5ceb460d1a7
3
+ size 16036
checkpoint-3500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d25c9e5c384ba91142c829ef5432ebc4ae7d8c71f3de723046dd3aa202e08a2
3
+ size 988
checkpoint-3500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6dd533cc093c46d0767cb255242c6e7c5706aaffabe304eeb0030f224e5cb82
3
+ size 1000
checkpoint-4000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb7105be61071679107a25d9e8b99bf5a40fc0fa7e74db3ae160852e8850a438
3
+ size 47392882
checkpoint-4000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f6d986ff95393ebebeccffad32c006bdbb5fdb459be39a2bd53d99e001b0b6e
3
+ size 23390424
checkpoint-4000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69cc4cd3d7af43f25832bc75015f751b23993911357becf7a5fe63d9ab399b01
3
+ size 16036
checkpoint-4000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59a4acfb0da74c479080613978839dd3cbb4608fd2c07e764b4c844401d8dd5f
3
+ size 988
checkpoint-4000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bbb61109d01da8a9c381c0e2f077875e9118afeba0c4ed8b289ee114f675793
3
+ size 1000
checkpoint-4500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca13f361a45f790a4cb1ea1b52d81d9887a580f72d733de11c21dfc0a72e95df
3
+ size 47392882
checkpoint-4500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:963d01c17e8e1c05d5db7d2f9d128f7f1372456a1420327b5396fd979bb42708
3
+ size 23390424
checkpoint-4500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4147631cec54746e5aaebea59c6bb28ea77b0b7208823ea9753649d60927b4ad
3
+ size 16036
checkpoint-4500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25aed798df1ea1f11d3cdd0a7de18dd9b632beaa14981af70f644c899539b4cc
3
+ size 988
checkpoint-4500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c053c1662beab785ce3130a131593c5ee64e664223403b2aab6ac3c68b0dd77b
3
+ size 1000
checkpoint-500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc2ec0aa8467fcaf3f204d3aaa88c173383e9ac3885aea0fcbe5c74e5d42060c
3
+ size 47392882
checkpoint-500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b6429c73296bee93079cd53176c31138ce7c40f310731a38e3c026b33ba4b81
3
+ size 23390424
checkpoint-500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2437cae2d7c95ec83799083d88af50945e6536960c01de5782b2b64b2c68cf61
3
+ size 16036