dacorvo HF Staff commited on
Commit
79141e0
·
verified ·
1 Parent(s): 6311d32

Synchronizing local compiler cache.

Browse files
Files changed (22) hide show
  1. .gitattributes +5 -0
  2. neuronxcc-2.19.8089.0+8ab9f450/0_REGISTRY/0.3.1.dev6/stable-diffusion/stabilityai/stable-diffusion-xl-base-1.0/4e1d252acdbef9801af2.json +176 -0
  3. neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/model_index.json +42 -0
  4. neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/scheduler/scheduler_config.json +25 -0
  5. neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/text_encoder/config.json +55 -0
  6. neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/text_encoder/model.neuron +3 -0
  7. neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/text_encoder_2/config.json +55 -0
  8. neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/text_encoder_2/model.neuron +3 -0
  9. neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/tokenizer/merges.txt +0 -0
  10. neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/tokenizer/special_tokens_map.json +24 -0
  11. neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/tokenizer/tokenizer_config.json +31 -0
  12. neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/tokenizer/vocab.json +0 -0
  13. neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/tokenizer_2/merges.txt +0 -0
  14. neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/tokenizer_2/special_tokens_map.json +24 -0
  15. neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/tokenizer_2/tokenizer_config.json +39 -0
  16. neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/tokenizer_2/vocab.json +0 -0
  17. neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/unet/config.json +112 -0
  18. neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/unet/model.neuron +3 -0
  19. neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/vae_decoder/config.json +74 -0
  20. neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/vae_decoder/model.neuron +3 -0
  21. neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/vae_encoder/config.json +74 -0
  22. neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/vae_encoder/model.neuron +3 -0
