dacorvo HF Staff commited on
Commit
4519d11
·
verified ·
1 Parent(s): f2c5e2b

Synchronizing local compiler cache.

Browse files
neuronxcc-2.19.8089.0+8ab9f450/0_REGISTRY/0.3.0.dev5/stable-diffusion/stabilityai/stable-diffusion-xl-base-1.0/aec4d27feeb699c94182.json ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "MultiModelCacheEntry",
3
+ "_model_id": "stabilityai/stable-diffusion-xl-base-1.0",
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": "quick_gelu",
13
+ "hidden_size": 768,
14
+ "initializer_factor": 1.0,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
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": 12,
36
+ "num_hidden_layers": 12,
37
+ "output_hidden_states": true,
38
+ "vocab_size": 49408
39
+ },
40
+ "text_encoder_2": {
41
+ "architectures": [
42
+ "CLIPTextModelWithProjection"
43
+ ],
44
+ "attention_dropout": 0.0,
45
+ "dropout": 0.0,
46
+ "export_model_type": "clip-text-with-projection",
47
+ "hidden_act": "gelu",
48
+ "hidden_size": 1280,
49
+ "initializer_factor": 1.0,
50
+ "initializer_range": 0.02,
51
+ "intermediate_size": 5120,
52
+ "layer_norm_eps": 1e-05,
53
+ "max_position_embeddings": 77,
54
+ "model_type": "clip_text_model",
55
+ "neuron": {
56
+ "auto_cast": "matmul",
57
+ "auto_cast_type": "bf16",
58
+ "compiler_type": "neuronx-cc",
59
+ "compiler_version": "2.19.8089.0+8ab9f450",
60
+ "dynamic_batch_size": false,
61
+ "inline_weights_to_neff": false,
62
+ "optlevel": "2",
63
+ "output_attentions": false,
64
+ "output_hidden_states": false,
65
+ "static_batch_size": 1,
66
+ "static_sequence_length": 77,
67
+ "task": "feature-extraction",
68
+ "tensor_parallel_size": 1
69
+ },
70
+ "num_attention_heads": 20,
71
+ "num_hidden_layers": 32,
72
+ "output_hidden_states": true,
73
+ "vocab_size": 49408
74
+ },
75
+ "unet": {
76
+ "_class_name": "UNet2DConditionModel",
77
+ "act_fn": "silu",
78
+ "addition_embed_type": "text_time",
79
+ "addition_embed_type_num_heads": 64,
80
+ "addition_time_embed_dim": 256,
81
+ "attention_head_dim": [
82
+ 5,
83
+ 10,
84
+ 20
85
+ ],
86
+ "attention_type": "default",
87
+ "block_out_channels": [
88
+ 320,
89
+ 640,
90
+ 1280
91
+ ],
92
+ "center_input_sample": false,
93
+ "class_embed_type": null,
94
+ "class_embeddings_concat": false,
95
+ "conv_in_kernel": 3,
96
+ "conv_out_kernel": 3,
97
+ "cross_attention_dim": 2048,
98
+ "cross_attention_norm": null,
99
+ "down_block_types": [
100
+ "DownBlock2D",
101
+ "CrossAttnDownBlock2D",
102
+ "CrossAttnDownBlock2D"
103
+ ],
104
+ "downsample_padding": 1,
105
+ "dropout": 0.0,
106
+ "dual_cross_attention": false,
107
+ "encoder_hid_dim": null,
108
+ "encoder_hid_dim_type": null,
109
+ "flip_sin_to_cos": true,
110
+ "freq_shift": 0,
111
+ "in_channels": 4,
112
+ "layers_per_block": 2,
113
+ "mid_block_only_cross_attention": null,
114
+ "mid_block_scale_factor": 1,
115
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
116
+ "neuron": {
117
+ "auto_cast": "matmul",
118
+ "auto_cast_type": "bf16",
119
+ "compiler_type": "neuronx-cc",
120
+ "compiler_version": "2.19.8089.0+8ab9f450",
121
+ "dynamic_batch_size": false,
122
+ "inline_weights_to_neff": true,
123
+ "optlevel": "2",
124
+ "output_attentions": false,
125
+ "output_hidden_states": false,
126
+ "static_batch_size": 1,
127
+ "static_height": 128,
128
+ "static_num_channels": 4,
129
+ "static_sequence_length": 77,
130
+ "static_vae_scale_factor": 8,
131
+ "static_width": 128,
132
+ "task": "semantic-segmentation",
133
+ "tensor_parallel_size": 1
134
+ },
135
+ "norm_eps": 1e-05,
136
+ "norm_num_groups": 32,
137
+ "num_attention_heads": null,
138
+ "num_class_embeds": null,
139
+ "only_cross_attention": false,
140
+ "out_channels": 4,
141
+ "projection_class_embeddings_input_dim": 2816,
142
+ "resnet_out_scale_factor": 1.0,
143
+ "resnet_skip_time_act": false,
144
+ "resnet_time_scale_shift": "default",
145
+ "reverse_transformer_layers_per_block": null,
146
+ "time_cond_proj_dim": null,
147
+ "time_embedding_act_fn": null,
148
+ "time_embedding_dim": null,
149
+ "time_embedding_type": "positional",
150
+ "timestep_post_act": null,
151
+ "transformer_layers_per_block": [
152
+ 1,
153
+ 2,
154
+ 10
155
+ ],
156
+ "up_block_types": [
157
+ "CrossAttnUpBlock2D",
158
+ "CrossAttnUpBlock2D",
159
+ "UpBlock2D"
160
+ ],
161
+ "upcast_attention": null,
162
+ "use_linear_projection": true
163
+ }
164
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_aec4d27feeb699c94182/text_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:03d687fc412f8f91ceba1c53614264d4b2ce01712402ebc321c28095f74c87af
3
  size 496092729
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc4dfe23bd1a76eab6cdc81da82e7c740d8589823251ea48a197357d5fd9006a
3
  size 496092729
