dacorvo HF Staff commited on
Commit
0903fbc
·
verified ·
1 Parent(s): 933126e

Synchronizing local compiler cache.

Browse files
.gitattributes CHANGED
@@ -10068,3 +10068,7 @@ neuronxcc-2.19.8089.0+8ab9f450/MODULE_7c0a3faa643571c6da59/text_encoder_2/model.
10068
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_7c0a3faa643571c6da59/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
10069
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_7c0a3faa643571c6da59/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
10070
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_7c0a3faa643571c6da59/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
10068
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_7c0a3faa643571c6da59/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
10069
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_7c0a3faa643571c6da59/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
10070
  neuronxcc-2.19.8089.0+8ab9f450/MODULE_7c0a3faa643571c6da59/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
10071
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_0181db83f04359c04c6d/text_encoder_2/model.neuron filter=lfs diff=lfs merge=lfs -text
10072
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_0181db83f04359c04c6d/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
10073
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_0181db83f04359c04c6d/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
10074
+ neuronxcc-2.19.8089.0+8ab9f450/MODULE_0181db83f04359c04c6d/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
neuronxcc-2.19.8089.0+8ab9f450/0_REGISTRY/0.3.0.dev5/stable-diffusion/stabilityai/stable-diffusion-xl-refiner-1.0/0181db83f04359c04c6d.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "float_dtype": "fp32",
27
+ "inline_weights_to_neff": false,
28
+ "int_dtype": "int64",
29
+ "optlevel": "2",
30
+ "output_attentions": false,
31
+ "output_hidden_states": false,
32
+ "static_batch_size": 1,
33
+ "static_sequence_length": 77,
34
+ "task": "feature-extraction",
35
+ "tensor_parallel_size": 1
36
+ },
37
+ "num_attention_heads": 20,
38
+ "num_hidden_layers": 32,
39
+ "output_hidden_states": true,
40
+ "vocab_size": 49408
41
+ },
42
+ "unet": {
43
+ "_class_name": "UNet2DConditionModel",
44
+ "act_fn": "silu",
45
+ "addition_embed_type": "text_time",
46
+ "addition_embed_type_num_heads": 64,
47
+ "addition_time_embed_dim": 256,
48
+ "attention_head_dim": [
49
+ 6,
50
+ 12,
51
+ 24,
52
+ 24
53
+ ],
54
+ "attention_type": "default",
55
+ "block_out_channels": [
56
+ 384,
57
+ 768,
58
+ 1536,
59
+ 1536
60
+ ],
61
+ "center_input_sample": false,
62
+ "class_embed_type": null,
63
+ "class_embeddings_concat": false,
64
+ "conv_in_kernel": 3,
65
+ "conv_out_kernel": 3,
66
+ "cross_attention_dim": 1280,
67
+ "cross_attention_norm": null,
68
+ "down_block_types": [
69
+ "DownBlock2D",
70
+ "CrossAttnDownBlock2D",
71
+ "CrossAttnDownBlock2D",
72
+ "DownBlock2D"
73
+ ],
74
+ "downsample_padding": 1,
75
+ "dropout": 0.0,
76
+ "dual_cross_attention": false,
77
+ "encoder_hid_dim": null,
78
+ "encoder_hid_dim_type": null,
79
+ "flip_sin_to_cos": true,
80
+ "freq_shift": 0,
81
+ "in_channels": 4,
82
+ "layers_per_block": 2,
83
+ "mid_block_only_cross_attention": null,
84
+ "mid_block_scale_factor": 1,
85
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
86
+ "neuron": {
87
+ "auto_cast": "matmul",
88
+ "auto_cast_type": "bf16",
89
+ "compiler_type": "neuronx-cc",
90
+ "compiler_version": "2.19.8089.0+8ab9f450",
91
+ "dynamic_batch_size": false,
92
+ "float_dtype": "fp32",
93
+ "inline_weights_to_neff": true,
94
+ "int_dtype": "int64",
95
+ "optlevel": "2",
96
+ "output_attentions": false,
97
+ "output_hidden_states": false,
98
+ "static_batch_size": 1,
99
+ "static_height": 128,
100
+ "static_num_channels": 4,
101
+ "static_sequence_length": 77,
102
+ "static_vae_scale_factor": 8,
103
+ "static_width": 128,
104
+ "task": "semantic-segmentation",
105
+ "tensor_parallel_size": 1
106
+ },
107
+ "norm_eps": 1e-05,
108
+ "norm_num_groups": 32,
109
+ "num_attention_heads": null,
110
+ "num_class_embeds": null,
111
+ "only_cross_attention": false,
112
+ "out_channels": 4,
113
+ "projection_class_embeddings_input_dim": 2560,
114
+ "resnet_out_scale_factor": 1.0,
115
+ "resnet_skip_time_act": false,
116
+ "resnet_time_scale_shift": "default",
117
+ "reverse_transformer_layers_per_block": null,
118
+ "time_cond_proj_dim": null,
119
+ "time_embedding_act_fn": null,
120
+ "time_embedding_dim": null,
121
+ "time_embedding_type": "positional",
122
+ "timestep_post_act": null,
123
+ "transformer_layers_per_block": 4,
124
+ "up_block_types": [
125
+ "UpBlock2D",
126
+ "CrossAttnUpBlock2D",
127
+ "CrossAttnUpBlock2D",
128
+ "UpBlock2D"
129
+ ],
130
+ "upcast_attention": null,
131
+ "use_linear_projection": true
132
+ }
133
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_0181db83f04359c04c6d/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_0181db83f04359c04c6d/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_0181db83f04359c04c6d/text_encoder_2/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "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
+ "torch_dtype": "float32",
51
+ "torchscript": true,
52
+ "transformers_version": "4.51.3",
53
+ "vocab_size": 49408
54
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_0181db83f04359c04c6d/text_encoder_2/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d80291f344934bf27d1421f152acc09b928309af7d5e46e4e01be44ad2e07f4
3
+ size 2801581621
neuronxcc-2.19.8089.0+8ab9f450/MODULE_0181db83f04359c04c6d/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_0181db83f04359c04c6d/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_0181db83f04359c04c6d/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_0181db83f04359c04c6d/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_0181db83f04359c04c6d/unet/config.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_commit_hash": null,
4
+ "_diffusers_version": "0.34.0",
5
+ "_use_default_values": [
6
+ "attention_type",
7
+ "dropout",
8
+ "reverse_transformer_layers_per_block"
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
+ "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
+ "projection_class_embeddings_input_dim": 2560,
91
+ "resnet_out_scale_factor": 1.0,
92
+ "resnet_skip_time_act": false,
93
+ "resnet_time_scale_shift": "default",
94
+ "reverse_transformer_layers_per_block": null,
95
+ "sample_size": 128,
96
+ "time_cond_proj_dim": null,
97
+ "time_embedding_act_fn": null,
98
+ "time_embedding_dim": null,
99
+ "time_embedding_type": "positional",
100
+ "timestep_post_act": null,
101
+ "transformer_layers_per_block": 4,
102
+ "transformers_version": null,
103
+ "up_block_types": [
104
+ "UpBlock2D",
105
+ "CrossAttnUpBlock2D",
106
+ "CrossAttnUpBlock2D",
107
+ "UpBlock2D"
108
+ ],
109
+ "upcast_attention": null,
110
+ "use_linear_projection": true
111
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_0181db83f04359c04c6d/unet/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96f273735e5aa2db00867c1cd6019875d24f2d103494f31ceee529aca8fa97db
3
+ size 3686370617
neuronxcc-2.19.8089.0+8ab9f450/MODULE_0181db83f04359c04c6d/vae_decoder/config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_post_quant_conv",
8
+ "use_quant_conv",
9
+ "latents_std",
10
+ "latents_mean",
11
+ "shift_factor"
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
+ "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
+ "sample_size": 1024,
62
+ "scaling_factor": 0.13025,
63
+ "shift_factor": null,
64
+ "transformers_version": null,
65
+ "up_block_types": [
66
+ "UpDecoderBlock2D",
67
+ "UpDecoderBlock2D",
68
+ "UpDecoderBlock2D",
69
+ "UpDecoderBlock2D"
70
+ ],
71
+ "use_post_quant_conv": true,
72
+ "use_quant_conv": true
73
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_0181db83f04359c04c6d/vae_decoder/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe4228ba12b95476de39f3d399cdd3ede0923a3acc87c745efc695ed60031c1c
3
+ size 370909427
neuronxcc-2.19.8089.0+8ab9f450/MODULE_0181db83f04359c04c6d/vae_encoder/config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_post_quant_conv",
8
+ "use_quant_conv",
9
+ "latents_std",
10
+ "latents_mean",
11
+ "shift_factor"
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
+ "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
+ "sample_size": 1024,
62
+ "scaling_factor": 0.13025,
63
+ "shift_factor": null,
64
+ "transformers_version": null,
65
+ "up_block_types": [
66
+ "UpDecoderBlock2D",
67
+ "UpDecoderBlock2D",
68
+ "UpDecoderBlock2D",
69
+ "UpDecoderBlock2D"
70
+ ],
71
+ "use_post_quant_conv": true,
72
+ "use_quant_conv": true
73
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_0181db83f04359c04c6d/vae_encoder/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71f062b8d33b763a394a6f12dbfb4cc1899f5d2eced27e2019b675b15ceb9d2d
3
+ size 222984881