Synchronizing local compiler cache.
Browse files- neuronxcc-2.13.66.0+6dfecc895/MODULE_3e7aba58821274ecca60/text_encoder/model.neuron +1 -1
- neuronxcc-2.13.66.0+6dfecc895/MODULE_3e7aba58821274ecca60/unet/config.json +24 -24
- neuronxcc-2.13.66.0+6dfecc895/MODULE_3e7aba58821274ecca60/unet/model.neuron +1 -1
- neuronxcc-2.13.66.0+6dfecc895/MODULE_3e7aba58821274ecca60/vae_decoder/config.json +2 -2
- neuronxcc-2.13.66.0+6dfecc895/MODULE_3e7aba58821274ecca60/vae_decoder/model.neuron +1 -1
- neuronxcc-2.13.66.0+6dfecc895/MODULE_3e7aba58821274ecca60/vae_encoder/config.json +2 -2
- neuronxcc-2.13.66.0+6dfecc895/MODULE_3e7aba58821274ecca60/vae_encoder/model.neuron +1 -1
neuronxcc-2.13.66.0+6dfecc895/MODULE_3e7aba58821274ecca60/text_encoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1372189
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b138764d67a5cf65bf977d212341c31f364728d2013d9bd89d84be85e3615c6e
|
3 |
size 1372189
|
neuronxcc-2.13.66.0+6dfecc895/MODULE_3e7aba58821274ecca60/unet/config.json
CHANGED
@@ -4,37 +4,37 @@
|
|
4 |
"_diffusers_version": "0.27.2",
|
5 |
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--hf-internal-testing--tiny-stable-diffusion-torch/snapshots/a88cdfbd91f96ec7f61eb7484b652ff0f4ee701d/unet",
|
6 |
"_use_default_values": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
"class_embeddings_concat",
|
8 |
"transformer_layers_per_block",
|
9 |
-
"num_attention_heads",
|
10 |
-
"mid_block_only_cross_attention",
|
11 |
-
"resnet_time_scale_shift",
|
12 |
-
"use_linear_projection",
|
13 |
-
"encoder_hid_dim",
|
14 |
"resnet_out_scale_factor",
|
15 |
-
"
|
16 |
-
"dual_cross_attention",
|
17 |
-
"time_cond_proj_dim",
|
18 |
"num_class_embeds",
|
19 |
"dropout",
|
20 |
-
"conv_out_kernel",
|
21 |
-
"encoder_hid_dim_type",
|
22 |
-
"time_embedding_dim",
|
23 |
-
"mid_block_type",
|
24 |
-
"class_embed_type",
|
25 |
-
"attention_type",
|
26 |
-
"timestep_post_act",
|
27 |
-
"addition_embed_type_num_heads",
|
28 |
-
"conv_in_kernel",
|
29 |
"addition_time_embed_dim",
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
|
|
33 |
"cross_attention_norm",
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
|
|
38 |
],
|
39 |
"act_fn": "silu",
|
40 |
"addition_embed_type": null,
|
|
|
4 |
"_diffusers_version": "0.27.2",
|
5 |
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--hf-internal-testing--tiny-stable-diffusion-torch/snapshots/a88cdfbd91f96ec7f61eb7484b652ff0f4ee701d/unet",
|
6 |
"_use_default_values": [
|
7 |
+
"conv_in_kernel",
|
8 |
+
"projection_class_embeddings_input_dim",
|
9 |
+
"addition_embed_type_num_heads",
|
10 |
+
"resnet_time_scale_shift",
|
11 |
+
"only_cross_attention",
|
12 |
+
"timestep_post_act",
|
13 |
+
"addition_embed_type",
|
14 |
+
"time_embedding_type",
|
15 |
+
"mid_block_only_cross_attention",
|
16 |
+
"time_embedding_act_fn",
|
17 |
+
"encoder_hid_dim_type",
|
18 |
+
"conv_out_kernel",
|
19 |
+
"mid_block_type",
|
20 |
+
"num_attention_heads",
|
21 |
"class_embeddings_concat",
|
22 |
"transformer_layers_per_block",
|
|
|
|
|
|
|
|
|
|
|
23 |
"resnet_out_scale_factor",
|
24 |
+
"resnet_skip_time_act",
|
|
|
|
|
25 |
"num_class_embeds",
|
26 |
"dropout",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
"addition_time_embed_dim",
|
28 |
+
"class_embed_type",
|
29 |
+
"dual_cross_attention",
|
30 |
+
"encoder_hid_dim",
|
31 |
+
"time_cond_proj_dim",
|
32 |
"cross_attention_norm",
|
33 |
+
"upcast_attention",
|
34 |
+
"reverse_transformer_layers_per_block",
|
35 |
+
"time_embedding_dim",
|
36 |
+
"attention_type",
|
37 |
+
"use_linear_projection"
|
38 |
],
|
39 |
"act_fn": "silu",
|
40 |
"addition_embed_type": null,
|
neuronxcc-2.13.66.0+6dfecc895/MODULE_3e7aba58821274ecca60/unet/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 119948277
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cc9f803af0d60d0de5418fa72c8b1342cb56a9a98567fd2fa222badfb5955f1
|
3 |
size 119948277
|
neuronxcc-2.13.66.0+6dfecc895/MODULE_3e7aba58821274ecca60/vae_decoder/config.json
CHANGED
@@ -4,10 +4,10 @@
|
|
4 |
"_diffusers_version": "0.27.2",
|
5 |
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--hf-internal-testing--tiny-stable-diffusion-torch/snapshots/a88cdfbd91f96ec7f61eb7484b652ff0f4ee701d/vae",
|
6 |
"_use_default_values": [
|
7 |
-
"
|
8 |
"scaling_factor",
|
9 |
"latents_std",
|
10 |
-
"
|
11 |
],
|
12 |
"act_fn": "silu",
|
13 |
"block_out_channels": [
|
|
|
4 |
"_diffusers_version": "0.27.2",
|
5 |
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--hf-internal-testing--tiny-stable-diffusion-torch/snapshots/a88cdfbd91f96ec7f61eb7484b652ff0f4ee701d/vae",
|
6 |
"_use_default_values": [
|
7 |
+
"force_upcast",
|
8 |
"scaling_factor",
|
9 |
"latents_std",
|
10 |
+
"latents_mean"
|
11 |
],
|
12 |
"act_fn": "silu",
|
13 |
"block_out_channels": [
|
neuronxcc-2.13.66.0+6dfecc895/MODULE_3e7aba58821274ecca60/vae_decoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 32226437
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab2581550771503fcabea3d2ae96bb3ce2f0bbb7428e592f6bd0ba8870d17e0a
|
3 |
size 32226437
|
neuronxcc-2.13.66.0+6dfecc895/MODULE_3e7aba58821274ecca60/vae_encoder/config.json
CHANGED
@@ -4,10 +4,10 @@
|
|
4 |
"_diffusers_version": "0.27.2",
|
5 |
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--hf-internal-testing--tiny-stable-diffusion-torch/snapshots/a88cdfbd91f96ec7f61eb7484b652ff0f4ee701d/vae",
|
6 |
"_use_default_values": [
|
7 |
-
"
|
8 |
"scaling_factor",
|
9 |
"latents_std",
|
10 |
-
"
|
11 |
],
|
12 |
"act_fn": "silu",
|
13 |
"block_out_channels": [
|
|
|
4 |
"_diffusers_version": "0.27.2",
|
5 |
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--hf-internal-testing--tiny-stable-diffusion-torch/snapshots/a88cdfbd91f96ec7f61eb7484b652ff0f4ee701d/vae",
|
6 |
"_use_default_values": [
|
7 |
+
"force_upcast",
|
8 |
"scaling_factor",
|
9 |
"latents_std",
|
10 |
+
"latents_mean"
|
11 |
],
|
12 |
"act_fn": "silu",
|
13 |
"block_out_channels": [
|
neuronxcc-2.13.66.0+6dfecc895/MODULE_3e7aba58821274ecca60/vae_encoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 19612103
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b6811f3df0f4a80a5a130573986fd8da3f8bb0812fe9f8e5c5ad2558136608f
|
3 |
size 19612103
|