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

Synchronizing local compiler cache.

Browse files
.gitattributes CHANGED
@@ -11079,3 +11079,7 @@ neuronxcc-2.19.8089.0+8ab9f450/MODULE_ea854ede8b7656d00857/text_encoder/model.ne
11079
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_ea854ede8b7656d00857/transformer/model.neuron filter=lfs diff=lfs merge=lfs -text
11080
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_ea854ede8b7656d00857/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
11081
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_ea854ede8b7656d00857/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
11079
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_ea854ede8b7656d00857/transformer/model.neuron filter=lfs diff=lfs merge=lfs -text
11080
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_ea854ede8b7656d00857/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
11081
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_ea854ede8b7656d00857/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
11082
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_e4c1889727aa8651cc6b/text_encoder_2/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
neuronxcc-2.19.8089.0+8ab9f450/0_REGISTRY/0.3.1.dev6/stable-diffusion/stabilityai/stable-diffusion-xl-refiner-1.0/e4c1889727aa8651cc6b.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": 128,
103
+ "static_num_channels": 4,
104
+ "static_sequence_length": 77,
105
+ "static_vae_scale_factor": 8,
106
+ "static_width": 128,
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_e4c1889727aa8651cc6b/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_e4c1889727aa8651cc6b/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_e4c1889727aa8651cc6b/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_e4c1889727aa8651cc6b/text_encoder_2/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:562a8ca3187f98dc4a430ed99ba4ea6721a1d4cf7d0683ea298151846a73488d
3
+ size 2801803637
neuronxcc-2.19.8089.0+8ab9f450/MODULE_e4c1889727aa8651cc6b/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_e4c1889727aa8651cc6b/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_e4c1889727aa8651cc6b/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_e4c1889727aa8651cc6b/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_e4c1889727aa8651cc6b/unet/config.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.35.1",
4
+ "_use_default_values": [
5
+ "dropout",
6
+ "reverse_transformer_layers_per_block",
7
+ "attention_type"
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": 128,
77
+ "static_num_channels": 4,
78
+ "static_sequence_length": 77,
79
+ "static_vae_scale_factor": 8,
80
+ "static_width": 128,
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_e4c1889727aa8651cc6b/unet/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f5db9460c6ae1ce82271da766734089d734098be1818ec3964ed34e79381a5b
3
+ size 3686370617
neuronxcc-2.19.8089.0+8ab9f450/MODULE_e4c1889727aa8651cc6b/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
+ "mid_block_add_attention",
6
+ "latents_mean",
7
+ "shift_factor",
8
+ "use_quant_conv",
9
+ "use_post_quant_conv",
10
+ "latents_std"
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_e4c1889727aa8651cc6b/vae_decoder/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bb43fb49b61ac1376fd0d4cd333a96545335d5eb784069986ecda7f78600a48
3
+ size 370909427
neuronxcc-2.19.8089.0+8ab9f450/MODULE_e4c1889727aa8651cc6b/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
+ "mid_block_add_attention",
6
+ "latents_mean",
7
+ "shift_factor",
8
+ "use_quant_conv",
9
+ "use_post_quant_conv",
10
+ "latents_std"
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_e4c1889727aa8651cc6b/vae_encoder/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56165b96ea7b74c284ae2195ea03eef2d689f2378a54f7f7d75eccf688f52054
3
+ size 222984881