Synchronizing local compiler cache.
Browse files- neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/text_encoder/model.neuron +1 -1
- neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/unet/config.json +21 -21
- neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/unet/model.neuron +1 -1
- neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/vae_decoder/config.json +1 -1
- neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/vae_decoder/model.neuron +1 -1
- neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/vae_encoder/config.json +1 -1
- neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/vae_encoder/model.neuron +1 -1
neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/text_encoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1373452281
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c375796759684bd5f7f9ac26f760cb0789250e4a530db086966125230936b054
|
3 |
size 1373452281
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/unet/config.json
CHANGED
@@ -4,32 +4,32 @@
|
|
4 |
"_diffusers_version": "0.28.2",
|
5 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/unet",
|
6 |
"_use_default_values": [
|
7 |
-
"addition_embed_type_num_heads",
|
8 |
-
"time_cond_proj_dim",
|
9 |
-
"encoder_hid_dim",
|
10 |
-
"addition_embed_type",
|
11 |
-
"projection_class_embeddings_input_dim",
|
12 |
-
"mid_block_type",
|
13 |
-
"num_attention_heads",
|
14 |
-
"timestep_post_act",
|
15 |
-
"time_embedding_dim",
|
16 |
-
"addition_time_embed_dim",
|
17 |
"conv_in_kernel",
|
18 |
-
"
|
19 |
-
"conv_out_kernel",
|
20 |
-
"dropout",
|
21 |
-
"class_embeddings_concat",
|
22 |
"resnet_out_scale_factor",
|
23 |
-
"encoder_hid_dim_type",
|
24 |
-
"time_embedding_act_fn",
|
25 |
-
"resnet_time_scale_shift",
|
26 |
-
"transformer_layers_per_block",
|
27 |
-
"cross_attention_norm",
|
28 |
"resnet_skip_time_act",
|
29 |
-
"reverse_transformer_layers_per_block",
|
30 |
"mid_block_only_cross_attention",
|
|
|
31 |
"class_embed_type",
|
32 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
],
|
34 |
"act_fn": "silu",
|
35 |
"addition_embed_type": null,
|
|
|
4 |
"_diffusers_version": "0.28.2",
|
5 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/unet",
|
6 |
"_use_default_values": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
"conv_in_kernel",
|
8 |
+
"time_embedding_type",
|
|
|
|
|
|
|
9 |
"resnet_out_scale_factor",
|
|
|
|
|
|
|
|
|
|
|
10 |
"resnet_skip_time_act",
|
|
|
11 |
"mid_block_only_cross_attention",
|
12 |
+
"transformer_layers_per_block",
|
13 |
"class_embed_type",
|
14 |
+
"time_embedding_act_fn",
|
15 |
+
"cross_attention_norm",
|
16 |
+
"conv_out_kernel",
|
17 |
+
"num_attention_heads",
|
18 |
+
"resnet_time_scale_shift",
|
19 |
+
"time_embedding_dim",
|
20 |
+
"attention_type",
|
21 |
+
"mid_block_type",
|
22 |
+
"projection_class_embeddings_input_dim",
|
23 |
+
"reverse_transformer_layers_per_block",
|
24 |
+
"encoder_hid_dim_type",
|
25 |
+
"encoder_hid_dim",
|
26 |
+
"addition_time_embed_dim",
|
27 |
+
"addition_embed_type_num_heads",
|
28 |
+
"timestep_post_act",
|
29 |
+
"addition_embed_type",
|
30 |
+
"class_embeddings_concat",
|
31 |
+
"time_cond_proj_dim",
|
32 |
+
"dropout"
|
33 |
],
|
34 |
"act_fn": "silu",
|
35 |
"addition_embed_type": null,
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/unet/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3739123405
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7782e363cdfe41c27e930049097ba2b2b936673282760ee980e0ab49d311b27
|
3 |
size 3739123405
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/vae_decoder/config.json
CHANGED
@@ -5,8 +5,8 @@
|
|
5 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
|
6 |
"_use_default_values": [
|
7 |
"latents_std",
|
8 |
-
"latents_mean",
|
9 |
"force_upcast",
|
|
|
10 |
"scaling_factor"
|
11 |
],
|
12 |
"act_fn": "silu",
|
|
|
5 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
|
6 |
"_use_default_values": [
|
7 |
"latents_std",
|
|
|
8 |
"force_upcast",
|
9 |
+
"latents_mean",
|
10 |
"scaling_factor"
|
11 |
],
|
12 |
"act_fn": "silu",
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/vae_decoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 532513941
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61e2ede03b96976d83e9a0d75f5d4882836160c684113e589fd714c2d6379c45
|
3 |
size 532513941
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/vae_encoder/config.json
CHANGED
@@ -5,8 +5,8 @@
|
|
5 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
|
6 |
"_use_default_values": [
|
7 |
"latents_std",
|
8 |
-
"latents_mean",
|
9 |
"force_upcast",
|
|
|
10 |
"scaling_factor"
|
11 |
],
|
12 |
"act_fn": "silu",
|
|
|
5 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
|
6 |
"_use_default_values": [
|
7 |
"latents_std",
|
|
|
8 |
"force_upcast",
|
9 |
+
"latents_mean",
|
10 |
"scaling_factor"
|
11 |
],
|
12 |
"act_fn": "silu",
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/vae_encoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 318918163
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8c2108e98f5cfe49a6b0637985c253d3c45481a5f3dfde5a17dccff90e650cb
|
3 |
size 318918163
|