Synchronizing local compiler cache.
Browse files- neuronxcc-2.17.194.0+d312836f/MODULE_f41992c9042c864c8f94/text_encoder/model.neuron +1 -1
- neuronxcc-2.17.194.0+d312836f/MODULE_f41992c9042c864c8f94/unet/config.json +17 -17
- neuronxcc-2.17.194.0+d312836f/MODULE_f41992c9042c864c8f94/unet/model.neuron +1 -1
- neuronxcc-2.17.194.0+d312836f/MODULE_f41992c9042c864c8f94/vae_decoder/config.json +5 -5
- neuronxcc-2.17.194.0+d312836f/MODULE_f41992c9042c864c8f94/vae_decoder/model.neuron +1 -1
- neuronxcc-2.17.194.0+d312836f/MODULE_f41992c9042c864c8f94/vae_encoder/config.json +5 -5
- neuronxcc-2.17.194.0+d312836f/MODULE_f41992c9042c864c8f94/vae_encoder/model.neuron +1 -1
neuronxcc-2.17.194.0+d312836f/MODULE_f41992c9042c864c8f94/text_encoder/model.neuron
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1372305401
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3401b7c2b954569c35a9e9fc37cd8db718978c66de03b1a49415fa2b46dbc9be
|
| 3 |
size 1372305401
|
neuronxcc-2.17.194.0+d312836f/MODULE_f41992c9042c864c8f94/unet/config.json
CHANGED
|
@@ -4,32 +4,32 @@
|
|
| 4 |
"_diffusers_version": "0.30.3",
|
| 5 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/unet",
|
| 6 |
"_use_default_values": [
|
| 7 |
-
"time_cond_proj_dim",
|
| 8 |
-
"dropout",
|
| 9 |
-
"num_attention_heads",
|
| 10 |
-
"encoder_hid_dim_type",
|
| 11 |
"class_embed_type",
|
| 12 |
-
"addition_embed_type_num_heads",
|
| 13 |
"mid_block_type",
|
| 14 |
-
"time_embedding_act_fn",
|
| 15 |
-
"resnet_time_scale_shift",
|
| 16 |
-
"class_embeddings_concat",
|
| 17 |
-
"addition_time_embed_dim",
|
| 18 |
"timestep_post_act",
|
|
|
|
| 19 |
"reverse_transformer_layers_per_block",
|
| 20 |
-
"time_embedding_dim",
|
| 21 |
"projection_class_embeddings_input_dim",
|
| 22 |
-
"conv_out_kernel",
|
| 23 |
-
"time_embedding_type",
|
| 24 |
"resnet_skip_time_act",
|
| 25 |
-
"attention_type",
|
| 26 |
"transformer_layers_per_block",
|
| 27 |
-
"
|
| 28 |
-
"
|
|
|
|
|
|
|
| 29 |
"resnet_out_scale_factor",
|
| 30 |
-
"
|
|
|
|
|
|
|
| 31 |
"encoder_hid_dim",
|
| 32 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
],
|
| 34 |
"act_fn": "silu",
|
| 35 |
"addition_embed_type": null,
|
|
|
|
| 4 |
"_diffusers_version": "0.30.3",
|
| 5 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/unet",
|
| 6 |
"_use_default_values": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
"class_embed_type",
|
|
|
|
| 8 |
"mid_block_type",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
"timestep_post_act",
|
| 10 |
+
"time_embedding_type",
|
| 11 |
"reverse_transformer_layers_per_block",
|
|
|
|
| 12 |
"projection_class_embeddings_input_dim",
|
|
|
|
|
|
|
| 13 |
"resnet_skip_time_act",
|
|
|
|
| 14 |
"transformer_layers_per_block",
|
| 15 |
+
"attention_type",
|
| 16 |
+
"class_embeddings_concat",
|
| 17 |
+
"addition_time_embed_dim",
|
| 18 |
+
"addition_embed_type_num_heads",
|
| 19 |
"resnet_out_scale_factor",
|
| 20 |
+
"cross_attention_norm",
|
| 21 |
+
"dropout",
|
| 22 |
+
"time_cond_proj_dim",
|
| 23 |
"encoder_hid_dim",
|
| 24 |
+
"time_embedding_dim",
|
| 25 |
+
"mid_block_only_cross_attention",
|
| 26 |
+
"time_embedding_act_fn",
|
| 27 |
+
"addition_embed_type",
|
| 28 |
+
"conv_in_kernel",
|
| 29 |
+
"resnet_time_scale_shift",
|
| 30 |
+
"conv_out_kernel",
|
| 31 |
+
"encoder_hid_dim_type",
|
| 32 |
+
"num_attention_heads"
|
| 33 |
],
|
| 34 |
"act_fn": "silu",
|
| 35 |
"addition_embed_type": null,
|
neuronxcc-2.17.194.0+d312836f/MODULE_f41992c9042c864c8f94/unet/model.neuron
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3767181005
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:424c5d18671aad99644c9d4097f96c0623606557bc2d345fc6da0c9ab6e99b5b
|
| 3 |
size 3767181005
|
neuronxcc-2.17.194.0+d312836f/MODULE_f41992c9042c864c8f94/vae_decoder/config.json
CHANGED
|
@@ -4,14 +4,14 @@
|
|
| 4 |
"_diffusers_version": "0.30.3",
|
| 5 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
|
| 6 |
"_use_default_values": [
|
|
|
|
|
|
|
| 7 |
"mid_block_add_attention",
|
| 8 |
"shift_factor",
|
| 9 |
-
"scaling_factor",
|
| 10 |
-
"use_quant_conv",
|
| 11 |
"use_post_quant_conv",
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
],
|
| 16 |
"act_fn": "silu",
|
| 17 |
"block_out_channels": [
|
|
|
|
| 4 |
"_diffusers_version": "0.30.3",
|
| 5 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
|
| 6 |
"_use_default_values": [
|
| 7 |
+
"force_upcast",
|
| 8 |
+
"latents_mean",
|
| 9 |
"mid_block_add_attention",
|
| 10 |
"shift_factor",
|
|
|
|
|
|
|
| 11 |
"use_post_quant_conv",
|
| 12 |
+
"latents_std",
|
| 13 |
+
"use_quant_conv",
|
| 14 |
+
"scaling_factor"
|
| 15 |
],
|
| 16 |
"act_fn": "silu",
|
| 17 |
"block_out_channels": [
|
neuronxcc-2.17.194.0+d312836f/MODULE_f41992c9042c864c8f94/vae_decoder/model.neuron
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 600343701
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee466a114ce4036576416986665482b5e278e43302206a7cd8ee09252cc78e44
|
| 3 |
size 600343701
|
neuronxcc-2.17.194.0+d312836f/MODULE_f41992c9042c864c8f94/vae_encoder/config.json
CHANGED
|
@@ -4,14 +4,14 @@
|
|
| 4 |
"_diffusers_version": "0.30.3",
|
| 5 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
|
| 6 |
"_use_default_values": [
|
|
|
|
|
|
|
| 7 |
"mid_block_add_attention",
|
| 8 |
"shift_factor",
|
| 9 |
-
"scaling_factor",
|
| 10 |
-
"use_quant_conv",
|
| 11 |
"use_post_quant_conv",
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
],
|
| 16 |
"act_fn": "silu",
|
| 17 |
"block_out_channels": [
|
|
|
|
| 4 |
"_diffusers_version": "0.30.3",
|
| 5 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
|
| 6 |
"_use_default_values": [
|
| 7 |
+
"force_upcast",
|
| 8 |
+
"latents_mean",
|
| 9 |
"mid_block_add_attention",
|
| 10 |
"shift_factor",
|
|
|
|
|
|
|
| 11 |
"use_post_quant_conv",
|
| 12 |
+
"latents_std",
|
| 13 |
+
"use_quant_conv",
|
| 14 |
+
"scaling_factor"
|
| 15 |
],
|
| 16 |
"act_fn": "silu",
|
| 17 |
"block_out_channels": [
|
neuronxcc-2.17.194.0+d312836f/MODULE_f41992c9042c864c8f94/vae_encoder/model.neuron
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 351604243
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a913a3bf70e293e04bb605d13858011778fabcb7ca29eefe57e37d40d4bcaead
|
| 3 |
size 351604243
|