dacorvo HF Staff commited on
Commit
10ed974
·
verified ·
1 Parent(s): 1155dbb

Synchronizing local compiler cache.

Browse files
.gitattributes CHANGED
@@ -11062,3 +11062,7 @@ neuronxcc-2.19.8089.0+8ab9f450/MODULE_d20889d22e9dcc854fdf/text_encoder/model.ne
11062
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_d20889d22e9dcc854fdf/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
11063
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_d20889d22e9dcc854fdf/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
11064
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_d20889d22e9dcc854fdf/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
11062
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_d20889d22e9dcc854fdf/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
11063
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_d20889d22e9dcc854fdf/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
11064
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_d20889d22e9dcc854fdf/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
11065
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_8d10828da11204b3dc91/text_encoder_2/model.neuron filter=lfs diff=lfs merge=lfs -text
11066
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_8d10828da11204b3dc91/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
11067
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_8d10828da11204b3dc91/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
11068
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_8d10828da11204b3dc91/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-refiner-1.0/8d10828da11204b3dc91.json ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "MultiModelCacheEntry",
3
+ "_model_id": "stabilityai/stable-diffusion-xl-refiner-1.0",
4
+ "_task": null,
5
+ "text_encoder_2": {
6
+ "architectures": [
7
+ "CLIPTextModelWithProjection"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "dropout": 0.0,
11
+ "export_model_type": "clip-text-with-projection",
12
+ "hidden_act": "gelu",
13
+ "hidden_size": 1280,
14
+ "initializer_factor": 1.0,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 5120,
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": 20,
39
+ "num_hidden_layers": 32,
40
+ "output_hidden_states": true,
41
+ "return_dict": false,
42
+ "vocab_size": 49408
43
+ },
44
+ "unet": {
45
+ "_class_name": "UNet2DConditionModel",
46
+ "act_fn": "silu",
47
+ "addition_embed_type": "text_time",
48
+ "addition_embed_type_num_heads": 64,
49
+ "addition_time_embed_dim": 256,
50
+ "attention_head_dim": [
51
+ 6,
52
+ 12,
53
+ 24,
54
+ 24
55
+ ],
56
+ "attention_type": "default",
57
+ "block_out_channels": [
58
+ 384,
59
+ 768,
60
+ 1536,
61
+ 1536
62
+ ],
63
+ "center_input_sample": false,
64
+ "class_embed_type": null,
65
+ "class_embeddings_concat": false,
66
+ "conv_in_kernel": 3,
67
+ "conv_out_kernel": 3,
68
+ "cross_attention_dim": 1280,
69
+ "cross_attention_norm": null,
70
+ "down_block_types": [
71
+ "DownBlock2D",
72
+ "CrossAttnDownBlock2D",
73
+ "CrossAttnDownBlock2D",
74
+ "DownBlock2D"
75
+ ],
76
+ "downsample_padding": 1,
77
+ "dropout": 0.0,
78
+ "dual_cross_attention": false,
79
+ "encoder_hid_dim": null,
80
+ "encoder_hid_dim_type": null,
81
+ "flip_sin_to_cos": true,
82
+ "freq_shift": 0,
83
+ "in_channels": 4,
84
+ "layers_per_block": 2,
85
+ "mid_block_only_cross_attention": null,
86
+ "mid_block_scale_factor": 1,
87
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
88
+ "neuron": {
89
+ "auto_cast": "matmul",
90
+ "auto_cast_type": "bf16",
91
+ "compiler_type": "neuronx-cc",
92
+ "compiler_version": "2.19.8089.0+8ab9f450",
93
+ "cpu_backend": false,
94
+ "dynamic_batch_size": false,
95
+ "float_dtype": "fp32",
96
+ "inline_weights_to_neff": true,
97
+ "int_dtype": "int64",
98
+ "optlevel": "2",
99
+ "output_attentions": false,
100
+ "output_hidden_states": false,
101
+ "static_batch_size": 1,
102
+ "static_height": 96,
103
+ "static_num_channels": 4,
104
+ "static_sequence_length": 77,
105
+ "static_vae_scale_factor": 8,
106
+ "static_width": 96,
107
+ "task": "semantic-segmentation",
108
+ "tensor_parallel_size": 1
109
+ },
110
+ "norm_eps": 1e-05,
111
+ "norm_num_groups": 32,
112
+ "num_attention_heads": null,
113
+ "num_class_embeds": null,
114
+ "only_cross_attention": false,
115
+ "out_channels": 4,
116
+ "output_attentions": false,
117
+ "projection_class_embeddings_input_dim": 2560,
118
+ "resnet_out_scale_factor": 1.0,
119
+ "resnet_skip_time_act": false,
120
+ "resnet_time_scale_shift": "default",
121
+ "reverse_transformer_layers_per_block": null,
122
+ "time_cond_proj_dim": null,
123
+ "time_embedding_act_fn": null,
124
+ "time_embedding_dim": null,
125
+ "time_embedding_type": "positional",
126
+ "timestep_post_act": null,
127
+ "transformer_layers_per_block": 4,
128
+ "up_block_types": [
129
+ "UpBlock2D",
130
+ "CrossAttnUpBlock2D",
131
+ "CrossAttnUpBlock2D",
132
+ "UpBlock2D"
133
+ ],
134
+ "upcast_attention": null,
135
+ "use_linear_projection": true
136
+ }
137
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_8d10828da11204b3dc91/model_index.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionXLImg2ImgPipeline",
3
+ "_diffusers_version": "0.35.1",
4
+ "_name_or_path": "stabilityai/stable-diffusion-xl-refiner-1.0",
5
+ "feature_extractor": [
6
+ null,
7
+ null
8
+ ],
9
+ "force_zeros_for_empty_prompt": false,
10
+ "image_encoder": [
11
+ null,
12
+ null
13
+ ],
14
+ "requires_aesthetics_score": true,
15
+ "scheduler": [
16
+ "diffusers",
17
+ "EulerDiscreteScheduler"
18
+ ],
19
+ "text_encoder": [
20
+ null,
21
+ null
22
+ ],
23
+ "text_encoder_2": [
24
+ "transformers",
25
+ "CLIPTextModelWithProjection"
26
+ ],
27
+ "tokenizer": [
28
+ null,
29
+ null
30
+ ],
31
+ "tokenizer_2": [
32
+ "transformers",
33
+ "CLIPTokenizer"
34
+ ],
35
+ "unet": [
36
+ "diffusers",
37
+ "UNet2DConditionModel"
38
+ ],
39
+ "vae": [
40
+ "diffusers",
41
+ "AutoencoderKL"
42
+ ]
43
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_8d10828da11204b3dc91/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_8d10828da11204b3dc91/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_8d10828da11204b3dc91/text_encoder_2/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbea658521a714408c0d51b71e6f4b7fb0cf9b7ab851e920f3ed64d8ef1c6e6f
3
+ size 2801803637
neuronxcc-2.19.8089.0+8ab9f450/MODULE_8d10828da11204b3dc91/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_8d10828da11204b3dc91/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_8d10828da11204b3dc91/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_8d10828da11204b3dc91/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_8d10828da11204b3dc91/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
+ 6,
15
+ 12,
16
+ 24,
17
+ 24
18
+ ],
19
+ "attention_type": "default",
20
+ "block_out_channels": [
21
+ 384,
22
+ 768,
23
+ 1536,
24
+ 1536
25
+ ],
26
+ "center_input_sample": false,
27
+ "class_embed_type": null,
28
+ "class_embeddings_concat": false,
29
+ "conv_in_kernel": 3,
30
+ "conv_out_kernel": 3,
31
+ "cross_attention_dim": 1280,
32
+ "cross_attention_norm": null,
33
+ "down_block_types": [
34
+ "DownBlock2D",
35
+ "CrossAttnDownBlock2D",
36
+ "CrossAttnDownBlock2D",
37
+ "DownBlock2D"
38
+ ],
39
+ "downsample_padding": 1,
40
+ "dropout": 0.0,
41
+ "dual_cross_attention": false,
42
+ "encoder_hid_dim": null,
43
+ "encoder_hid_dim_type": null,
44
+ "flip_sin_to_cos": true,
45
+ "freq_shift": 0,
46
+ "in_channels": 4,
47
+ "layers_per_block": 2,
48
+ "mid_block_only_cross_attention": null,
49
+ "mid_block_scale_factor": 1,
50
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
51
+ "neuron": {
52
+ "auto_cast": "matmul",
53
+ "auto_cast_type": "bf16",
54
+ "compiler_type": "neuronx-cc",
55
+ "compiler_version": "2.19.8089.0+8ab9f450",
56
+ "cpu_backend": false,
57
+ "dynamic_batch_size": false,
58
+ "float_dtype": "fp32",
59
+ "inline_weights_to_neff": true,
60
+ "input_names": [
61
+ "sample",
62
+ "timestep",
63
+ "encoder_hidden_states",
64
+ "text_embeds",
65
+ "time_ids"
66
+ ],
67
+ "int_dtype": "int64",
68
+ "model_type": "unet",
69
+ "optlevel": "2",
70
+ "output_attentions": false,
71
+ "output_hidden_states": false,
72
+ "output_names": [
73
+ "sample"
74
+ ],
75
+ "static_batch_size": 1,
76
+ "static_height": 96,
77
+ "static_num_channels": 4,
78
+ "static_sequence_length": 77,
79
+ "static_vae_scale_factor": 8,
80
+ "static_width": 96,
81
+ "task": "semantic-segmentation",
82
+ "tensor_parallel_size": 1
83
+ },
84
+ "norm_eps": 1e-05,
85
+ "norm_num_groups": 32,
86
+ "num_attention_heads": null,
87
+ "num_class_embeds": null,
88
+ "only_cross_attention": false,
89
+ "out_channels": 4,
90
+ "output_attentions": false,
91
+ "projection_class_embeddings_input_dim": 2560,
92
+ "resnet_out_scale_factor": 1.0,
93
+ "resnet_skip_time_act": false,
94
+ "resnet_time_scale_shift": "default",
95
+ "reverse_transformer_layers_per_block": null,
96
+ "sample_size": 128,
97
+ "time_cond_proj_dim": null,
98
+ "time_embedding_act_fn": null,
99
+ "time_embedding_dim": null,
100
+ "time_embedding_type": "positional",
101
+ "timestep_post_act": null,
102
+ "transformer_layers_per_block": 4,
103
+ "transformers_version": null,
104
+ "up_block_types": [
105
+ "UpBlock2D",
106
+ "CrossAttnUpBlock2D",
107
+ "CrossAttnUpBlock2D",
108
+ "UpBlock2D"
109
+ ],
110
+ "upcast_attention": null,
111
+ "use_linear_projection": true
112
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_8d10828da11204b3dc91/unet/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc664903c2594ed9609f21554bf0433ac077e1b0ca3f9e15e9da110d29323cab
3
+ size 3658527481
neuronxcc-2.19.8089.0+8ab9f450/MODULE_8d10828da11204b3dc91/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_post_quant_conv",
6
+ "use_quant_conv",
7
+ "latents_std",
8
+ "mid_block_add_attention",
9
+ "latents_mean",
10
+ "shift_factor"
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": 96,
54
+ "static_num_channels": 4,
55
+ "static_width": 96,
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_8d10828da11204b3dc91/vae_decoder/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68404ac5e4e172af7411ba8866b320eeb0bd546fb4e36ef15ceae1651c95de96
3
+ size 349015667
neuronxcc-2.19.8089.0+8ab9f450/MODULE_8d10828da11204b3dc91/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_post_quant_conv",
6
+ "use_quant_conv",
7
+ "latents_std",
8
+ "mid_block_add_attention",
9
+ "latents_mean",
10
+ "shift_factor"
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": 768,
54
+ "static_num_channels": 3,
55
+ "static_width": 768,
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_8d10828da11204b3dc91/vae_encoder/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8aed5b2a05056c6abd0400a052ec4362d99bc791643855c3c4612443128f6b6
3
+ size 201275505