SAGI-1 commited on
Commit
56e9518
1 Parent(s): a2b1a13

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. .ipynb_checkpoints/config-checkpoint.json +15 -0
  3. README.md +42 -0
  4. checkpoint-11502/optimizer.bin +3 -0
  5. checkpoint-11502/random_states_0.pkl +3 -0
  6. checkpoint-11502/scaler.pt +3 -0
  7. checkpoint-11502/scheduler.bin +3 -0
  8. checkpoint-11502/t2iadapter/config.json +15 -0
  9. checkpoint-11502/t2iadapter/diffusion_pytorch_model.safetensors +3 -0
  10. checkpoint-13419/optimizer.bin +3 -0
  11. checkpoint-13419/random_states_0.pkl +3 -0
  12. checkpoint-13419/scaler.pt +3 -0
  13. checkpoint-13419/scheduler.bin +3 -0
  14. checkpoint-13419/t2iadapter/config.json +15 -0
  15. checkpoint-13419/t2iadapter/diffusion_pytorch_model.safetensors +3 -0
  16. checkpoint-15336/optimizer.bin +3 -0
  17. checkpoint-15336/random_states_0.pkl +3 -0
  18. checkpoint-15336/scaler.pt +3 -0
  19. checkpoint-15336/scheduler.bin +3 -0
  20. checkpoint-15336/t2iadapter/config.json +15 -0
  21. checkpoint-15336/t2iadapter/diffusion_pytorch_model.safetensors +3 -0
  22. checkpoint-17253/optimizer.bin +3 -0
  23. checkpoint-17253/random_states_0.pkl +3 -0
  24. checkpoint-17253/scaler.pt +3 -0
  25. checkpoint-17253/scheduler.bin +3 -0
  26. checkpoint-17253/t2iadapter/config.json +15 -0
  27. checkpoint-17253/t2iadapter/diffusion_pytorch_model.safetensors +3 -0
  28. checkpoint-1917/optimizer.bin +3 -0
  29. checkpoint-1917/random_states_0.pkl +3 -0
  30. checkpoint-1917/scaler.pt +3 -0
  31. checkpoint-1917/scheduler.bin +3 -0
  32. checkpoint-1917/t2iadapter/config.json +15 -0
  33. checkpoint-1917/t2iadapter/diffusion_pytorch_model.safetensors +3 -0
  34. checkpoint-19170/optimizer.bin +3 -0
  35. checkpoint-19170/random_states_0.pkl +3 -0
  36. checkpoint-19170/scaler.pt +3 -0
  37. checkpoint-19170/scheduler.bin +3 -0
  38. checkpoint-19170/t2iadapter/config.json +15 -0
  39. checkpoint-19170/t2iadapter/diffusion_pytorch_model.safetensors +3 -0
  40. checkpoint-21087/optimizer.bin +3 -0
  41. checkpoint-21087/random_states_0.pkl +3 -0
  42. checkpoint-21087/scaler.pt +3 -0
  43. checkpoint-21087/scheduler.bin +3 -0
  44. checkpoint-21087/t2iadapter/config.json +15 -0
  45. checkpoint-21087/t2iadapter/diffusion_pytorch_model.safetensors +3 -0
  46. checkpoint-23004/optimizer.bin +3 -0
  47. checkpoint-23004/random_states_0.pkl +3 -0
  48. checkpoint-23004/scaler.pt +3 -0
  49. checkpoint-23004/scheduler.bin +3 -0
  50. checkpoint-23004/t2iadapter/config.json +15 -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
