dacorvo HF Staff commited on
Commit
fbcca57
·
verified ·
1 Parent(s): 394630f

Synchronizing local compiler cache.

Browse files
.gitattributes CHANGED
@@ -7883,3 +7883,7 @@ neuronxcc-2.17.194.0+d312836f/MODULE_35bf7e5705bc85882085/text_encoder_2/model.n
7883
  neuronxcc-2.17.194.0+d312836f/MODULE_35bf7e5705bc85882085/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
7884
  neuronxcc-2.17.194.0+d312836f/MODULE_35bf7e5705bc85882085/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
7885
  neuronxcc-2.17.194.0+d312836f/MODULE_35bf7e5705bc85882085/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
7883
  neuronxcc-2.17.194.0+d312836f/MODULE_35bf7e5705bc85882085/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
7884
  neuronxcc-2.17.194.0+d312836f/MODULE_35bf7e5705bc85882085/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
7885
  neuronxcc-2.17.194.0+d312836f/MODULE_35bf7e5705bc85882085/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
7886
+ neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/text_encoder_2/model.neuron filter=lfs diff=lfs merge=lfs -text
7887
+ neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
7888
+ neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
7889
+ neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.2.0.dev2/inference/stable-diffusion/stabilityai/stable-diffusion-xl-refiner-1.0/dbc7625ec3e1068324e8.json ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "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.17.194.0+d312836f",
24
+ "dynamic_batch_size": false,
25
+ "inline_weights_to_neff": false,
26
+ "optlevel": "2",
27
+ "output_attentions": false,
28
+ "output_hidden_states": false,
29
+ "static_batch_size": 1,
30
+ "static_sequence_length": 77,
31
+ "task": "feature-extraction",
32
+ "tensor_parallel_size": 1
33
+ },
34
+ "num_attention_heads": 20,
35
+ "num_hidden_layers": 32,
36
+ "output_hidden_states": true,
37
+ "vocab_size": 49408
38
+ },
39
+ "unet": {
40
+ "_class_name": "UNet2DConditionModel",
41
+ "act_fn": "silu",
42
+ "addition_embed_type": "text_time",
43
+ "addition_embed_type_num_heads": 64,
44
+ "addition_time_embed_dim": 256,
45
+ "attention_head_dim": [
46
+ 6,
47
+ 12,
48
+ 24,
49
+ 24
50
+ ],
51
+ "attention_type": "default",
52
+ "block_out_channels": [
53
+ 384,
54
+ 768,
55
+ 1536,
56
+ 1536
57
+ ],
58
+ "center_input_sample": false,
59
+ "class_embed_type": null,
60
+ "class_embeddings_concat": false,
61
+ "conv_in_kernel": 3,
62
+ "conv_out_kernel": 3,
63
+ "cross_attention_dim": 1280,
64
+ "cross_attention_norm": null,
65
+ "down_block_types": [
66
+ "DownBlock2D",
67
+ "CrossAttnDownBlock2D",
68
+ "CrossAttnDownBlock2D",
69
+ "DownBlock2D"
70
+ ],
71
+ "downsample_padding": 1,
72
+ "dropout": 0.0,
73
+ "dual_cross_attention": false,
74
+ "encoder_hid_dim": null,
75
+ "encoder_hid_dim_type": null,
76
+ "flip_sin_to_cos": true,
77
+ "freq_shift": 0,
78
+ "in_channels": 4,
79
+ "layers_per_block": 2,
80
+ "mid_block_only_cross_attention": null,
81
+ "mid_block_scale_factor": 1,
82
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
83
+ "neuron": {
84
+ "auto_cast": "matmul",
85
+ "auto_cast_type": "bf16",
86
+ "compiler_type": "neuronx-cc",
87
+ "compiler_version": "2.17.194.0+d312836f",
88
+ "dynamic_batch_size": false,
89
+ "inline_weights_to_neff": true,
90
+ "optlevel": "2",
91
+ "output_attentions": false,
92
+ "output_hidden_states": false,
93
+ "static_batch_size": 1,
94
+ "static_height": 128,
95
+ "static_num_channels": 4,
96
+ "static_sequence_length": 77,
97
+ "static_vae_scale_factor": 8,
98
+ "static_width": 128,
99
+ "task": "semantic-segmentation",
100
+ "tensor_parallel_size": 1
101
+ },
102
+ "norm_eps": 1e-05,
103
+ "norm_num_groups": 32,
104
+ "num_attention_heads": null,
105
+ "num_class_embeds": null,
106
+ "only_cross_attention": false,
107
+ "out_channels": 4,
108
+ "projection_class_embeddings_input_dim": 2560,
109
+ "resnet_out_scale_factor": 1.0,
110
+ "resnet_skip_time_act": false,
111
+ "resnet_time_scale_shift": "default",
112
+ "reverse_transformer_layers_per_block": null,
113
+ "time_cond_proj_dim": null,
114
+ "time_embedding_act_fn": null,
115
+ "time_embedding_dim": null,
116
+ "time_embedding_type": "positional",
117
+ "timestep_post_act": null,
118
+ "transformer_layers_per_block": 4,
119
+ "up_block_types": [
120
+ "UpBlock2D",
121
+ "CrossAttnUpBlock2D",
122
+ "CrossAttnUpBlock2D",
123
+ "UpBlock2D"
124
+ ],
125
+ "upcast_attention": null,
126
+ "use_linear_projection": true
127
+ }
128
+ }
neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/model_index.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionXLImg2ImgPipeline",
3
+ "_diffusers_version": "0.30.3",
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.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "EulerDiscreteScheduler",
3
+ "_diffusers_version": "0.30.3",
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_karras_sigmas": false
23
+ }
neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/text_encoder_2/config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-refiner-1.0/snapshots/5d4cfe854c9a9a87939ff3653551c2b3c99a4356/text_encoder_2",
4
+ "architectures": [
5
+ "CLIPTextModelWithProjection"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 0,
9
+ "dropout": 0.0,
10
+ "eos_token_id": 2,
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.17.194.0+d312836f",
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.49.0",
51
+ "vocab_size": 49408
52
+ }
neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/text_encoder_2/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5da51d24f58dac07b2fc9041be2a0c711a8c5d62520849dedaa2f98bcca7f450
3
+ size 2801221173
neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/tokenizer_2/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/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.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/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.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/tokenizer_2/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/unet/config.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_commit_hash": null,
4
+ "_diffusers_version": "0.30.3",
5
+ "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-refiner-1.0/snapshots/5d4cfe854c9a9a87939ff3653551c2b3c99a4356/unet",
6
+ "_use_default_values": [
7
+ "reverse_transformer_layers_per_block",
8
+ "attention_type",
9
+ "dropout"
10
+ ],
11
+ "act_fn": "silu",
12
+ "addition_embed_type": "text_time",
13
+ "addition_embed_type_num_heads": 64,
14
+ "addition_time_embed_dim": 256,
15
+ "attention_head_dim": [
16
+ 6,
17
+ 12,
18
+ 24,
19
+ 24
20
+ ],
21
+ "attention_type": "default",
22
+ "block_out_channels": [
23
+ 384,
24
+ 768,
25
+ 1536,
26
+ 1536
27
+ ],
28
+ "center_input_sample": false,
29
+ "class_embed_type": null,
30
+ "class_embeddings_concat": false,
31
+ "conv_in_kernel": 3,
32
+ "conv_out_kernel": 3,
33
+ "cross_attention_dim": 1280,
34
+ "cross_attention_norm": null,
35
+ "down_block_types": [
36
+ "DownBlock2D",
37
+ "CrossAttnDownBlock2D",
38
+ "CrossAttnDownBlock2D",
39
+ "DownBlock2D"
40
+ ],
41
+ "downsample_padding": 1,
42
+ "dropout": 0.0,
43
+ "dual_cross_attention": false,
44
+ "encoder_hid_dim": null,
45
+ "encoder_hid_dim_type": null,
46
+ "flip_sin_to_cos": true,
47
+ "freq_shift": 0,
48
+ "in_channels": 4,
49
+ "layers_per_block": 2,
50
+ "mid_block_only_cross_attention": null,
51
+ "mid_block_scale_factor": 1,
52
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
53
+ "neuron": {
54
+ "auto_cast": "matmul",
55
+ "auto_cast_type": "bf16",
56
+ "compiler_type": "neuronx-cc",
57
+ "compiler_version": "2.17.194.0+d312836f",
58
+ "dynamic_batch_size": false,
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
+ "model_type": "unet",
68
+ "optlevel": "2",
69
+ "output_attentions": false,
70
+ "output_hidden_states": false,
71
+ "output_names": [
72
+ "sample"
73
+ ],
74
+ "static_batch_size": 1,
75
+ "static_height": 128,
76
+ "static_num_channels": 4,
77
+ "static_sequence_length": 77,
78
+ "static_vae_scale_factor": 8,
79
+ "static_width": 128,
80
+ "task": "semantic-segmentation",
81
+ "tensor_parallel_size": 1
82
+ },
83
+ "norm_eps": 1e-05,
84
+ "norm_num_groups": 32,
85
+ "num_attention_heads": null,
86
+ "num_class_embeds": null,
87
+ "only_cross_attention": false,
88
+ "out_channels": 4,
89
+ "projection_class_embeddings_input_dim": 2560,
90
+ "resnet_out_scale_factor": 1.0,
91
+ "resnet_skip_time_act": false,
92
+ "resnet_time_scale_shift": "default",
93
+ "reverse_transformer_layers_per_block": null,
94
+ "sample_size": 128,
95
+ "time_cond_proj_dim": null,
96
+ "time_embedding_act_fn": null,
97
+ "time_embedding_dim": null,
98
+ "time_embedding_type": "positional",
99
+ "timestep_post_act": null,
100
+ "transformer_layers_per_block": 4,
101
+ "transformers_version": null,
102
+ "up_block_types": [
103
+ "UpBlock2D",
104
+ "CrossAttnUpBlock2D",
105
+ "CrossAttnUpBlock2D",
106
+ "UpBlock2D"
107
+ ],
108
+ "upcast_attention": null,
109
+ "use_linear_projection": true
110
+ }
neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/unet/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f1de93e25f068c5352083034f7e6791a3ff1ff9af3f2a97661e8d1cf68b1b14
3
+ size 3684748601
neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/vae_decoder/config.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_commit_hash": null,
4
+ "_diffusers_version": "0.30.3",
5
+ "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-refiner-1.0/snapshots/5d4cfe854c9a9a87939ff3653551c2b3c99a4356/vae",
6
+ "_use_default_values": [
7
+ "shift_factor",
8
+ "use_post_quant_conv",
9
+ "mid_block_add_attention",
10
+ "latents_std",
11
+ "use_quant_conv",
12
+ "latents_mean"
13
+ ],
14
+ "act_fn": "silu",
15
+ "block_out_channels": [
16
+ 128,
17
+ 256,
18
+ 512,
19
+ 512
20
+ ],
21
+ "down_block_types": [
22
+ "DownEncoderBlock2D",
23
+ "DownEncoderBlock2D",
24
+ "DownEncoderBlock2D",
25
+ "DownEncoderBlock2D"
26
+ ],
27
+ "force_upcast": true,
28
+ "in_channels": 3,
29
+ "latent_channels": 4,
30
+ "latents_mean": null,
31
+ "latents_std": null,
32
+ "layers_per_block": 2,
33
+ "mid_block_add_attention": true,
34
+ "neuron": {
35
+ "auto_cast": "matmul",
36
+ "auto_cast_type": "bf16",
37
+ "compiler_type": "neuronx-cc",
38
+ "compiler_version": "2.17.194.0+d312836f",
39
+ "dynamic_batch_size": false,
40
+ "inline_weights_to_neff": true,
41
+ "input_names": [
42
+ "latent_sample"
43
+ ],
44
+ "model_type": "vae-decoder",
45
+ "optlevel": "2",
46
+ "output_attentions": false,
47
+ "output_hidden_states": false,
48
+ "output_names": [
49
+ "sample"
50
+ ],
51
+ "static_batch_size": 1,
52
+ "static_height": 128,
53
+ "static_num_channels": 4,
54
+ "static_width": 128,
55
+ "task": "semantic-segmentation",
56
+ "tensor_parallel_size": 1
57
+ },
58
+ "norm_num_groups": 32,
59
+ "out_channels": 3,
60
+ "sample_size": 1024,
61
+ "scaling_factor": 0.13025,
62
+ "shift_factor": null,
63
+ "transformers_version": null,
64
+ "up_block_types": [
65
+ "UpDecoderBlock2D",
66
+ "UpDecoderBlock2D",
67
+ "UpDecoderBlock2D",
68
+ "UpDecoderBlock2D"
69
+ ],
70
+ "use_post_quant_conv": true,
71
+ "use_quant_conv": true
72
+ }
neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/vae_decoder/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:987adf119bcc0f00ae96bdeb36b0abc18ec55dd1641a85d7e8ba93592df8a0d1
3
+ size 749922867
neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/vae_encoder/config.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_commit_hash": null,
4
+ "_diffusers_version": "0.30.3",
5
+ "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-refiner-1.0/snapshots/5d4cfe854c9a9a87939ff3653551c2b3c99a4356/vae",
6
+ "_use_default_values": [
7
+ "shift_factor",
8
+ "use_post_quant_conv",
9
+ "mid_block_add_attention",
10
+ "latents_std",
11
+ "use_quant_conv",
12
+ "latents_mean"
13
+ ],
14
+ "act_fn": "silu",
15
+ "block_out_channels": [
16
+ 128,
17
+ 256,
18
+ 512,
19
+ 512
20
+ ],
21
+ "down_block_types": [
22
+ "DownEncoderBlock2D",
23
+ "DownEncoderBlock2D",
24
+ "DownEncoderBlock2D",
25
+ "DownEncoderBlock2D"
26
+ ],
27
+ "force_upcast": true,
28
+ "in_channels": 3,
29
+ "latent_channels": 4,
30
+ "latents_mean": null,
31
+ "latents_std": null,
32
+ "layers_per_block": 2,
33
+ "mid_block_add_attention": true,
34
+ "neuron": {
35
+ "auto_cast": "matmul",
36
+ "auto_cast_type": "bf16",
37
+ "compiler_type": "neuronx-cc",
38
+ "compiler_version": "2.17.194.0+d312836f",
39
+ "dynamic_batch_size": false,
40
+ "inline_weights_to_neff": true,
41
+ "input_names": [
42
+ "sample"
43
+ ],
44
+ "model_type": "vae-encoder",
45
+ "optlevel": "2",
46
+ "output_attentions": false,
47
+ "output_hidden_states": false,
48
+ "output_names": [
49
+ "latent_parameters"
50
+ ],
51
+ "static_batch_size": 1,
52
+ "static_height": 1024,
53
+ "static_num_channels": 3,
54
+ "static_width": 1024,
55
+ "task": "semantic-segmentation",
56
+ "tensor_parallel_size": 1
57
+ },
58
+ "norm_num_groups": 32,
59
+ "out_channels": 3,
60
+ "sample_size": 1024,
61
+ "scaling_factor": 0.13025,
62
+ "shift_factor": null,
63
+ "transformers_version": null,
64
+ "up_block_types": [
65
+ "UpDecoderBlock2D",
66
+ "UpDecoderBlock2D",
67
+ "UpDecoderBlock2D",
68
+ "UpDecoderBlock2D"
69
+ ],
70
+ "use_post_quant_conv": true,
71
+ "use_quant_conv": true
72
+ }
neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/vae_encoder/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20e2867f4effff61810b8aa7cba0d9f9a78d5df1b9e547c37ab57bb41434ee73
3
+ size 382102065