.gitattributes CHANGED
@@ -11083,3 +11083,8 @@ neuronxcc-2.19.8089.0+8ab9f450/MODULE_e4c1889727aa8651cc6b/text_encoder_2/model.
11083
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_e4c1889727aa8651cc6b/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
11084
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_e4c1889727aa8651cc6b/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
11085
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_e4c1889727aa8651cc6b/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
11083
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_e4c1889727aa8651cc6b/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
11084
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_e4c1889727aa8651cc6b/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
11085
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_e4c1889727aa8651cc6b/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
11086
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/text_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
11087
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/text_encoder_2/model.neuron filter=lfs diff=lfs merge=lfs -text
11088
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
11089
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
11090
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
neuronxcc-2.19.8089.0+8ab9f450/0_REGISTRY/0.3.1.dev6/stable-diffusion/stabilityai/stable-diffusion-xl-base-1.0/4e1d252acdbef9801af2.json ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "MultiModelCacheEntry",
3
+ "_model_id": "stabilityai/stable-diffusion-xl-base-1.0",
4
+ "_task": null,
5
+ "text_encoder": {
6
+ "architectures": [
7
+ "CLIPTextModel"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "dropout": 0.0,
11
+ "export_model_type": "clip-text-model",
12
+ "hidden_act": "quick_gelu",
13
+ "hidden_size": 768,
14
+ "initializer_factor": 1.0,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "layer_norm_eps": 1e-05,
18
+ "max_position_embeddings": 77,
19
+ "model_type": "clip_text_model",
20
+ "neuron": {
21
+ "auto_cast": "matmul",
22
+ "auto_cast_type": "bf16",
23
+ "compiler_type": "neuronx-cc",
24
+ "compiler_version": "2.19.8089.0+8ab9f450",
25
+ "cpu_backend": false,
26
+ "dynamic_batch_size": false,
27
+ "float_dtype": "fp32",
28
+ "inline_weights_to_neff": false,
29
+ "int_dtype": "int64",
30
+ "optlevel": "2",
31
+ "output_attentions": false,
32
+ "output_hidden_states": false,
33
+ "static_batch_size": 1,
34
+ "static_sequence_length": 77,
35
+ "task": "feature-extraction",
36
+ "tensor_parallel_size": 1
37
+ },
38
+ "num_attention_heads": 12,
39
+ "num_hidden_layers": 12,
40
+ "output_hidden_states": true,
41
+ "return_dict": false,
42
+ "vocab_size": 49408
43
+ },
44
+ "text_encoder_2": {
45
+ "architectures": [
46
+ "CLIPTextModelWithProjection"
47
+ ],
48
+ "attention_dropout": 0.0,
49
+ "dropout": 0.0,
50
+ "export_model_type": "clip-text-with-projection",
51
+ "hidden_act": "gelu",
52
+ "hidden_size": 1280,
53
+ "initializer_factor": 1.0,
54
+ "initializer_range": 0.02,
55
+ "intermediate_size": 5120,
56
+ "layer_norm_eps": 1e-05,
57
+ "max_position_embeddings": 77,
58
+ "model_type": "clip_text_model",
59
+ "neuron": {
60
+ "auto_cast": "matmul",
61
+ "auto_cast_type": "bf16",
62
+ "compiler_type": "neuronx-cc",
63
+ "compiler_version": "2.19.8089.0+8ab9f450",
64
+ "cpu_backend": false,
65
+ "dynamic_batch_size": false,
66
+ "float_dtype": "fp32",
67
+ "inline_weights_to_neff": false,
68
+ "int_dtype": "int64",
69
+ "optlevel": "2",
70
+ "output_attentions": false,
71
+ "output_hidden_states": false,
72
+ "static_batch_size": 1,
73
+ "static_sequence_length": 77,
74
+ "task": "feature-extraction",
75
+ "tensor_parallel_size": 1
76
+ },
77
+ "num_attention_heads": 20,
78
+ "num_hidden_layers": 32,
79
+ "output_hidden_states": true,
80
+ "return_dict": false,
81
+ "vocab_size": 49408
82
+ },
83
+ "unet": {
84
+ "_class_name": "UNet2DConditionModel",
85
+ "act_fn": "silu",
86
+ "addition_embed_type": "text_time",
87
+ "addition_embed_type_num_heads": 64,
88
+ "addition_time_embed_dim": 256,
89
+ "attention_head_dim": [
90
+ 5,
91
+ 10,
92
+ 20
93
+ ],
94
+ "attention_type": "default",
95
+ "block_out_channels": [
96
+ 320,
97
+ 640,
98
+ 1280
99
+ ],
100
+ "center_input_sample": false,
101
+ "class_embed_type": null,
102
+ "class_embeddings_concat": false,
103
+ "conv_in_kernel": 3,
104
+ "conv_out_kernel": 3,
105
+ "cross_attention_dim": 2048,
106
+ "cross_attention_norm": null,
107
+ "down_block_types": [
108
+ "DownBlock2D",
109
+ "CrossAttnDownBlock2D",
110
+ "CrossAttnDownBlock2D"
111
+ ],
112
+ "downsample_padding": 1,
113
+ "dropout": 0.0,
114
+ "dual_cross_attention": false,
115
+ "encoder_hid_dim": null,
116
+ "encoder_hid_dim_type": null,
117
+ "flip_sin_to_cos": true,
118
+ "freq_shift": 0,
119
+ "in_channels": 4,
120
+ "layers_per_block": 2,
121
+ "mid_block_only_cross_attention": null,
122
+ "mid_block_scale_factor": 1,
123
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
124
+ "neuron": {
125
+ "auto_cast": "matmul",
126
+ "auto_cast_type": "bf16",
127
+ "compiler_type": "neuronx-cc",
128
+ "compiler_version": "2.19.8089.0+8ab9f450",
129
+ "cpu_backend": false,
130
+ "dynamic_batch_size": false,
131
+ "float_dtype": "fp32",
132
+ "inline_weights_to_neff": true,
133
+ "int_dtype": "int64",
134
+ "optlevel": "2",
135
+ "output_attentions": false,
136
+ "output_hidden_states": false,
137
+ "static_batch_size": 1,
138
+ "static_height": 128,
139
+ "static_num_channels": 4,
140
+ "static_sequence_length": 77,
141
+ "static_vae_scale_factor": 8,
142
+ "static_width": 128,
143
+ "task": "semantic-segmentation",
144
+ "tensor_parallel_size": 1
145
+ },
146
+ "norm_eps": 1e-05,
147
+ "norm_num_groups": 32,
148
+ "num_attention_heads": null,
149
+ "num_class_embeds": null,
150
+ "only_cross_attention": false,
151
+ "out_channels": 4,
152
+ "output_attentions": false,
153
+ "projection_class_embeddings_input_dim": 2816,
154
+ "resnet_out_scale_factor": 1.0,
155
+ "resnet_skip_time_act": false,
156
+ "resnet_time_scale_shift": "default",
157
+ "reverse_transformer_layers_per_block": null,
158
+ "time_cond_proj_dim": null,
159
+ "time_embedding_act_fn": null,
160
+ "time_embedding_dim": null,
161
+ "time_embedding_type": "positional",
162
+ "timestep_post_act": null,
163
+ "transformer_layers_per_block": [
164
+ 1,
165
+ 2,
166
+ 10
167
+ ],
168
+ "up_block_types": [
169
+ "CrossAttnUpBlock2D",
170
+ "CrossAttnUpBlock2D",
171
+ "UpBlock2D"
172
+ ],
173
+ "upcast_attention": null,
174
+ "use_linear_projection": true
175
+ }
176
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/model_index.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionXLPipeline",
3
+ "_diffusers_version": "0.35.1",
4
+ "_name_or_path": "stabilityai/stable-diffusion-xl-base-1.0",
5
+ "feature_extractor": [
6
+ null,
7
+ null
8
+ ],
9
+ "force_zeros_for_empty_prompt": true,
10
+ "image_encoder": [
11
+ null,
12
+ null
13
+ ],
14
+ "scheduler": [
15
+ "diffusers",
16
+ "EulerDiscreteScheduler"
17
+ ],
18
+ "text_encoder": [
19
+ "transformers",
20
+ "CLIPTextModel"
21
+ ],
22
+ "text_encoder_2": [
23
+ "transformers",
24
+ "CLIPTextModelWithProjection"
25
+ ],
26
+ "tokenizer": [
27
+ "transformers",
28
+ "CLIPTokenizer"
29
+ ],
30
+ "tokenizer_2": [
31
+ "transformers",
32
+ "CLIPTokenizer"
33
+ ],
34
+ "unet": [
35
+ "diffusers",
36
+ "UNet2DConditionModel"
37
+ ],
38
+ "vae": [
39
+ "diffusers",
40
+ "AutoencoderKL"
41
+ ]
42
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "EulerDiscreteScheduler",
3
+ "_diffusers_version": "0.35.1",
4
+ "beta_end": 0.012,
5
+ "beta_schedule": "scaled_linear",
6
+ "beta_start": 0.00085,
7
+ "clip_sample": false,
8
+ "final_sigmas_type": "zero",
9
+ "interpolation_type": "linear",
10
+ "num_train_timesteps": 1000,
11
+ "prediction_type": "epsilon",
12
+ "rescale_betas_zero_snr": false,
13
+ "sample_max_value": 1.0,
14
+ "set_alpha_to_one": false,
15
+ "sigma_max": null,
16
+ "sigma_min": null,
17
+ "skip_prk_steps": true,
18
+ "steps_offset": 1,
19
+ "timestep_spacing": "leading",
20
+ "timestep_type": "discrete",
21
+ "trained_betas": null,
22
+ "use_beta_sigmas": false,
23
+ "use_exponential_sigmas": false,
24
+ "use_karras_sigmas": false
25
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/text_encoder/config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "CLIPTextModel"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 0,
7
+ "dropout": 0.0,
8
+ "eos_token_id": 2,
9
+ "export_model_type": "clip-text-model",
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
+ "neuron": {
19
+ "auto_cast": "matmul",
20
+ "auto_cast_type": "bf16",
21
+ "compiler_type": "neuronx-cc",
22
+ "compiler_version": "2.19.8089.0+8ab9f450",
23
+ "cpu_backend": false,
24
+ "dynamic_batch_size": false,
25
+ "float_dtype": "fp32",
26
+ "inline_weights_to_neff": false,
27
+ "input_names": [
28
+ "input_ids"
29
+ ],
30
+ "int_dtype": "int64",
31
+ "model_type": "clip-text-model",
32
+ "optlevel": "2",
33
+ "output_attentions": false,
34
+ "output_hidden_states": false,
35
+ "output_names": [
36
+ "last_hidden_state",
37
+ "pooler_output",
38
+ "hidden_states"
39
+ ],
40
+ "static_batch_size": 1,
41
+ "static_sequence_length": 77,
42
+ "task": "feature-extraction",
43
+ "tensor_parallel_size": 1
44
+ },
45
+ "num_attention_heads": 12,
46
+ "num_hidden_layers": 12,
47
+ "output_hidden_states": true,
48
+ "pad_token_id": 1,
49
+ "projection_dim": 768,
50
+ "return_dict": false,
51
+ "torch_dtype": "float32",
52
+ "torchscript": true,
53
+ "transformers_version": "4.55.4",
54
+ "vocab_size": 49408
55
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/text_encoder/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df7efbe5a3e4a1f74af66038346bf92014faa76913551e8fe0c888b315e51e34
3
+ size 496156793
neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/text_encoder_2/config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "CLIPTextModelWithProjection"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 0,
7
+ "dropout": 0.0,
8
+ "eos_token_id": 2,
9
+ "export_model_type": "clip-text-with-projection",
10
+ "hidden_act": "gelu",
11
+ "hidden_size": 1280,
12
+ "initializer_factor": 1.0,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 5120,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 77,
17
+ "model_type": "clip_text_model",
18
+ "neuron": {
19
+ "auto_cast": "matmul",
20
+ "auto_cast_type": "bf16",
21
+ "compiler_type": "neuronx-cc",
22
+ "compiler_version": "2.19.8089.0+8ab9f450",
23
+ "cpu_backend": false,
24
+ "dynamic_batch_size": false,
25
+ "float_dtype": "fp32",
26
+ "inline_weights_to_neff": false,
27
+ "input_names": [
28
+ "input_ids"
29
+ ],
30
+ "int_dtype": "int64",
31
+ "model_type": "clip-text-with-projection",
32
+ "optlevel": "2",
33
+ "output_attentions": false,
34
+ "output_hidden_states": false,
35
+ "output_names": [
36
+ "text_embeds",
37
+ "last_hidden_state",
38
+ "hidden_states"
39
+ ],
40
+ "static_batch_size": 1,
41
+ "static_sequence_length": 77,
42
+ "task": "feature-extraction",
43
+ "tensor_parallel_size": 1
44
+ },
45
+ "num_attention_heads": 20,
46
+ "num_hidden_layers": 32,
47
+ "output_hidden_states": true,
48
+ "pad_token_id": 1,
49
+ "projection_dim": 1280,
50
+ "return_dict": false,
51
+ "torch_dtype": "float32",
52
+ "torchscript": true,
53
+ "transformers_version": "4.55.4",
54
+ "vocab_size": 49408
55
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/text_encoder_2/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc7c145ce061da81c5efe48c68f23e7a6923678b7c403837f8d51cbdecb2cf95
3
+ size 2801804587
neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/tokenizer/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|startoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "49406": {
5
+ "content": "<|startoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "49407": {
13
+ "content": "<|endoftext|>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ }
20
+ },
21
+ "bos_token": "<|startoftext|>",
22
+ "clean_up_tokenization_spaces": true,
23
+ "do_lower_case": true,
24
+ "eos_token": "<|endoftext|>",
25
+ "errors": "replace",
26
+ "extra_special_tokens": {},
27
+ "model_max_length": 77,
28
+ "pad_token": "<|endoftext|>",
29
+ "tokenizer_class": "CLIPTokenizer",
30
+ "unk_token": "<|endoftext|>"
31
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/tokenizer/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/tokenizer_2/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/tokenizer_2/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|startoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "!",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/tokenizer_2/tokenizer_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "!",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "49406": {
13
+ "content": "<|startoftext|>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "49407": {
21
+ "content": "<|endoftext|>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "bos_token": "<|startoftext|>",
30
+ "clean_up_tokenization_spaces": true,
31
+ "do_lower_case": true,
32
+ "eos_token": "<|endoftext|>",
33
+ "errors": "replace",
34
+ "extra_special_tokens": {},
35
+ "model_max_length": 77,
36
+ "pad_token": "!",
37
+ "tokenizer_class": "CLIPTokenizer",
38
+ "unk_token": "<|endoftext|>"
39
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/tokenizer_2/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/unet/config.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.35.1",
4
+ "_use_default_values": [
5
+ "attention_type",
6
+ "reverse_transformer_layers_per_block",
7
+ "dropout"
8
+ ],
9
+ "act_fn": "silu",
10
+ "addition_embed_type": "text_time",
11
+ "addition_embed_type_num_heads": 64,
12
+ "addition_time_embed_dim": 256,
13
+ "attention_head_dim": [
14
+ 5,
15
+ 10,
16
+ 20
17
+ ],
18
+ "attention_type": "default",
19
+ "block_out_channels": [
20
+ 320,
21
+ 640,
22
+ 1280
23
+ ],
24
+ "center_input_sample": false,
25
+ "class_embed_type": null,
26
+ "class_embeddings_concat": false,
27
+ "conv_in_kernel": 3,
28
+ "conv_out_kernel": 3,
29
+ "cross_attention_dim": 2048,
30
+ "cross_attention_norm": null,
31
+ "down_block_types": [
32
+ "DownBlock2D",
33
+ "CrossAttnDownBlock2D",
34
+ "CrossAttnDownBlock2D"
35
+ ],
36
+ "downsample_padding": 1,
37
+ "dropout": 0.0,
38
+ "dual_cross_attention": false,
39
+ "encoder_hid_dim": null,
40
+ "encoder_hid_dim_type": null,
41
+ "flip_sin_to_cos": true,
42
+ "freq_shift": 0,
43
+ "in_channels": 4,
44
+ "layers_per_block": 2,
45
+ "mid_block_only_cross_attention": null,
46
+ "mid_block_scale_factor": 1,
47
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
48
+ "neuron": {
49
+ "auto_cast": "matmul",
50
+ "auto_cast_type": "bf16",
51
+ "compiler_type": "neuronx-cc",
52
+ "compiler_version": "2.19.8089.0+8ab9f450",
53
+ "cpu_backend": false,
54
+ "dynamic_batch_size": false,
55
+ "float_dtype": "fp32",
56
+ "inline_weights_to_neff": true,
57
+ "input_names": [
58
+ "sample",
59
+ "timestep",
60
+ "encoder_hidden_states",
61
+ "text_embeds",
62
+ "time_ids"
63
+ ],
64
+ "int_dtype": "int64",
65
+ "model_type": "unet",
66
+ "optlevel": "2",
67
+ "output_attentions": false,
68
+ "output_hidden_states": false,
69
+ "output_names": [
70
+ "sample"
71
+ ],
72
+ "static_batch_size": 1,
73
+ "static_height": 128,
74
+ "static_num_channels": 4,
75
+ "static_sequence_length": 77,
76
+ "static_vae_scale_factor": 8,
77
+ "static_width": 128,
78
+ "task": "semantic-segmentation",
79
+ "tensor_parallel_size": 1
80
+ },
81
+ "norm_eps": 1e-05,
82
+ "norm_num_groups": 32,
83
+ "num_attention_heads": null,
84
+ "num_class_embeds": null,
85
+ "only_cross_attention": false,
86
+ "out_channels": 4,
87
+ "output_attentions": false,
88
+ "projection_class_embeddings_input_dim": 2816,
89
+ "resnet_out_scale_factor": 1.0,
90
+ "resnet_skip_time_act": false,
91
+ "resnet_time_scale_shift": "default",
92
+ "reverse_transformer_layers_per_block": null,
93
+ "sample_size": 128,
94
+ "time_cond_proj_dim": null,
95
+ "time_embedding_act_fn": null,
96
+ "time_embedding_dim": null,
97
+ "time_embedding_type": "positional",
98
+ "timestep_post_act": null,
99
+ "transformer_layers_per_block": [
100
+ 1,
101
+ 2,
102
+ 10
103
+ ],
104
+ "transformers_version": null,
105
+ "up_block_types": [
106
+ "CrossAttnUpBlock2D",
107
+ "CrossAttnUpBlock2D",
108
+ "UpBlock2D"
109
+ ],
110
+ "upcast_attention": null,
111
+ "use_linear_projection": true
112
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/unet/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3099c16904b1682ca92b0075749bec624fa7d96f82a6769db9f4f91e0f2eadbf
3
+ size 4175392893
neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/vae_decoder/config.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.35.1",
4
+ "_use_default_values": [
5
+ "use_quant_conv",
6
+ "use_post_quant_conv",
7
+ "latents_mean",
8
+ "latents_std",
9
+ "shift_factor",
10
+ "mid_block_add_attention"
11
+ ],
12
+ "act_fn": "silu",
13
+ "block_out_channels": [
14
+ 128,
15
+ 256,
16
+ 512,
17
+ 512
18
+ ],
19
+ "down_block_types": [
20
+ "DownEncoderBlock2D",
21
+ "DownEncoderBlock2D",
22
+ "DownEncoderBlock2D",
23
+ "DownEncoderBlock2D"
24
+ ],
25
+ "force_upcast": true,
26
+ "in_channels": 3,
27
+ "latent_channels": 4,
28
+ "latents_mean": null,
29
+ "latents_std": null,
30
+ "layers_per_block": 2,
31
+ "mid_block_add_attention": true,
32
+ "neuron": {
33
+ "auto_cast": "matmul",
34
+ "auto_cast_type": "bf16",
35
+ "compiler_type": "neuronx-cc",
36
+ "compiler_version": "2.19.8089.0+8ab9f450",
37
+ "cpu_backend": false,
38
+ "dynamic_batch_size": false,
39
+ "float_dtype": "fp32",
40
+ "inline_weights_to_neff": true,
41
+ "input_names": [
42
+ "latent_sample"
43
+ ],
44
+ "int_dtype": "int64",
45
+ "model_type": "vae-decoder",
46
+ "optlevel": "2",
47
+ "output_attentions": false,
48
+ "output_hidden_states": false,
49
+ "output_names": [
50
+ "sample"
51
+ ],
52
+ "static_batch_size": 1,
53
+ "static_height": 128,
54
+ "static_num_channels": 4,
55
+ "static_width": 128,
56
+ "task": "semantic-segmentation",
57
+ "tensor_parallel_size": 1
58
+ },
59
+ "norm_num_groups": 32,
60
+ "out_channels": 3,
61
+ "output_attentions": false,
62
+ "sample_size": 1024,
63
+ "scaling_factor": 0.13025,
64
+ "shift_factor": null,
65
+ "transformers_version": null,
66
+ "up_block_types": [
67
+ "UpDecoderBlock2D",
68
+ "UpDecoderBlock2D",
69
+ "UpDecoderBlock2D",
70
+ "UpDecoderBlock2D"
71
+ ],
72
+ "use_post_quant_conv": true,
73
+ "use_quant_conv": true
74
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/vae_decoder/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efb1d942de1f978aec1f9080a6df16fadd67e06969dfba2df8ae166efbbaea7b
3
+ size 370909427
neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/vae_encoder/config.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.35.1",
4
+ "_use_default_values": [
5
+ "use_quant_conv",
6
+ "use_post_quant_conv",
7
+ "latents_mean",
8
+ "latents_std",
9
+ "shift_factor",
10
+ "mid_block_add_attention"
11
+ ],
12
+ "act_fn": "silu",
13
+ "block_out_channels": [
14
+ 128,
15
+ 256,
16
+ 512,
17
+ 512
18
+ ],
19
+ "down_block_types": [
20
+ "DownEncoderBlock2D",
21
+ "DownEncoderBlock2D",
22
+ "DownEncoderBlock2D",
23
+ "DownEncoderBlock2D"
24
+ ],
25
+ "force_upcast": true,
26
+ "in_channels": 3,
27
+ "latent_channels": 4,
28
+ "latents_mean": null,
29
+ "latents_std": null,
30
+ "layers_per_block": 2,
31
+ "mid_block_add_attention": true,
32
+ "neuron": {
33
+ "auto_cast": "matmul",
34
+ "auto_cast_type": "bf16",
35
+ "compiler_type": "neuronx-cc",
36
+ "compiler_version": "2.19.8089.0+8ab9f450",
37
+ "cpu_backend": false,
38
+ "dynamic_batch_size": false,
39
+ "float_dtype": "fp32",
40
+ "inline_weights_to_neff": true,
41
+ "input_names": [
42
+ "sample"
43
+ ],
44
+ "int_dtype": "int64",
45
+ "model_type": "vae-encoder",
46
+ "optlevel": "2",
47
+ "output_attentions": false,
48
+ "output_hidden_states": false,
49
+ "output_names": [
50
+ "latent_parameters"
51
+ ],
52
+ "static_batch_size": 1,
53
+ "static_height": 1024,
54
+ "static_num_channels": 3,
55
+ "static_width": 1024,
56
+ "task": "semantic-segmentation",
57
+ "tensor_parallel_size": 1
58
+ },
59
+ "norm_num_groups": 32,
60
+ "out_channels": 3,
61
+ "output_attentions": false,
62
+ "sample_size": 1024,
63
+ "scaling_factor": 0.13025,
64
+ "shift_factor": null,
65
+ "transformers_version": null,
66
+ "up_block_types": [
67
+ "UpDecoderBlock2D",
68
+ "UpDecoderBlock2D",
69
+ "UpDecoderBlock2D",
70
+ "UpDecoderBlock2D"
71
+ ],
72
+ "use_post_quant_conv": true,
73
+ "use_quant_conv": true
74
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_4e1d252acdbef9801af2/vae_encoder/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df52b513d548b8bf74e0ced29abd24362ed177157f76f1552f7e24f3e9fc2d08
3
+ size 222984883