pcuenq HF staff commited on
Commit
3b6228d
1 Parent(s): 48a1bd8

ONNX revision.

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 +3 -0
  2. model_index.json +9 -9
  3. safety_checker/config.json +0 -171
  4. safety_checker/{pytorch_model.bin → model.onnx} +2 -2
  5. scheduler/.ipynb_checkpoints/scheduler_config-checkpoint.json +0 -9
  6. scheduler/scheduler_config.json +1 -1
  7. text_encoder/config.json +0 -24
  8. text_encoder/{pytorch_model.bin → model.onnx} +2 -2
  9. tokenizer/tokenizer_config.json +1 -1
  10. unet/config.json +0 -36
  11. vae/diffusion_pytorch_model.bin → unet/conv_in.weight +2 -2
  12. unet/{diffusion_pytorch_model.bin → conv_out.weight} +2 -2
  13. unet/down_blocks.0.attentions.0.proj_in.weight +3 -0
  14. unet/down_blocks.0.attentions.0.proj_out.weight +3 -0
  15. unet/down_blocks.0.attentions.0.transformer_blocks.0.ff.net.0.proj.bias +3 -0
  16. unet/down_blocks.0.attentions.1.proj_in.weight +3 -0
  17. unet/down_blocks.0.attentions.1.proj_out.weight +3 -0
  18. unet/down_blocks.0.attentions.1.transformer_blocks.0.ff.net.0.proj.bias +3 -0
  19. unet/down_blocks.0.downsamplers.0.conv.weight +3 -0
  20. unet/down_blocks.0.resnets.0.conv1.weight +3 -0
  21. unet/down_blocks.0.resnets.0.conv2.weight +3 -0
  22. unet/down_blocks.0.resnets.0.time_emb_proj.weight +3 -0
  23. unet/down_blocks.0.resnets.1.conv1.weight +3 -0
  24. unet/down_blocks.0.resnets.1.conv2.weight +3 -0
  25. unet/down_blocks.0.resnets.1.time_emb_proj.weight +3 -0
  26. unet/down_blocks.1.attentions.0.proj_in.weight +3 -0
  27. unet/down_blocks.1.attentions.0.proj_out.weight +3 -0
  28. unet/down_blocks.1.attentions.0.transformer_blocks.0.ff.net.0.proj.bias +3 -0
  29. unet/down_blocks.1.attentions.1.proj_in.weight +3 -0
  30. unet/down_blocks.1.attentions.1.proj_out.weight +3 -0
  31. unet/down_blocks.1.attentions.1.transformer_blocks.0.ff.net.0.proj.bias +3 -0
  32. unet/down_blocks.1.downsamplers.0.conv.weight +3 -0
  33. unet/down_blocks.1.resnets.0.conv1.weight +3 -0
  34. unet/down_blocks.1.resnets.0.conv2.weight +3 -0
  35. unet/down_blocks.1.resnets.0.conv_shortcut.weight +3 -0
  36. unet/down_blocks.1.resnets.0.time_emb_proj.weight +3 -0
  37. unet/down_blocks.1.resnets.1.conv1.weight +3 -0
  38. unet/down_blocks.1.resnets.1.conv2.weight +3 -0
  39. unet/down_blocks.1.resnets.1.time_emb_proj.weight +3 -0
  40. unet/down_blocks.2.attentions.0.proj_in.bias +3 -0
  41. unet/down_blocks.2.attentions.0.proj_in.weight +3 -0
  42. unet/down_blocks.2.attentions.0.proj_out.bias +3 -0
  43. unet/down_blocks.2.attentions.0.proj_out.weight +3 -0
  44. unet/down_blocks.2.attentions.0.transformer_blocks.0.attn1.to_out.0.bias +3 -0
  45. unet/down_blocks.2.attentions.0.transformer_blocks.0.attn2.to_out.0.bias +3 -0
  46. unet/down_blocks.2.attentions.0.transformer_blocks.0.ff.net.0.proj.bias +3 -0
  47. unet/down_blocks.2.attentions.0.transformer_blocks.0.ff.net.2.bias +3 -0
  48. unet/down_blocks.2.attentions.0.transformer_blocks.0.norm1.bias +3 -0
  49. unet/down_blocks.2.attentions.0.transformer_blocks.0.norm1.weight +3 -0
  50. unet/down_blocks.2.attentions.0.transformer_blocks.0.norm2.bias +3 -0
