dacorvo HF Staff commited on
Commit
88288dd
·
verified ·
1 Parent(s): 294e738

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/bffdf2362632fe603a89.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": 96,
128
+ "static_num_channels": 4,
129
+ "static_sequence_length": 77,
130
+ "static_vae_scale_factor": 8,
131
+ "static_width": 96,
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_bffdf2362632fe603a89/text_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:743d43d377e4bd3418e84a0c641cc48c00d03c81998daae3292023b34189938e
3
  size 496092729
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:242154524b2a55c7a4be1eb11b11e730014366a08022bd6acdbfa0ef6357591d
3
  size 496092729
neuronxcc-2.19.8089.0+8ab9f450/MODULE_bffdf2362632fe603a89/text_encoder_2/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4e840791dc4e0f77fbacb103c20d9014c00ccdf4e835322390bd9de20132be41
3
  size 2801582571
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f06ac000137a5cb0899ca7bc3509e77f9c57a1752bf43db5d91da14213a2e8b
3
  size 2801582571
neuronxcc-2.19.8089.0+8ab9f450/MODULE_bffdf2362632fe603a89/unet/config.json CHANGED
@@ -3,8 +3,8 @@
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
6
- "dropout",
7
  "reverse_transformer_layers_per_block",
 
8
  "attention_type"
9
  ],
10
  "act_fn": "silu",
 
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
 
6
  "reverse_transformer_layers_per_block",
7
+ "dropout",
8
  "attention_type"
9
  ],
10
  "act_fn": "silu",
neuronxcc-2.19.8089.0+8ab9f450/MODULE_bffdf2362632fe603a89/unet/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1f4e9bd63c0f02afd718858d43b015a0fcf19a6d89636fd2e8bcbf8d5871eb34
3
  size 4157584957
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03e5d954b578c5d09dc3f6547e65623076dd41cc914ac90328abe8c90c88726f
3
  size 4157584957
neuronxcc-2.19.8089.0+8ab9f450/MODULE_bffdf2362632fe603a89/vae_decoder/config.json CHANGED
@@ -3,12 +3,12 @@
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
 
6
  "mid_block_add_attention",
7
  "latents_std",
8
- "use_quant_conv",
9
- "shift_factor",
10
  "latents_mean",
11
- "use_post_quant_conv"
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
 
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
6
+ "use_quant_conv",
7
  "mid_block_add_attention",
8
  "latents_std",
9
+ "use_post_quant_conv",
 
10
  "latents_mean",
11
+ "shift_factor"
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
neuronxcc-2.19.8089.0+8ab9f450/MODULE_bffdf2362632fe603a89/vae_decoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b86d91ebb3e3f488b9b52755427a93061c3c43540706893142d72ca7cee15d21
3
  size 349015667
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfea921882c893b8842282e28995a8bb4cd29480d7b5ba835e90ab62a364efe3
3
  size 349015667
neuronxcc-2.19.8089.0+8ab9f450/MODULE_bffdf2362632fe603a89/vae_encoder/config.json CHANGED
@@ -3,12 +3,12 @@
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
 
6
  "mid_block_add_attention",
7
  "latents_std",
8
- "use_quant_conv",
9
- "shift_factor",
10
  "latents_mean",
11
- "use_post_quant_conv"
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
 
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
6
+ "use_quant_conv",
7
  "mid_block_add_attention",
8
  "latents_std",
9
+ "use_post_quant_conv",
 
10
  "latents_mean",
11
+ "shift_factor"
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
neuronxcc-2.19.8089.0+8ab9f450/MODULE_bffdf2362632fe603a89/vae_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce7b934a3f7b85ecdc3938cec468f62f3ee3c8a53a2e12e81e9429b9ec4a3735
3
  size 201275507
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dafcd2ac6fe44630d16d1d6c04a81d1f4cd84aa88a87f51991d0edaef1c6ea46
3
  size 201275507