+ images_0.png filter=lfs diff=lfs merge=lfs -text
.ipynb_checkpoints/config-checkpoint.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "T2IAdapter",
3
+ "_diffusers_version": "0.28.0.dev0",
4
+ "_name_or_path": "TencentARC/t2i-adapter-canny-sdxl-1.0",
5
+ "adapter_type": "full_adapter_xl",
6
+ "channels": [
7
+ 320,
8
+ 640,
9
+ 1280,
10
+ 1280
11
+ ],
12
+ "downscale_factor": 16,
13
+ "in_channels": 3,
14
+ "num_res_blocks": 2
15
+ }
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ library_name: diffusers
4
+ tags:
5
+ - stable-diffusion-xl
6
+ - stable-diffusion-xl-diffusers
7
+ - text-to-image
8
+ - diffusers
9
+ - t2iadapter
10
+ - diffusers-training
11
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
12
+ inference: true
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+
19
+ # t2iadapter-SAGI-1/output
20
+
21
+ These are t2iadapter weights trained on stabilityai/stable-diffusion-xl-base-1.0 with new type of conditioning.
22
+ You can find some example images below.
23
+ prompt: Design a circular logo for a boutique featuring rose gold, brush strokes, and glitter elements, exuding a feminine and luxurious atmosphere
24
+ ![images_0)](./images_0.png)
25
+
26
+
27
+
28
+ ## Intended uses & limitations
29
+
30
+ #### How to use
31
+
32
+ ```python
33
+ # TODO: add an example code snippet for running this diffusion pipeline
34
+ ```
35
+
36
+ #### Limitations and bias
37
+
38
+ [TODO: provide examples of latent issues and potential remediations]
39
+
40
+ ## Training details
41
+
42
+ [TODO: describe the data used to train the model]
checkpoint-11502/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78860d414b7667591a43979315ea62c9bdbbc46a8c2771fde0a699fdc2716131
3
+ size 632257349
checkpoint-11502/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65b016c60f526a98e2cff1ddc5969bc45d4a5d380a0619edf51e1310c5972ea4
3
+ size 14663
checkpoint-11502/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28078e23321f271d00c8aa0e1297bd5d019538ce4990dd7aa47281b22a9913dc
3
+ size 557
checkpoint-11502/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d32ce97829d5093e4c765751e20bfcce337bddafcd650082ca06d9ff62043fe7
3
+ size 563
checkpoint-11502/t2iadapter/config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "T2IAdapter",
3
+ "_diffusers_version": "0.28.0.dev0",
4
+ "_name_or_path": "TencentARC/t2i-adapter-canny-sdxl-1.0",
5
+ "adapter_type": "full_adapter_xl",
6
+ "channels": [
7
+ 320,
8
+ 640,
9
+ 1280,
10
+ 1280
11
+ ],
12
+ "downscale_factor": 16,
13
+ "in_channels": 3,
14
+ "num_res_blocks": 2
15
+ }
checkpoint-11502/t2iadapter/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d173477cde35a073381e057f78c67410c3e849933a56f10abd65416933335cd
3
+ size 316116784
checkpoint-13419/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97e02d781ce3d41e96614071dfa623369074f6b2e11ece5edb773476d82a2ae8
3
+ size 632257349
checkpoint-13419/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44ff7fe42a99d7118b5fdefeac5aee043c7df94f8fc6cca95605557b1d1d5759
3
+ size 14663
checkpoint-13419/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b89e7cb8a1dd733e695a9a4e7bac08fde90fe63b466d10cab01200dc3b4864bf
3
+ size 557
checkpoint-13419/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4353d709c8865945e3a8d128f9890f23d92919432eb853607d9ea9285bb68ab
3
+ size 563
checkpoint-13419/t2iadapter/config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "T2IAdapter",
3
+ "_diffusers_version": "0.28.0.dev0",
4
+ "_name_or_path": "TencentARC/t2i-adapter-canny-sdxl-1.0",
5
+ "adapter_type": "full_adapter_xl",
6
+ "channels": [
7
+ 320,
8
+ 640,
9
+ 1280,
10
+ 1280
11
+ ],
12
+ "downscale_factor": 16,
13
+ "in_channels": 3,
14
+ "num_res_blocks": 2
15
+ }
checkpoint-13419/t2iadapter/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20f6a3fcde5ec46a902afb061d2edacf93c5d2574624c36c2f7e70ef126fda6d
3
+ size 316116784
checkpoint-15336/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9642c2c34e8043fc38ce0dd1a674346b327c5f05ca687525c8708deb645145d3
3
+ size 632257349
checkpoint-15336/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32f13bde07392bb9d9718b94fbe4327700728cc3915719eb79ecfca4da06a10c
3
+ size 14663
checkpoint-15336/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d9cfa5e310ad03fc3f86b9e06e1f5f763fcf45bf66e3408a41a24a3b23340f4
3
+ size 557
checkpoint-15336/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22ca0816fa0f485832b2fa179230648eaf96ba49aab2687911ca992d5226f7fb
3
+ size 563
checkpoint-15336/t2iadapter/config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "T2IAdapter",
3
+ "_diffusers_version": "0.28.0.dev0",
4
+ "_name_or_path": "TencentARC/t2i-adapter-canny-sdxl-1.0",
5
+ "adapter_type": "full_adapter_xl",
6
+ "channels": [
7
+ 320,
8
+ 640,
9
+ 1280,
10
+ 1280
11
+ ],
12
+ "downscale_factor": 16,
13
+ "in_channels": 3,
14
+ "num_res_blocks": 2
15
+ }
checkpoint-15336/t2iadapter/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbca2d5c65e04fe0c7ec7b3396e6f9f8e74efae2a9a76d2e12231ec3c83768d4
3
+ size 316116784
checkpoint-17253/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba4ca842cc53c04f09a730613f2f93e6092b188e861fbbb8680acb7d1124f283
3
+ size 632257349
checkpoint-17253/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a37cee567dbae95df4028a95e2e80f44fa095b7e40c38c61e6f1e93791e61154
3
+ size 14663
checkpoint-17253/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5c4a519fceab742c316b23184048d6bf8be2a0120e196836ddc6764a265a31a
3
+ size 557
checkpoint-17253/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:639430d6759a053d14fbdd0f93b82c7f4d692c01e05866e6cc2755753608cd13
3
+ size 563
checkpoint-17253/t2iadapter/config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "T2IAdapter",
3
+ "_diffusers_version": "0.28.0.dev0",
4
+ "_name_or_path": "TencentARC/t2i-adapter-canny-sdxl-1.0",
5
+ "adapter_type": "full_adapter_xl",
6
+ "channels": [
7
+ 320,
8
+ 640,
9
+ 1280,
10
+ 1280
11
+ ],
12
+ "downscale_factor": 16,
13
+ "in_channels": 3,
14
+ "num_res_blocks": 2
15
+ }
checkpoint-17253/t2iadapter/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bf7d1796ce666f611132740bd5db53f5f1d218ad293b0c6349093d01e4bf7a1
3
+ size 316116784
checkpoint-1917/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6693c7912c0cefb81d7f529eb1341bdfd49b70dfc21e0e039c01ae3f7a3a136a
3
+ size 632257349
checkpoint-1917/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75f617b31106ab0ebae0617eeb4d6e85b1e69ef53481a9020793b4a1619c35e5
3
+ size 14663
checkpoint-1917/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2e2ff48a31df5a06b332c89675945516c2fce17723659d558f442f7352559d9
3
+ size 557
checkpoint-1917/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ffb00582d3d88389de8503c41f8efd669bf2b5ab86d1e79c8ccc7d1cfb74029
3
+ size 563
checkpoint-1917/t2iadapter/config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "T2IAdapter",
3
+ "_diffusers_version": "0.28.0.dev0",
4
+ "_name_or_path": "TencentARC/t2i-adapter-canny-sdxl-1.0",
5
+ "adapter_type": "full_adapter_xl",
6
+ "channels": [
7
+ 320,
8
+ 640,
9
+ 1280,
10
+ 1280
11
+ ],
12
+ "downscale_factor": 16,
13
+ "in_channels": 3,
14
+ "num_res_blocks": 2
15
+ }
checkpoint-1917/t2iadapter/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffc91cbec41984828ccd5092f7ebf11dcbbc4f7ae6dc6036f0e4acdcb6b8c28d
3
+ size 316116784
checkpoint-19170/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3139b86c29c8b46862bcb410a2dc4c91fc27b17931ff6a2d0f9fd09b98a81781
3
+ size 632257349
checkpoint-19170/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95328f7c396cb5d64a34181135b58c23a16a186cb39450c8ac26f70127da7196
3
+ size 14663
checkpoint-19170/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99f1a15b589ef1357da6399bc675e7fda4063aa7133236db89cb7315243b0912
3
+ size 557
checkpoint-19170/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:788656d5939948674ad6833fd54223ad010d534786a77907c8b1250ccf57f15b
3
+ size 563
checkpoint-19170/t2iadapter/config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "T2IAdapter",
3
+ "_diffusers_version": "0.28.0.dev0",
4
+ "_name_or_path": "TencentARC/t2i-adapter-canny-sdxl-1.0",
5
+ "adapter_type": "full_adapter_xl",
6
+ "channels": [
7
+ 320,
8
+ 640,
9
+ 1280,
10
+ 1280
11
+ ],
12
+ "downscale_factor": 16,
13
+ "in_channels": 3,
14
+ "num_res_blocks": 2
15
+ }
checkpoint-19170/t2iadapter/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2437de311356cffc362d3561de5bbdbd8169e4d8f6c0004126d55948330c336c
3
+ size 316116784
checkpoint-21087/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ffbc83f51a5b167ffe606ecc63879fe8bd06c4b268243832e9f221464e3795d
3
+ size 632257349
checkpoint-21087/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc72efe188eb075c5e69471e1c561a54fb47e386678b652a2353e92c1e0133d4
3
+ size 14663
checkpoint-21087/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:576c870f42d96060f2a224e88dcdff80904547f40cc80c665c2c1f94ced88216
3
+ size 557
checkpoint-21087/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cc3f280a8a47ee891921c743e6ef8c43966b365024ea9d132e71d83d9d70c2d
3
+ size 563
checkpoint-21087/t2iadapter/config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "T2IAdapter",
3
+ "_diffusers_version": "0.28.0.dev0",
4
+ "_name_or_path": "TencentARC/t2i-adapter-canny-sdxl-1.0",
5
+ "adapter_type": "full_adapter_xl",
6
+ "channels": [
7
+ 320,
8
+ 640,
9
+ 1280,
10
+ 1280
11
+ ],
12
+ "downscale_factor": 16,
13
+ "in_channels": 3,
14
+ "num_res_blocks": 2
15
+ }
checkpoint-21087/t2iadapter/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f25040d305e855c047296ed30b1c6c41a0ba06b4d5acd6c766cd934c911f22ce
3
+ size 316116784
checkpoint-23004/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8539e0f418b105d8e90e0fefd8e3abe849728467a073c21fc4ca7b0ebfc17cc
3
+ size 632257349
checkpoint-23004/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3616c0f1246f703c6deb3c2bf48552b2ed7843d2b895b7368088a3d6a4e58f78
3
+ size 14663
checkpoint-23004/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a36fdfee77101852e66ee4b834fb77126b32f3ad7e60694a56cc176d61892910
3
+ size 557
checkpoint-23004/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb4b8adc40ec38eea3d3eec086dbd99d07bbfb1fd490b6ded7c7129f1057ed9b
3
+ size 563
checkpoint-23004/t2iadapter/config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "T2IAdapter",
3
+ "_diffusers_version": "0.28.0.dev0",
4
+ "_name_or_path": "TencentARC/t2i-adapter-canny-sdxl-1.0",
5
+ "adapter_type": "full_adapter_xl",
6
+ "channels": [
7
+ 320,
8
+ 640,
9
+ 1280,
10
+ 1280
11
+ ],
12
+ "downscale_factor": 16,
13
+ "in_channels": 3,
14
+ "num_res_blocks": 2
15
+ }