anton-l HF staff commited on
Commit
0050854
1 Parent(s): 3b6228d

Collate UNet weights

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. model_index.json +1 -1
  2. scheduler/scheduler_config.json +5 -2
  3. tokenizer/tokenizer_config.json +1 -1
  4. unet/conv_out.weight +0 -3
  5. unet/down_blocks.0.attentions.0.proj_in.weight +0 -3
  6. unet/down_blocks.0.attentions.0.proj_out.weight +0 -3
  7. unet/down_blocks.0.attentions.0.transformer_blocks.0.ff.net.0.proj.bias +0 -3
  8. unet/down_blocks.0.attentions.1.proj_in.weight +0 -3
  9. unet/down_blocks.0.attentions.1.proj_out.weight +0 -3
  10. unet/down_blocks.0.attentions.1.transformer_blocks.0.ff.net.0.proj.bias +0 -3
  11. unet/down_blocks.0.downsamplers.0.conv.weight +0 -3
  12. unet/down_blocks.0.resnets.0.conv1.weight +0 -3
  13. unet/down_blocks.0.resnets.0.conv2.weight +0 -3
  14. unet/down_blocks.0.resnets.0.time_emb_proj.weight +0 -3
  15. unet/down_blocks.0.resnets.1.conv1.weight +0 -3
  16. unet/down_blocks.0.resnets.1.conv2.weight +0 -3
  17. unet/down_blocks.0.resnets.1.time_emb_proj.weight +0 -3
  18. unet/down_blocks.1.attentions.0.proj_in.weight +0 -3
  19. unet/down_blocks.1.attentions.0.proj_out.weight +0 -3
  20. unet/down_blocks.1.attentions.0.transformer_blocks.0.ff.net.0.proj.bias +0 -3
  21. unet/down_blocks.1.attentions.1.proj_in.weight +0 -3
  22. unet/down_blocks.1.attentions.1.proj_out.weight +0 -3
  23. unet/down_blocks.1.attentions.1.transformer_blocks.0.ff.net.0.proj.bias +0 -3
  24. unet/down_blocks.1.downsamplers.0.conv.weight +0 -3
  25. unet/down_blocks.1.resnets.0.conv1.weight +0 -3
  26. unet/down_blocks.1.resnets.0.conv2.weight +0 -3
  27. unet/down_blocks.1.resnets.0.conv_shortcut.weight +0 -3
  28. unet/down_blocks.1.resnets.0.time_emb_proj.weight +0 -3
  29. unet/down_blocks.1.resnets.1.conv1.weight +0 -3
  30. unet/down_blocks.1.resnets.1.conv2.weight +0 -3
  31. unet/down_blocks.1.resnets.1.time_emb_proj.weight +0 -3
  32. unet/down_blocks.2.attentions.0.proj_in.bias +0 -3
  33. unet/down_blocks.2.attentions.0.proj_in.weight +0 -3
  34. unet/down_blocks.2.attentions.0.proj_out.bias +0 -3
  35. unet/down_blocks.2.attentions.0.proj_out.weight +0 -3
  36. unet/down_blocks.2.attentions.0.transformer_blocks.0.attn1.to_out.0.bias +0 -3
  37. unet/down_blocks.2.attentions.0.transformer_blocks.0.attn2.to_out.0.bias +0 -3
  38. unet/down_blocks.2.attentions.0.transformer_blocks.0.ff.net.0.proj.bias +0 -3
  39. unet/down_blocks.2.attentions.0.transformer_blocks.0.ff.net.2.bias +0 -3
  40. unet/down_blocks.2.attentions.0.transformer_blocks.0.norm1.bias +0 -3
  41. unet/down_blocks.2.attentions.0.transformer_blocks.0.norm1.weight +0 -3
  42. unet/down_blocks.2.attentions.0.transformer_blocks.0.norm2.bias +0 -3
  43. unet/down_blocks.2.attentions.0.transformer_blocks.0.norm2.weight +0 -3
  44. unet/down_blocks.2.attentions.0.transformer_blocks.0.norm3.bias +0 -3
  45. unet/down_blocks.2.attentions.0.transformer_blocks.0.norm3.weight +0 -3
  46. unet/down_blocks.2.attentions.1.proj_in.bias +0 -3
  47. unet/down_blocks.2.attentions.1.proj_in.weight +0 -3
  48. unet/down_blocks.2.attentions.1.proj_out.bias +0 -3
  49. unet/down_blocks.2.attentions.1.proj_out.weight +0 -3
  50. unet/down_blocks.2.attentions.1.transformer_blocks.0.attn1.to_out.0.bias +0 -3