.gitattributes CHANGED
@@ -29,3 +29,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
29
  *.zip filter=lfs diff=lfs merge=lfs -text
30
  *.zst filter=lfs diff=lfs merge=lfs -text
31
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
29
  *.zip filter=lfs diff=lfs merge=lfs -text
30
  *.zst filter=lfs diff=lfs merge=lfs -text
31
  *tfevents* filter=lfs diff=lfs merge=lfs -text
32
+ onnx__* filter=lfs diff=lfs merge=lfs -text
33
+ *.weight filter=lfs diff=lfs merge=lfs -text
34
+ *.bias filter=lfs diff=lfs merge=lfs -text
model_index.json CHANGED
@@ -1,21 +1,21 @@
1
  {
2
- "_class_name": "StableDiffusionPipeline",
3
- "_diffusers_version": "0.2.2",
4
  "feature_extractor": [
5
  "transformers",
6
  "CLIPFeatureExtractor"
7
  ],
8
  "safety_checker": [
9
- "stable_diffusion",
10
- "StableDiffusionSafetyChecker"
11
  ],
12
  "scheduler": [
13
  "diffusers",
14
  "PNDMScheduler"
15
  ],
16
  "text_encoder": [
17
- "transformers",
18
- "CLIPTextModel"
19
  ],
20
  "tokenizer": [
21
  "transformers",
@@ -23,10 +23,10 @@
23
  ],
24
  "unet": [
25
  "diffusers",
26
- "UNet2DConditionModel"
27
  ],
28
- "vae": [
29
  "diffusers",
30
- "AutoencoderKL"
31
  ]
32
  }
1
  {
2
+ "_class_name": "StableDiffusionOnnxPipeline",
3
+ "_diffusers_version": "0.3.0.dev0",
4
  "feature_extractor": [
5
  "transformers",
6
  "CLIPFeatureExtractor"
7
  ],
8
  "safety_checker": [
9
+ "diffusers",
10
+ "OnnxRuntimeModel"
11
  ],
12
  "scheduler": [
13
  "diffusers",
14
  "PNDMScheduler"
15
  ],
16
  "text_encoder": [
17
+ "diffusers",
18
+ "OnnxRuntimeModel"
19
  ],
20
  "tokenizer": [
21
  "transformers",
23
  ],
24
  "unet": [
25
  "diffusers",
26
+ "OnnxRuntimeModel"
27
  ],
28
+ "vae_decoder": [
29
  "diffusers",
30
+ "OnnxRuntimeModel"
31
  ]
32
  }