neuronxcc-2.19.8089.0+8ab9f450/MODULE_aec4d27feeb699c94182/text_encoder_2/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:516096bfc5b8a439d989cb66d07057576d922fda7ca1c027fb847a256fd07ee6
3
  size 2801582571
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48e72ff2c469c87fba9ba1f93a138df7769de53b32abee00b7df9969fece6d75
3
  size 2801582571
neuronxcc-2.19.8089.0+8ab9f450/MODULE_aec4d27feeb699c94182/unet/config.json CHANGED
@@ -3,9 +3,9 @@
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",
 
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
6
+ "dropout",
7
  "attention_type",
8
+ "reverse_transformer_layers_per_block"
9
  ],
10
  "act_fn": "silu",
11
  "addition_embed_type": "text_time",
neuronxcc-2.19.8089.0+8ab9f450/MODULE_aec4d27feeb699c94182/unet/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3fec9725a78afe31b44f0646dc14ff7d0fd932e069056424a0a7600f479265f0
3
  size 4175392893
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cf798165575f9a628db92907ed538891908c8f36ee7d16871c8cf94f8197a95
3
  size 4175392893
neuronxcc-2.19.8089.0+8ab9f450/MODULE_aec4d27feeb699c94182/vae_decoder/config.json CHANGED
@@ -3,12 +3,12 @@
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
 
6
  "shift_factor",
7
  "use_quant_conv",
8
- "latents_std",
9
  "use_post_quant_conv",
10
- "latents_mean",
11
- "mid_block_add_attention"
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
 
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
6
+ "latents_std",
7
  "shift_factor",
8
  "use_quant_conv",
 
9
  "use_post_quant_conv",
10
+ "mid_block_add_attention",
11
+ "latents_mean"
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
neuronxcc-2.19.8089.0+8ab9f450/MODULE_aec4d27feeb699c94182/vae_decoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e46ef50588b6a9da33f2eecebab09cecb5442f64a7540984ef0d2dc1e72bae1
3
  size 370909427
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d220715e11b6290598407ee7a97a6957db50df3b5085326ff0294b6cf8c70c38
3
  size 370909427
neuronxcc-2.19.8089.0+8ab9f450/MODULE_aec4d27feeb699c94182/vae_encoder/config.json CHANGED
@@ -3,12 +3,12 @@
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
 
6
  "shift_factor",
7
  "use_quant_conv",
8
- "latents_std",
9
  "use_post_quant_conv",
10
- "latents_mean",
11
- "mid_block_add_attention"
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
 
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
6
+ "latents_std",
7
  "shift_factor",
8
  "use_quant_conv",
 
9
  "use_post_quant_conv",
10
+ "mid_block_add_attention",
11
+ "latents_mean"
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
neuronxcc-2.19.8089.0+8ab9f450/MODULE_aec4d27feeb699c94182/vae_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d219f593105777734532f788f9fea0f5cc8e92ec2fd5a1043870ba67eecbf25f
3
  size 222984883
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da5de970606609a30d08b158348eb51c575d37ad5aeb560dc48b0573711b0fb9
3
  size 222984883