model_index.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "StableDiffusionOnnxPipeline",
3
- "_diffusers_version": "0.3.0.dev0",
4
  "feature_extractor": [
5
  "transformers",
6
  "CLIPFeatureExtractor"
1
  {
2
  "_class_name": "StableDiffusionOnnxPipeline",
3
+ "_diffusers_version": "0.4.0.dev0",
4
  "feature_extractor": [
5
  "transformers",
6
  "CLIPFeatureExtractor"
scheduler/scheduler_config.json CHANGED
@@ -1,9 +1,12 @@
1
  {
2
  "_class_name": "PNDMScheduler",
3
- "_diffusers_version": "0.3.0.dev0",
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
7
  "num_train_timesteps": 1000,
8
- "skip_prk_steps": true
 
 
 
9
  }
1
  {
2
  "_class_name": "PNDMScheduler",
3
+ "_diffusers_version": "0.4.0.dev0",
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
7
  "num_train_timesteps": 1000,
8
+ "set_alpha_to_one": false,
9
+ "skip_prk_steps": true,
10
+ "steps_offset": 1,
11
+ "trained_betas": null
12
  }
tokenizer/tokenizer_config.json CHANGED
@@ -19,7 +19,7 @@
19
  },
20
  "errors": "replace",
21
  "model_max_length": 77,
22
- "name_or_path": "/home/pedro/.cache/huggingface/diffusers/models--CompVis--stable-diffusion-v1-4/snapshots/48a1bd8a2d86483de1ac27e95e188569b57a494e/tokenizer",
23
  "pad_token": "<|endoftext|>",
24
  "special_tokens_map_file": "./special_tokens_map.json",
25
  "tokenizer_class": "CLIPTokenizer",
19
  },
20
  "errors": "replace",
21
  "model_max_length": 77,
22
+ "name_or_path": "/home/anton/.cache/huggingface/diffusers/models--CompVis--stable-diffusion-v1-4/snapshots/7c3034b58f838791fc1c581d435c452ea80af274/tokenizer",
23
  "pad_token": "<|endoftext|>",
24
  "special_tokens_map_file": "./special_tokens_map.json",
25
  "tokenizer_class": "CLIPTokenizer",
unet/conv_out.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7a7d196df1529f7740c19d20a12241a24f0f045fd535258932a54fd9fcbcd88
3
- size 46080
 
 
 
unet/down_blocks.0.attentions.0.proj_in.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:234b871db8efbf9387df403d517816d7d782cd91db4f14556cc6c6cc696a1e87
3
- size 409600
 
 
 
unet/down_blocks.0.attentions.0.proj_out.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:21dfc7f795079994115baa735afb3bb1135e9ce031f96e46e24d9523f61a0c82
3
- size 409600
 
 
 
unet/down_blocks.0.attentions.0.transformer_blocks.0.ff.net.0.proj.bias DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f4df3f76546223e98ac3d850b810faae8452bf83d096cb073dfa77291eb8bfd9
3
- size 10240
 
 
 
unet/down_blocks.0.attentions.1.proj_in.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d41ed61dc6b0e99aae9047aca1801e0d9ee7c3fa16f23d9829d4b20856d5655b
3
- size 409600
 
 
 
unet/down_blocks.0.attentions.1.proj_out.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:545d941879d8c9cd65bdc4db3a579b27912d6fecdd2f5f0e84188f18ceac511e
3
- size 409600
 
 
 
unet/down_blocks.0.attentions.1.transformer_blocks.0.ff.net.0.proj.bias DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:03c6fb0f6a1ee8eaf35b4435e337cfeb70abd2fd0ba6a7897daf74b51bd14b5b
3
- size 10240
 
 
 
unet/down_blocks.0.downsamplers.0.conv.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e7a9eaf42ebc92a975f5be92e4a9ba38c2375d5be89c51ce1296adf06b361ce0
3
- size 3686400
 
 
 
unet/down_blocks.0.resnets.0.conv1.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f89e3e3269c581c9475c29fe6e8eeda8db0f8df55eb9ae617c48394eabf83ec
3
- size 3686400
 
 
 
unet/down_blocks.0.resnets.0.conv2.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce105f94f2e707ff45bff16a671f4000141bf81088a03a89eb52424a06df747f
3
- size 3686400
 
 
 
unet/down_blocks.0.resnets.0.time_emb_proj.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:944f4b2a8ecd53923f78868eea8a99309b955c6f3e89ff62ccd4393f1df46f0c
3
- size 1638400
 
 
 
unet/down_blocks.0.resnets.1.conv1.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0cc866f660ff15582d33ff4b563c3280fbe1bdf15bbb05ada4ce55b29e6daea7
3
- size 3686400
 
 
 
unet/down_blocks.0.resnets.1.conv2.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ea19edad3b40ecb9dff5aaef7bc919dc97c68686decb4340b7a2d7f5e38fe18
3
- size 3686400
 
 
 
unet/down_blocks.0.resnets.1.time_emb_proj.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:27ccfd2fc3e39f8e1c759493edacbdbcdde388c817cd0ddc2b02cd152292b4a6
3
- size 1638400
 
 
 
unet/down_blocks.1.attentions.0.proj_in.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:90ed71b0b9ecfcdf6103d5a3e17973bb30ca943572e9687ebdeddd48d0b5b085
3
- size 1638400
 
 
 
unet/down_blocks.1.attentions.0.proj_out.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:91406b720e4719c324855dce8ab1f13aefd6d5dce81371d5a75d8a4f34dcbafa
3
- size 1638400
 
 
 
unet/down_blocks.1.attentions.0.transformer_blocks.0.ff.net.0.proj.bias DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b6261caa659d20410d135ff5a6e78bd94c0e3e5091f4eb3301ef8be48773d3ac
3
- size 20480
 
 
 
unet/down_blocks.1.attentions.1.proj_in.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7b8eb79dbe0a184e8239c1e8481c848d4a6eb50f73d57a56123879508de41a50
3
- size 1638400
 
 
 
unet/down_blocks.1.attentions.1.proj_out.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:37f81cd2cacd65a6c8420c4ae4a67bcba866d4837af18ccb3771354a1159edd4
3
- size 1638400
 
 
 
unet/down_blocks.1.attentions.1.transformer_blocks.0.ff.net.0.proj.bias DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8920d141db6af5c6d0fa34146051735625ff78c4eebc71b6a160600079a01bb3
3
- size 20480
 
 
 
unet/down_blocks.1.downsamplers.0.conv.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:af61fe0425d56bb4b14768ed4fc24b1eb97a10102981fa1e2e6df67ab687a4fa
3
- size 14745600
 
 
 
unet/down_blocks.1.resnets.0.conv1.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8de91b11b9ac7febbd12db9f18b279abec71e585f2180a76cd6bb3621cc04009
3
- size 7372800
 
 
 
unet/down_blocks.1.resnets.0.conv2.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:37f60b6e4d8dba66451f98d035b3ae2a6687615eea7a07c5aa01f4e388d9db9b
3
- size 14745600
 
 
 
unet/down_blocks.1.resnets.0.conv_shortcut.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c5ef9c91e0eedd6ba40527d533e558d149d3ee403aea6e51028c5cb8fa90a80
3
- size 819200
 
 
 
unet/down_blocks.1.resnets.0.time_emb_proj.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a1ff29a6a008131f10fd3ec6ff97f2a6dff0dbf961901db93513cb5e2804f8c
3
- size 3276800
 
 
 
unet/down_blocks.1.resnets.1.conv1.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:937330148b1afcdd7351c026a344df4a0920436dfcf674ded50f0d1e81395680
3
- size 14745600
 
 
 
unet/down_blocks.1.resnets.1.conv2.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d9446015dd508d53adb9ab55d88f75c3c048fe4a312031159c10aea10a45f189
3
- size 14745600
 
 
 
unet/down_blocks.1.resnets.1.time_emb_proj.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e904ea65dfc998e4a661d5a9c474c0f8729cba4db3735a29211e4614c318632e
3
- size 3276800
 
 
 
unet/down_blocks.2.attentions.0.proj_in.bias DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a7b821a8b59506ce175a7e5b5c9650edef23a5d6844ece1b683acff0aead5094
3
- size 5120
 
 
 
unet/down_blocks.2.attentions.0.proj_in.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6522766c6434a13b874784e9e9aceeb52756adefff62dca934520bf889a358a1
3
- size 6553600
 
 
 
unet/down_blocks.2.attentions.0.proj_out.bias DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:db6a5a48546d2f9b0a1617f1cf5fea394753246ede4e528d768859a24a872eb4
3
- size 5120
 
 
 
unet/down_blocks.2.attentions.0.proj_out.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:99f5d532a856d98e85f80790c9a88a18bc2fee73507423b1b7aaab2a909770b7
3
- size 6553600
 
 
 
unet/down_blocks.2.attentions.0.transformer_blocks.0.attn1.to_out.0.bias DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a32e14e39ddce6499db68a68af754510f859842ca15dbb415fd3c03b0c3e7b96
3
- size 5120
 
 
 
unet/down_blocks.2.attentions.0.transformer_blocks.0.attn2.to_out.0.bias DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:90e22763993d28c5294fb17f5f394d97947ff24b92d7d5a55e62dc84b480ffc5
3
- size 5120
 
 
 
unet/down_blocks.2.attentions.0.transformer_blocks.0.ff.net.0.proj.bias DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e14c191b9b39ebb592fb7a35efa208cbdb60ea1ae767be2a3f0f5d81cd24eecc
3
- size 40960
 
 
 
unet/down_blocks.2.attentions.0.transformer_blocks.0.ff.net.2.bias DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d17d49deeab513df6ad897d2c8271f951ecbe5990235cb42fe6c77e660422c52
3
- size 5120
 
 
 
unet/down_blocks.2.attentions.0.transformer_blocks.0.norm1.bias DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc3b84b67ddbaf345447e326a838a90523143e2916cddad9f947202884bb1365
3
- size 5120
 
 
 
unet/down_blocks.2.attentions.0.transformer_blocks.0.norm1.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c927d8862a08cf6f6e98efe361b00911833aab8b609a34d031aed234071d0f3b
3
- size 5120
 
 
 
unet/down_blocks.2.attentions.0.transformer_blocks.0.norm2.bias DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:011053d03f2bf090fa9f5fdec2b2713db32165c4e58a8e8fa2f24991ced8b4b0
3
- size 5120
 
 
 
unet/down_blocks.2.attentions.0.transformer_blocks.0.norm2.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a41923f664015e5ee036bccdd58804f861eb1a43d5081095713b2ed035667a7
3
- size 5120
 
 
 
unet/down_blocks.2.attentions.0.transformer_blocks.0.norm3.bias DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:84647caedc276ceac39ba03692b5c55409d53a135de2dba2ba283d6035481c8d
3
- size 5120
 
 
 
unet/down_blocks.2.attentions.0.transformer_blocks.0.norm3.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c6ff1b525b19fc658f0efa41ddd589b8b2ebef6fc8ff1c91b0b5f6f267252ab
3
- size 5120
 
 
 
unet/down_blocks.2.attentions.1.proj_in.bias DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a1a1df088e7d0b30b154003d538a9d3db71714af3cf12c3553db612c37c591d6
3
- size 5120
 
 
 
unet/down_blocks.2.attentions.1.proj_in.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5733a2aaa8b52b9ad9c30940fd1c044245fc3508d96991a0558404693bb87781
3
- size 6553600
 
 
 
unet/down_blocks.2.attentions.1.proj_out.bias DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:aacb0f5cbbabae2503c73a25b4f68c1ec4859d965f140da6cd2fb6305632917a
3
- size 5120
 
 
 
unet/down_blocks.2.attentions.1.proj_out.weight DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e9747dc49f3599b3ede72608d9d05aa56e80c1e79d785cbef6a4a2445e5f1ad7
3
- size 6553600
 
 
 
unet/down_blocks.2.attentions.1.transformer_blocks.0.attn1.to_out.0.bias DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e4e1a28504e4972aee83e9d3f8310eae1cbdd21af38ebbaad40aadb574278b37
3
- size 5120