safety_checker/config.json DELETED
@@ -1,171 +0,0 @@
1
- {
2
- "_name_or_path": "./safety_module",
3
- "architectures": [
4
- "StableDiffusionSafetyChecker"
5
- ],
6
- "initializer_factor": 1.0,
7
- "logit_scale_init_value": 2.6592,
8
- "model_type": "clip",
9
- "projection_dim": 768,
10
- "text_config": {
11
- "_name_or_path": "",
12
- "add_cross_attention": false,
13
- "architectures": null,
14
- "attention_dropout": 0.0,
15
- "bad_words_ids": null,
16
- "bos_token_id": 0,
17
- "chunk_size_feed_forward": 0,
18
- "cross_attention_hidden_size": null,
19
- "decoder_start_token_id": null,
20
- "diversity_penalty": 0.0,
21
- "do_sample": false,
22
- "dropout": 0.0,
23
- "early_stopping": false,
24
- "encoder_no_repeat_ngram_size": 0,
25
- "eos_token_id": 2,
26
- "exponential_decay_length_penalty": null,
27
- "finetuning_task": null,
28
- "forced_bos_token_id": null,
29
- "forced_eos_token_id": null,
30
- "hidden_act": "quick_gelu",
31
- "hidden_size": 768,
32
- "id2label": {
33
- "0": "LABEL_0",
34
- "1": "LABEL_1"
35
- },
36
- "initializer_factor": 1.0,
37
- "initializer_range": 0.02,
38
- "intermediate_size": 3072,
39
- "is_decoder": false,
40
- "is_encoder_decoder": false,
41
- "label2id": {
42
- "LABEL_0": 0,
43
- "LABEL_1": 1
44
- },
45
- "layer_norm_eps": 1e-05,
46
- "length_penalty": 1.0,
47
- "max_length": 20,
48
- "max_position_embeddings": 77,
49
- "min_length": 0,
50
- "model_type": "clip_text_model",
51
- "no_repeat_ngram_size": 0,
52
- "num_attention_heads": 12,
53
- "num_beam_groups": 1,
54
- "num_beams": 1,
55
- "num_hidden_layers": 12,
56
- "num_return_sequences": 1,
57
- "output_attentions": false,
58
- "output_hidden_states": false,
59
- "output_scores": false,
60
- "pad_token_id": 1,
61
- "prefix": null,
62
- "problem_type": null,
63
- "pruned_heads": {},
64
- "remove_invalid_values": false,
65
- "repetition_penalty": 1.0,
66
- "return_dict": true,
67
- "return_dict_in_generate": false,
68
- "sep_token_id": null,
69
- "task_specific_params": null,
70
- "temperature": 1.0,
71
- "tie_encoder_decoder": false,
72
- "tie_word_embeddings": true,
73
- "tokenizer_class": null,
74
- "top_k": 50,
75
- "top_p": 1.0,
76
- "torch_dtype": null,
77
- "torchscript": false,
78
- "transformers_version": "4.21.0.dev0",
79
- "typical_p": 1.0,
80
- "use_bfloat16": false,
81
- "vocab_size": 49408
82
- },
83
- "text_config_dict": {
84
- "hidden_size": 768,
85
- "intermediate_size": 3072,
86
- "num_attention_heads": 12,
87
- "num_hidden_layers": 12
88
- },
89
- "torch_dtype": "float32",
90
- "transformers_version": null,
91
- "vision_config": {
92
- "_name_or_path": "",
93
- "add_cross_attention": false,
94
- "architectures": null,
95
- "attention_dropout": 0.0,
96
- "bad_words_ids": null,
97
- "bos_token_id": null,
98
- "chunk_size_feed_forward": 0,
99
- "cross_attention_hidden_size": null,
100
- "decoder_start_token_id": null,
101
- "diversity_penalty": 0.0,
102
- "do_sample": false,
103
- "dropout": 0.0,
104
- "early_stopping": false,
105
- "encoder_no_repeat_ngram_size": 0,
106
- "eos_token_id": null,
107
- "exponential_decay_length_penalty": null,
108
- "finetuning_task": null,
109
- "forced_bos_token_id": null,
110
- "forced_eos_token_id": null,
111
- "hidden_act": "quick_gelu",
112
- "hidden_size": 1024,
113
- "id2label": {
114
- "0": "LABEL_0",
115
- "1": "LABEL_1"
116
- },
117
- "image_size": 224,
118
- "initializer_factor": 1.0,
119
- "initializer_range": 0.02,
120
- "intermediate_size": 4096,
121
- "is_decoder": false,
122
- "is_encoder_decoder": false,
123
- "label2id": {
124
- "LABEL_0": 0,
125
- "LABEL_1": 1
126
- },
127
- "layer_norm_eps": 1e-05,
128
- "length_penalty": 1.0,
129
- "max_length": 20,
130
- "min_length": 0,
131
- "model_type": "clip_vision_model",
132
- "no_repeat_ngram_size": 0,
133
- "num_attention_heads": 16,
134
- "num_beam_groups": 1,
135
- "num_beams": 1,
136
- "num_hidden_layers": 24,
137
- "num_return_sequences": 1,
138
- "output_attentions": false,
139
- "output_hidden_states": false,
140
- "output_scores": false,
141
- "pad_token_id": null,
142
- "patch_size": 14,
143
- "prefix": null,
144
- "problem_type": null,
145
- "pruned_heads": {},
146
- "remove_invalid_values": false,
147
- "repetition_penalty": 1.0,
148
- "return_dict": true,
149
- "return_dict_in_generate": false,
150
- "sep_token_id": null,
151
- "task_specific_params": null,
152
- "temperature": 1.0,
153
- "tie_encoder_decoder": false,
154
- "tie_word_embeddings": true,
155
- "tokenizer_class": null,
156
- "top_k": 50,
157
- "top_p": 1.0,
158
- "torch_dtype": null,
159
- "torchscript": false,
160
- "transformers_version": "4.21.0.dev0",
161
- "typical_p": 1.0,
162
- "use_bfloat16": false
163
- },
164
- "vision_config_dict": {
165
- "hidden_size": 1024,
166
- "intermediate_size": 4096,
167
- "num_attention_heads": 16,
168
- "num_hidden_layers": 24,
169
- "patch_size": 14
170
- }
171
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
safety_checker/{pytorch_model.bin → model.onnx} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:193490b58ef62739077262e833bf091c66c29488058681ac25cf7df3d8190974
3
- size 1216061799
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05f8d71f06e12ba35212ef104470973b74a79192f723a443f239152c32e23831
3
+ size 1216193649
scheduler/.ipynb_checkpoints/scheduler_config-checkpoint.json DELETED
@@ -1,9 +0,0 @@
1
- {
2
- "_class_name": "PNDMScheduler",
3
- "_diffusers_version": "0.2.2",
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
- }
 
 
 
 
 
 
 
 
 
scheduler/scheduler_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "PNDMScheduler",
3
- "_diffusers_version": "0.2.2",
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
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,
text_encoder/config.json DELETED
@@ -1,24 +0,0 @@
1
- {
2
- "_name_or_path": "openai/clip-vit-large-patch14",
3
- "architectures": [
4
- "CLIPTextModel"
5
- ],
6
- "attention_dropout": 0.0,
7
- "bos_token_id": 0,
8
- "dropout": 0.0,
9
- "eos_token_id": 2,
10
- "hidden_act": "quick_gelu",
11
- "hidden_size": 768,
12
- "initializer_factor": 1.0,
13
- "initializer_range": 0.02,
14
- "intermediate_size": 3072,
15
- "layer_norm_eps": 1e-05,
16
- "max_position_embeddings": 77,
17
- "model_type": "clip_text_model",
18
- "num_attention_heads": 12,
19
- "num_hidden_layers": 12,
20
- "pad_token_id": 1,
21
- "torch_dtype": "float32",
22
- "transformers_version": "4.21.0.dev0",
23
- "vocab_size": 49408
24
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
text_encoder/{pytorch_model.bin → model.onnx} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:770a47a9ffdcfda0b05506a7888ed714d06131d60267e6cf52765d61cf59fd67
3
- size 492305335
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa97ce74194badcfb2797dbedc0b4197e12eb4030d0939b940f539651ff6924c
3
+ size 492394330
tokenizer/tokenizer_config.json CHANGED
@@ -19,7 +19,7 @@
19
  },
20
  "errors": "replace",
21
  "model_max_length": 77,
22
- "name_or_path": "openai/clip-vit-large-patch14",
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/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",
unet/config.json DELETED
@@ -1,36 +0,0 @@
1
- {
2
- "_class_name": "UNet2DConditionModel",
3
- "_diffusers_version": "0.2.2",
4
- "act_fn": "silu",
5
- "attention_head_dim": 8,
6
- "block_out_channels": [
7
- 320,
8
- 640,
9
- 1280,
10
- 1280
11
- ],
12
- "center_input_sample": false,
13
- "cross_attention_dim": 768,
14
- "down_block_types": [
15
- "CrossAttnDownBlock2D",
16
- "CrossAttnDownBlock2D",
17
- "CrossAttnDownBlock2D",
18
- "DownBlock2D"
19
- ],
20
- "downsample_padding": 1,
21
- "flip_sin_to_cos": true,
22
- "freq_shift": 0,
23
- "in_channels": 4,
24
- "layers_per_block": 2,
25
- "mid_block_scale_factor": 1,
26
- "norm_eps": 1e-05,
27
- "norm_num_groups": 32,
28
- "out_channels": 4,
29
- "sample_size": 64,
30
- "up_block_types": [
31
- "UpBlock2D",
32
- "CrossAttnUpBlock2D",
33
- "CrossAttnUpBlock2D",
34
- "CrossAttnUpBlock2D"
35
- ]
36
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vae/diffusion_pytorch_model.bin → unet/conv_in.weight RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1b134cded8eb78b184aefb8805b6b572f36fa77b255c483665dda931fa0130c5
3
- size 334707217
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bf03b261c92b2ed03e7f7d426e8c852468dcfdc98b350259ca56a4edf173980
3
+ size 46080
unet/{diffusion_pytorch_model.bin → conv_out.weight} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:62d48b4d841a3178511fa453df0dae59b22089ace64609cc9d5353d0a7f37c26
3
- size 3438354725
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03c6fb0f6a1ee8eaf35b4435e337cfeb70abd2fd0ba6a7897daf74b51bd14b5b
3
+ size 10240
unet/down_blocks.0.downsamplers.0.conv.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7a9eaf42ebc92a975f5be92e4a9ba38c2375d5be89c51ce1296adf06b361ce0
3
+ size 3686400
unet/down_blocks.0.resnets.0.conv1.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f89e3e3269c581c9475c29fe6e8eeda8db0f8df55eb9ae617c48394eabf83ec
3
+ size 3686400
unet/down_blocks.0.resnets.0.conv2.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:944f4b2a8ecd53923f78868eea8a99309b955c6f3e89ff62ccd4393f1df46f0c
3
+ size 1638400
unet/down_blocks.0.resnets.1.conv1.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cc866f660ff15582d33ff4b563c3280fbe1bdf15bbb05ada4ce55b29e6daea7
3
+ size 3686400
unet/down_blocks.0.resnets.1.conv2.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8920d141db6af5c6d0fa34146051735625ff78c4eebc71b6a160600079a01bb3
3
+ size 20480
unet/down_blocks.1.downsamplers.0.conv.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af61fe0425d56bb4b14768ed4fc24b1eb97a10102981fa1e2e6df67ab687a4fa
3
+ size 14745600
unet/down_blocks.1.resnets.0.conv1.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8de91b11b9ac7febbd12db9f18b279abec71e585f2180a76cd6bb3621cc04009
3
+ size 7372800
unet/down_blocks.1.resnets.0.conv2.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a1ff29a6a008131f10fd3ec6ff97f2a6dff0dbf961901db93513cb5e2804f8c
3
+ size 3276800
unet/down_blocks.1.resnets.1.conv1.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:937330148b1afcdd7351c026a344df4a0920436dfcf674ded50f0d1e81395680
3
+ size 14745600
unet/down_blocks.1.resnets.1.conv2.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:011053d03f2bf090fa9f5fdec2b2713db32165c4e58a8e8fa2f24991ced8b4b0
3
+ size 5120