dacorvo HF Staff commited on
Commit
0817bf8
·
verified ·
1 Parent(s): fdb7dc2

Synchronizing local compiler cache.

Browse files
.gitattributes CHANGED
@@ -9979,3 +9979,7 @@ neuronxcc-2.19.8089.0+8ab9f450/MODULE_2ee1383ed6e915398c88/text_encoder/model.ne
9979
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_2ee1383ed6e915398c88/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
9980
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_2ee1383ed6e915398c88/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
9981
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_2ee1383ed6e915398c88/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
9979
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_2ee1383ed6e915398c88/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
9980
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_2ee1383ed6e915398c88/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
9981
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_2ee1383ed6e915398c88/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
9982
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_f6a2188ac681cdf62c73/text_encoder_2/model.neuron filter=lfs diff=lfs merge=lfs -text
9983
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_f6a2188ac681cdf62c73/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
9984
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_f6a2188ac681cdf62c73/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
9985
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_f6a2188ac681cdf62c73/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
neuronxcc-2.19.8089.0+8ab9f450/0_REGISTRY/0.3.0/stable-diffusion/stabilityai/stable-diffusion-xl-refiner-1.0/f6a2188ac681cdf62c73.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "dynamic_batch_size": false,
26
+ "inline_weights_to_neff": false,
27
+ "optlevel": "2",
28
+ "output_attentions": false,
29
+ "output_hidden_states": false,
30
+ "static_batch_size": 1,
31
+ "static_sequence_length": 77,
32
+ "task": "feature-extraction",
33
+ "tensor_parallel_size": 1
34
+ },
35
+ "num_attention_heads": 20,
36
+ "num_hidden_layers": 32,
37
+ "output_hidden_states": true,
38
+ "vocab_size": 49408
39
+ },
40
+ "unet": {
41
+ "_class_name": "UNet2DConditionModel",
42
+ "act_fn": "silu",
43
+ "addition_embed_type": "text_time",
44
+ "addition_embed_type_num_heads": 64,
45
+ "addition_time_embed_dim": 256,
46
+ "attention_head_dim": [
47
+ 6,
48
+ 12,
49
+ 24,
50
+ 24
51
+ ],
52
+ "attention_type": "default",
53
+ "block_out_channels": [
54
+ 384,
55
+ 768,
56
+ 1536,
57
+ 1536
58
+ ],
59
+ "center_input_sample": false,
60
+ "class_embed_type": null,
61
+ "class_embeddings_concat": false,
62
+ "conv_in_kernel": 3,
63
+ "conv_out_kernel": 3,
64
+ "cross_attention_dim": 1280,
65
+ "cross_attention_norm": null,
66
+ "down_block_types": [
67
+ "DownBlock2D",
68
+ "CrossAttnDownBlock2D",
69
+ "CrossAttnDownBlock2D",
70
+ "DownBlock2D"
71
+ ],
72
+ "downsample_padding": 1,
73
+ "dropout": 0.0,
74
+ "dual_cross_attention": false,
75
+ "encoder_hid_dim": null,
76
+ "encoder_hid_dim_type": null,
77
+ "flip_sin_to_cos": true,
78
+ "freq_shift": 0,
79
+ "in_channels": 4,
80
+ "layers_per_block": 2,
81
+ "mid_block_only_cross_attention": null,
82
+ "mid_block_scale_factor": 1,
83
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
84
+ "neuron": {
85
+ "auto_cast": "matmul",
86
+ "auto_cast_type": "bf16",
87
+ "compiler_type": "neuronx-cc",
88
+ "compiler_version": "2.19.8089.0+8ab9f450",
89
+ "dynamic_batch_size": false,
90
+ "inline_weights_to_neff": true,
91
+ "optlevel": "2",
92
+ "output_attentions": false,
93
+ "output_hidden_states": false,
94
+ "static_batch_size": 1,
95
+ "static_height": 128,
96
+ "static_num_channels": 4,
97
+ "static_sequence_length": 77,
98
+ "static_vae_scale_factor": 8,
99
+ "static_width": 128,
100
+ "task": "semantic-segmentation",
101
+ "tensor_parallel_size": 1
102
+ },
103
+ "norm_eps": 1e-05,
104
+ "norm_num_groups": 32,
105
+ "num_attention_heads": null,
106
+ "num_class_embeds": null,
107
+ "only_cross_attention": false,
108
+ "out_channels": 4,
109
+ "projection_class_embeddings_input_dim": 2560,
110
+ "resnet_out_scale_factor": 1.0,
111
+ "resnet_skip_time_act": false,
112
+ "resnet_time_scale_shift": "default",
113
+ "reverse_transformer_layers_per_block": null,
114
+ "time_cond_proj_dim": null,
115
+ "time_embedding_act_fn": null,
116
+ "time_embedding_dim": null,
117
+ "time_embedding_type": "positional",
118
+ "timestep_post_act": null,
119
+ "transformer_layers_per_block": 4,
120
+ "up_block_types": [
121
+ "UpBlock2D",
122
+ "CrossAttnUpBlock2D",
123
+ "CrossAttnUpBlock2D",
124
+ "UpBlock2D"
125
+ ],
126
+ "upcast_attention": null,
127
+ "use_linear_projection": true
128
+ }
129
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_f6a2188ac681cdf62c73/model_index.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionXLImg2ImgPipeline",
3
+ "_diffusers_version": "0.34.0",
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_f6a2188ac681cdf62c73/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "EulerDiscreteScheduler",
3
+ "_diffusers_version": "0.34.0",
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_f6a2188ac681cdf62c73/text_encoder_2/config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "architectures": [
4
+ "CLIPTextModelWithProjection"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "dropout": 0.0,
9
+ "eos_token_id": 2,
10
+ "export_model_type": "clip-text-with-projection",
11
+ "hidden_act": "gelu",
12
+ "hidden_size": 1280,
13
+ "initializer_factor": 1.0,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 5120,
16
+ "layer_norm_eps": 1e-05,
17
+ "max_position_embeddings": 77,
18
+ "model_type": "clip_text_model",
19
+ "neuron": {
20
+ "auto_cast": "matmul",
21
+ "auto_cast_type": "bf16",
22
+ "compiler_type": "neuronx-cc",
23
+ "compiler_version": "2.19.8089.0+8ab9f450",
24
+ "dynamic_batch_size": false,
25
+ "inline_weights_to_neff": false,
26
+ "input_names": [
27
+ "input_ids"
28
+ ],
29
+ "model_type": "clip-text-with-projection",
30
+ "optlevel": "2",
31
+ "output_attentions": false,
32
+ "output_hidden_states": false,
33
+ "output_names": [
34
+ "text_embeds",
35
+ "last_hidden_state",
36
+ "hidden_states"
37
+ ],
38
+ "static_batch_size": 1,
39
+ "static_sequence_length": 77,
40
+ "task": "feature-extraction",
41
+ "tensor_parallel_size": 1
42
+ },
43
+ "num_attention_heads": 20,
44
+ "num_hidden_layers": 32,
45
+ "output_hidden_states": true,
46
+ "pad_token_id": 1,
47
+ "projection_dim": 1280,
48
+ "torch_dtype": "float32",
49
+ "torchscript": true,
50
+ "transformers_version": "4.51.3",
51
+ "vocab_size": 49408
52
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_f6a2188ac681cdf62c73/text_encoder_2/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e0b629344c87208b1125ebf38ce54249532af82b21a64dc6dc8e43cf44e6b8c
3
+ size 2801581621
neuronxcc-2.19.8089.0+8ab9f450/MODULE_f6a2188ac681cdf62c73/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_f6a2188ac681cdf62c73/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_f6a2188ac681cdf62c73/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_f6a2188ac681cdf62c73/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_f6a2188ac681cdf62c73/unet/config.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_commit_hash": null,
4
+ "_diffusers_version": "0.34.0",
5
+ "_use_default_values": [
6
+ "reverse_transformer_layers_per_block",
7
+ "attention_type",
8
+ "dropout"
9
+ ],
10
+ "act_fn": "silu",
11
+ "addition_embed_type": "text_time",
12
+ "addition_embed_type_num_heads": 64,
13
+ "addition_time_embed_dim": 256,
14
+ "attention_head_dim": [
15
+ 6,
16
+ 12,
17
+ 24,
18
+ 24
19
+ ],
20
+ "attention_type": "default",
21
+ "block_out_channels": [
22
+ 384,
23
+ 768,
24
+ 1536,
25
+ 1536
26
+ ],
27
+ "center_input_sample": false,
28
+ "class_embed_type": null,
29
+ "class_embeddings_concat": false,
30
+ "conv_in_kernel": 3,
31
+ "conv_out_kernel": 3,
32
+ "cross_attention_dim": 1280,
33
+ "cross_attention_norm": null,
34
+ "down_block_types": [
35
+ "DownBlock2D",
36
+ "CrossAttnDownBlock2D",
37
+ "CrossAttnDownBlock2D",
38
+ "DownBlock2D"
39
+ ],
40
+ "downsample_padding": 1,
41
+ "dropout": 0.0,
42
+ "dual_cross_attention": false,
43
+ "encoder_hid_dim": null,
44
+ "encoder_hid_dim_type": null,
45
+ "flip_sin_to_cos": true,
46
+ "freq_shift": 0,
47
+ "in_channels": 4,
48
+ "layers_per_block": 2,
49
+ "mid_block_only_cross_attention": null,
50
+ "mid_block_scale_factor": 1,
51
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
52
+ "neuron": {
53
+ "auto_cast": "matmul",
54
+ "auto_cast_type": "bf16",
55
+ "compiler_type": "neuronx-cc",
56
+ "compiler_version": "2.19.8089.0+8ab9f450",
57
+ "dynamic_batch_size": false,
58
+ "inline_weights_to_neff": true,
59
+ "input_names": [
60
+ "sample",
61
+ "timestep",
62
+ "encoder_hidden_states",
63
+ "text_embeds",
64
+ "time_ids"
65
+ ],
66
+ "model_type": "unet",
67
+ "optlevel": "2",
68
+ "output_attentions": false,
69
+ "output_hidden_states": false,
70
+ "output_names": [
71
+ "sample"
72
+ ],
73
+ "static_batch_size": 1,
74
+ "static_height": 128,
75
+ "static_num_channels": 4,
76
+ "static_sequence_length": 77,
77
+ "static_vae_scale_factor": 8,
78
+ "static_width": 128,
79
+ "task": "semantic-segmentation",
80
+ "tensor_parallel_size": 1
81
+ },
82
+ "norm_eps": 1e-05,
83
+ "norm_num_groups": 32,
84
+ "num_attention_heads": null,
85
+ "num_class_embeds": null,
86
+ "only_cross_attention": false,
87
+ "out_channels": 4,
88
+ "projection_class_embeddings_input_dim": 2560,
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": 4,
100
+ "transformers_version": null,
101
+ "up_block_types": [
102
+ "UpBlock2D",
103
+ "CrossAttnUpBlock2D",
104
+ "CrossAttnUpBlock2D",
105
+ "UpBlock2D"
106
+ ],
107
+ "upcast_attention": null,
108
+ "use_linear_projection": true
109
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_f6a2188ac681cdf62c73/unet/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02bd5c32485d0799c43fcc8e7af6afd569884e914ebf45ead7f0adf8ee542d89
3
+ size 3686370617
neuronxcc-2.19.8089.0+8ab9f450/MODULE_f6a2188ac681cdf62c73/vae_decoder/config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_commit_hash": null,
4
+ "_diffusers_version": "0.34.0",
5
+ "_use_default_values": [
6
+ "mid_block_add_attention",
7
+ "use_quant_conv",
8
+ "latents_mean",
9
+ "shift_factor",
10
+ "use_post_quant_conv",
11
+ "latents_std"
12
+ ],
13
+ "act_fn": "silu",
14
+ "block_out_channels": [
15
+ 128,
16
+ 256,
17
+ 512,
18
+ 512
19
+ ],
20
+ "down_block_types": [
21
+ "DownEncoderBlock2D",
22
+ "DownEncoderBlock2D",
23
+ "DownEncoderBlock2D",
24
+ "DownEncoderBlock2D"
25
+ ],
26
+ "force_upcast": true,
27
+ "in_channels": 3,
28
+ "latent_channels": 4,
29
+ "latents_mean": null,
30
+ "latents_std": null,
31
+ "layers_per_block": 2,
32
+ "mid_block_add_attention": true,
33
+ "neuron": {
34
+ "auto_cast": "matmul",
35
+ "auto_cast_type": "bf16",
36
+ "compiler_type": "neuronx-cc",
37
+ "compiler_version": "2.19.8089.0+8ab9f450",
38
+ "dynamic_batch_size": false,
39
+ "inline_weights_to_neff": true,
40
+ "input_names": [
41
+ "latent_sample"
42
+ ],
43
+ "model_type": "vae-decoder",
44
+ "optlevel": "2",
45
+ "output_attentions": false,
46
+ "output_hidden_states": false,
47
+ "output_names": [
48
+ "sample"
49
+ ],
50
+ "static_batch_size": 1,
51
+ "static_height": 128,
52
+ "static_num_channels": 4,
53
+ "static_width": 128,
54
+ "task": "semantic-segmentation",
55
+ "tensor_parallel_size": 1
56
+ },
57
+ "norm_num_groups": 32,
58
+ "out_channels": 3,
59
+ "sample_size": 1024,
60
+ "scaling_factor": 0.13025,
61
+ "shift_factor": null,
62
+ "transformers_version": null,
63
+ "up_block_types": [
64
+ "UpDecoderBlock2D",
65
+ "UpDecoderBlock2D",
66
+ "UpDecoderBlock2D",
67
+ "UpDecoderBlock2D"
68
+ ],
69
+ "use_post_quant_conv": true,
70
+ "use_quant_conv": true
71
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_f6a2188ac681cdf62c73/vae_decoder/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d0417b906bec7b9a8201a85860327e4623a32489cc6196b356403c0475dfc59
3
+ size 370909427
neuronxcc-2.19.8089.0+8ab9f450/MODULE_f6a2188ac681cdf62c73/vae_encoder/config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_commit_hash": null,
4
+ "_diffusers_version": "0.34.0",
5
+ "_use_default_values": [
6
+ "mid_block_add_attention",
7
+ "use_quant_conv",
8
+ "latents_mean",
9
+ "shift_factor",
10
+ "use_post_quant_conv",
11
+ "latents_std"
12
+ ],
13
+ "act_fn": "silu",
14
+ "block_out_channels": [
15
+ 128,
16
+ 256,
17
+ 512,
18
+ 512
19
+ ],
20
+ "down_block_types": [
21
+ "DownEncoderBlock2D",
22
+ "DownEncoderBlock2D",
23
+ "DownEncoderBlock2D",
24
+ "DownEncoderBlock2D"
25
+ ],
26
+ "force_upcast": true,
27
+ "in_channels": 3,
28
+ "latent_channels": 4,
29
+ "latents_mean": null,
30
+ "latents_std": null,
31
+ "layers_per_block": 2,
32
+ "mid_block_add_attention": true,
33
+ "neuron": {
34
+ "auto_cast": "matmul",
35
+ "auto_cast_type": "bf16",
36
+ "compiler_type": "neuronx-cc",
37
+ "compiler_version": "2.19.8089.0+8ab9f450",
38
+ "dynamic_batch_size": false,
39
+ "inline_weights_to_neff": true,
40
+ "input_names": [
41
+ "sample"
42
+ ],
43
+ "model_type": "vae-encoder",
44
+ "optlevel": "2",
45
+ "output_attentions": false,
46
+ "output_hidden_states": false,
47
+ "output_names": [
48
+ "latent_parameters"
49
+ ],
50
+ "static_batch_size": 1,
51
+ "static_height": 1024,
52
+ "static_num_channels": 3,
53
+ "static_width": 1024,
54
+ "task": "semantic-segmentation",
55
+ "tensor_parallel_size": 1
56
+ },
57
+ "norm_num_groups": 32,
58
+ "out_channels": 3,
59
+ "sample_size": 1024,
60
+ "scaling_factor": 0.13025,
61
+ "shift_factor": null,
62
+ "transformers_version": null,
63
+ "up_block_types": [
64
+ "UpDecoderBlock2D",
65
+ "UpDecoderBlock2D",
66
+ "UpDecoderBlock2D",
67
+ "UpDecoderBlock2D"
68
+ ],
69
+ "use_post_quant_conv": true,
70
+ "use_quant_conv": true
71
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_f6a2188ac681cdf62c73/vae_encoder/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64e8034b5801b0301cad2e73194c4bd3c14e5c3597cc8b6177272fb796eefad6
3
+ size 222984881