dacorvo HF Staff commited on
Commit
3292f30
·
verified ·
1 Parent(s): 11964d6

Synchronizing local compiler cache.

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