dacorvo HF Staff commited on
Commit
bd5bc20
·
verified ·
1 Parent(s): 4b701f0

Synchronizing local compiler cache.

Browse files
neuronxcc-2.19.8089.0+8ab9f450/0_REGISTRY/0.3.1.dev6/stable-diffusion/stabilityai/stable-diffusion-2-1/e085f8cfffc1b3cac71f.json ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "MultiModelCacheEntry",
3
+ "_model_id": "stabilityai/stable-diffusion-2-1",
4
+ "_task": null,
5
+ "text_encoder": {
6
+ "architectures": [
7
+ "CLIPTextModel"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "dropout": 0.0,
11
+ "export_model_type": "clip-text-model",
12
+ "hidden_act": "gelu",
13
+ "hidden_size": 1024,
14
+ "initializer_factor": 1.0,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 4096,
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": 16,
38
+ "num_hidden_layers": 23,
39
+ "return_dict": false,
40
+ "vocab_size": 49408
41
+ },
42
+ "unet": {
43
+ "_class_name": "UNet2DConditionModel",
44
+ "act_fn": "silu",
45
+ "addition_embed_type": null,
46
+ "addition_embed_type_num_heads": 64,
47
+ "addition_time_embed_dim": null,
48
+ "attention_head_dim": [
49
+ 5,
50
+ 10,
51
+ 20,
52
+ 20
53
+ ],
54
+ "attention_type": "default",
55
+ "block_out_channels": [
56
+ 320,
57
+ 640,
58
+ 1280,
59
+ 1280
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": 1024,
67
+ "cross_attention_norm": null,
68
+ "down_block_types": [
69
+ "CrossAttnDownBlock2D",
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": false,
94
+ "int_dtype": "int64",
95
+ "optlevel": "2",
96
+ "output_attentions": false,
97
+ "output_hidden_states": false,
98
+ "static_batch_size": 1,
99
+ "static_height": 64,
100
+ "static_num_channels": 4,
101
+ "static_sequence_length": 77,
102
+ "static_vae_scale_factor": 8,
103
+ "static_width": 64,
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
+ "output_attentions": false,
114
+ "projection_class_embeddings_input_dim": null,
115
+ "resnet_out_scale_factor": 1.0,
116
+ "resnet_skip_time_act": false,
117
+ "resnet_time_scale_shift": "default",
118
+ "reverse_transformer_layers_per_block": null,
119
+ "time_cond_proj_dim": null,
120
+ "time_embedding_act_fn": null,
121
+ "time_embedding_dim": null,
122
+ "time_embedding_type": "positional",
123
+ "timestep_post_act": null,
124
+ "transformer_layers_per_block": 1,
125
+ "up_block_types": [
126
+ "UpBlock2D",
127
+ "CrossAttnUpBlock2D",
128
+ "CrossAttnUpBlock2D",
129
+ "CrossAttnUpBlock2D"
130
+ ],
131
+ "upcast_attention": true,
132
+ "use_linear_projection": true
133
+ }
134
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_e085f8cfffc1b3cac71f/text_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:312d0a7a01f309b9af5243b1687a3bc6f3215cacecf078f382d3400e14dfe08a
3
  size 1372698553
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2208bd98586cfe992d157c87dcb581ee964ed1437fbccc8b91a2ad0ec8a3ef54
3
  size 1372698553
neuronxcc-2.19.8089.0+8ab9f450/MODULE_e085f8cfffc1b3cac71f/unet/config.json CHANGED
@@ -2,32 +2,32 @@
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.35.1",
4
  "_use_default_values": [
5
- "addition_embed_type_num_heads",
6
- "class_embeddings_concat",
7
- "dropout",
8
  "time_cond_proj_dim",
9
- "encoder_hid_dim",
10
- "time_embedding_dim",
11
- "attention_type",
12
- "addition_embed_type",
13
- "time_embedding_type",
14
- "projection_class_embeddings_input_dim",
15
- "addition_time_embed_dim",
16
- "conv_out_kernel",
17
  "timestep_post_act",
18
- "num_attention_heads",
 
19
  "resnet_out_scale_factor",
20
  "reverse_transformer_layers_per_block",
21
- "cross_attention_norm",
22
- "class_embed_type",
23
- "mid_block_type",
24
- "time_embedding_act_fn",
25
  "mid_block_only_cross_attention",
 
 
 
 
 
26
  "conv_in_kernel",
27
- "resnet_skip_time_act",
28
- "transformer_layers_per_block",
29
  "resnet_time_scale_shift",
30
- "encoder_hid_dim_type"
 
 
 
 
 
31
  ],
32
  "act_fn": "silu",
33
  "addition_embed_type": null,
 
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.35.1",
4
  "_use_default_values": [
5
+ "num_attention_heads",
6
+ "transformer_layers_per_block",
7
+ "mid_block_type",
8
  "time_cond_proj_dim",
9
+ "resnet_skip_time_act",
10
+ "cross_attention_norm",
 
 
 
 
 
 
11
  "timestep_post_act",
12
+ "projection_class_embeddings_input_dim",
13
+ "time_embedding_type",
14
  "resnet_out_scale_factor",
15
  "reverse_transformer_layers_per_block",
 
 
 
 
16
  "mid_block_only_cross_attention",
17
+ "addition_embed_type",
18
+ "conv_out_kernel",
19
+ "attention_type",
20
+ "addition_embed_type_num_heads",
21
+ "dropout",
22
  "conv_in_kernel",
23
+ "class_embed_type",
 
24
  "resnet_time_scale_shift",
25
+ "encoder_hid_dim",
26
+ "addition_time_embed_dim",
27
+ "time_embedding_dim",
28
+ "encoder_hid_dim_type",
29
+ "class_embeddings_concat",
30
+ "time_embedding_act_fn"
31
  ],
32
  "act_fn": "silu",
33
  "addition_embed_type": null,
neuronxcc-2.19.8089.0+8ab9f450/MODULE_e085f8cfffc1b3cac71f/unet/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8fdd76774fa4dc526ccdba0b0eb462b251c6502ba423ce7792891a36cc7b9e03
3
  size 3570009805
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af51bb6c3e0d4cb88a23e4bb4ad7e8f77b562abe405cb6b45bbce26765619571
3
  size 3570009805
neuronxcc-2.19.8089.0+8ab9f450/MODULE_e085f8cfffc1b3cac71f/vae_decoder/config.json CHANGED
@@ -2,14 +2,14 @@
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.35.1",
4
  "_use_default_values": [
 
5
  "shift_factor",
6
  "latents_mean",
 
7
  "use_quant_conv",
 
8
  "scaling_factor",
9
- "use_post_quant_conv",
10
- "latents_std",
11
- "mid_block_add_attention",
12
- "force_upcast"
13
  ],
14
  "act_fn": "silu",
15
  "block_out_channels": [
 
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.35.1",
4
  "_use_default_values": [
5
+ "use_post_quant_conv",
6
  "shift_factor",
7
  "latents_mean",
8
+ "mid_block_add_attention",
9
  "use_quant_conv",
10
+ "force_upcast",
11
  "scaling_factor",
12
+ "latents_std"
 
 
 
13
  ],
14
  "act_fn": "silu",
15
  "block_out_channels": [
neuronxcc-2.19.8089.0+8ab9f450/MODULE_e085f8cfffc1b3cac71f/vae_decoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88fa91af01534665c14451875f24d4b52f2626a3d67421c14f55c6b109b7dfff
3
  size 258982101
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5afd15be4ae4b671ceda1a47eadb9b78f6ad171456d80a0c5c04e4d28239339b
3
  size 258982101
neuronxcc-2.19.8089.0+8ab9f450/MODULE_e085f8cfffc1b3cac71f/vae_encoder/config.json CHANGED
@@ -2,14 +2,14 @@
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.35.1",
4
  "_use_default_values": [
 
5
  "shift_factor",
6
  "latents_mean",
 
7
  "use_quant_conv",
 
8
  "scaling_factor",
9
- "use_post_quant_conv",
10
- "latents_std",
11
- "mid_block_add_attention",
12
- "force_upcast"
13
  ],
14
  "act_fn": "silu",
15
  "block_out_channels": [
 
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.35.1",
4
  "_use_default_values": [
5
+ "use_post_quant_conv",
6
  "shift_factor",
7
  "latents_mean",
8
+ "mid_block_add_attention",
9
  "use_quant_conv",
10
+ "force_upcast",
11
  "scaling_factor",
12
+ "latents_std"
 
 
 
13
  ],
14
  "act_fn": "silu",
15
  "block_out_channels": [
neuronxcc-2.19.8089.0+8ab9f450/MODULE_e085f8cfffc1b3cac71f/vae_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3c981ef1c49d95b5e87fc101b20156ecbe5a7c31d32cd0832f860fc0df8d8265
3
  size 169118803
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ebf8f584ab85b24147f327b98c07aa243e7cf74c695531b1452230798321f4a
3
  size 169118803