Synchronizing local compiler cache.
Browse files- neuronxcc-2.19.8089.0+8ab9f450/MODULE_473657b3ca2c429fc88e/text_encoder/model.neuron +1 -1
- neuronxcc-2.19.8089.0+8ab9f450/MODULE_473657b3ca2c429fc88e/unet/config.json +17 -17
- neuronxcc-2.19.8089.0+8ab9f450/MODULE_473657b3ca2c429fc88e/unet/model.neuron +1 -1
- neuronxcc-2.19.8089.0+8ab9f450/MODULE_473657b3ca2c429fc88e/vae_decoder/config.json +5 -5
- neuronxcc-2.19.8089.0+8ab9f450/MODULE_473657b3ca2c429fc88e/vae_decoder/model.neuron +1 -1
- neuronxcc-2.19.8089.0+8ab9f450/MODULE_473657b3ca2c429fc88e/vae_encoder/config.json +5 -5
- neuronxcc-2.19.8089.0+8ab9f450/MODULE_473657b3ca2c429fc88e/vae_encoder/model.neuron +1 -1
neuronxcc-2.19.8089.0+8ab9f450/MODULE_473657b3ca2c429fc88e/text_encoder/model.neuron
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1372573177
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a042ab3fe48a8b6f2f5f6120de7b55edd9895fcfcd97935e663e76f3cafbf59a
|
| 3 |
size 1372573177
|
neuronxcc-2.19.8089.0+8ab9f450/MODULE_473657b3ca2c429fc88e/unet/config.json
CHANGED
|
@@ -3,32 +3,32 @@
|
|
| 3 |
"_commit_hash": null,
|
| 4 |
"_diffusers_version": "0.34.0",
|
| 5 |
"_use_default_values": [
|
| 6 |
-
"
|
| 7 |
-
"time_embedding_dim",
|
| 8 |
-
"conv_out_kernel",
|
| 9 |
-
"addition_time_embed_dim",
|
| 10 |
-
"class_embed_type",
|
| 11 |
"addition_embed_type_num_heads",
|
| 12 |
"mid_block_type",
|
| 13 |
-
"
|
| 14 |
-
"class_embeddings_concat",
|
| 15 |
-
"resnet_out_scale_factor",
|
| 16 |
-
"resnet_skip_time_act",
|
| 17 |
-
"encoder_hid_dim",
|
| 18 |
-
"attention_type",
|
| 19 |
"transformer_layers_per_block",
|
| 20 |
-
"
|
| 21 |
"num_attention_heads",
|
|
|
|
| 22 |
"addition_embed_type",
|
| 23 |
-
"timestep_post_act",
|
| 24 |
-
"conv_in_kernel",
|
| 25 |
-
"time_embedding_type",
|
| 26 |
-
"resnet_time_scale_shift",
|
| 27 |
"dropout",
|
|
|
|
|
|
|
| 28 |
"projection_class_embeddings_input_dim",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
"encoder_hid_dim_type",
|
|
|
|
| 30 |
"time_cond_proj_dim",
|
| 31 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
],
|
| 33 |
"act_fn": "silu",
|
| 34 |
"addition_embed_type": null,
|
|
|
|
| 3 |
"_commit_hash": null,
|
| 4 |
"_diffusers_version": "0.34.0",
|
| 5 |
"_use_default_values": [
|
| 6 |
+
"mid_block_only_cross_attention",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
"addition_embed_type_num_heads",
|
| 8 |
"mid_block_type",
|
| 9 |
+
"class_embed_type",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
"transformer_layers_per_block",
|
| 11 |
+
"attention_type",
|
| 12 |
"num_attention_heads",
|
| 13 |
+
"time_embedding_act_fn",
|
| 14 |
"addition_embed_type",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
"dropout",
|
| 16 |
+
"resnet_skip_time_act",
|
| 17 |
+
"time_embedding_dim",
|
| 18 |
"projection_class_embeddings_input_dim",
|
| 19 |
+
"encoder_hid_dim",
|
| 20 |
+
"resnet_out_scale_factor",
|
| 21 |
+
"conv_out_kernel",
|
| 22 |
+
"time_embedding_type",
|
| 23 |
"encoder_hid_dim_type",
|
| 24 |
+
"conv_in_kernel",
|
| 25 |
"time_cond_proj_dim",
|
| 26 |
+
"addition_time_embed_dim",
|
| 27 |
+
"timestep_post_act",
|
| 28 |
+
"cross_attention_norm",
|
| 29 |
+
"resnet_time_scale_shift",
|
| 30 |
+
"class_embeddings_concat",
|
| 31 |
+
"reverse_transformer_layers_per_block"
|
| 32 |
],
|
| 33 |
"act_fn": "silu",
|
| 34 |
"addition_embed_type": null,
|
neuronxcc-2.19.8089.0+8ab9f450/MODULE_473657b3ca2c429fc88e/unet/model.neuron
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3570009805
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:deda838510d9889421960d4feb2a3410758b5509d9ace596b0e196136ca72c34
|
| 3 |
size 3570009805
|
neuronxcc-2.19.8089.0+8ab9f450/MODULE_473657b3ca2c429fc88e/vae_decoder/config.json
CHANGED
|
@@ -3,14 +3,14 @@
|
|
| 3 |
"_commit_hash": null,
|
| 4 |
"_diffusers_version": "0.34.0",
|
| 5 |
"_use_default_values": [
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
"use_quant_conv",
|
| 9 |
-
"
|
| 10 |
"force_upcast",
|
|
|
|
| 11 |
"mid_block_add_attention",
|
| 12 |
-
"
|
| 13 |
-
"scaling_factor"
|
| 14 |
],
|
| 15 |
"act_fn": "silu",
|
| 16 |
"block_out_channels": [
|
|
|
|
| 3 |
"_commit_hash": null,
|
| 4 |
"_diffusers_version": "0.34.0",
|
| 5 |
"_use_default_values": [
|
| 6 |
+
"latents_std",
|
| 7 |
+
"scaling_factor",
|
| 8 |
"use_quant_conv",
|
| 9 |
+
"shift_factor",
|
| 10 |
"force_upcast",
|
| 11 |
+
"latents_mean",
|
| 12 |
"mid_block_add_attention",
|
| 13 |
+
"use_post_quant_conv"
|
|
|
|
| 14 |
],
|
| 15 |
"act_fn": "silu",
|
| 16 |
"block_out_channels": [
|
neuronxcc-2.19.8089.0+8ab9f450/MODULE_473657b3ca2c429fc88e/vae_decoder/model.neuron
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 258982101
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2957184f243070a9024eda4dd5be1f8718ba7cce4c8812e0ef7c606b523a1b1f
|
| 3 |
size 258982101
|
neuronxcc-2.19.8089.0+8ab9f450/MODULE_473657b3ca2c429fc88e/vae_encoder/config.json
CHANGED
|
@@ -3,14 +3,14 @@
|
|
| 3 |
"_commit_hash": null,
|
| 4 |
"_diffusers_version": "0.34.0",
|
| 5 |
"_use_default_values": [
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
"use_quant_conv",
|
| 9 |
-
"
|
| 10 |
"force_upcast",
|
|
|
|
| 11 |
"mid_block_add_attention",
|
| 12 |
-
"
|
| 13 |
-
"scaling_factor"
|
| 14 |
],
|
| 15 |
"act_fn": "silu",
|
| 16 |
"block_out_channels": [
|
|
|
|
| 3 |
"_commit_hash": null,
|
| 4 |
"_diffusers_version": "0.34.0",
|
| 5 |
"_use_default_values": [
|
| 6 |
+
"latents_std",
|
| 7 |
+
"scaling_factor",
|
| 8 |
"use_quant_conv",
|
| 9 |
+
"shift_factor",
|
| 10 |
"force_upcast",
|
| 11 |
+
"latents_mean",
|
| 12 |
"mid_block_add_attention",
|
| 13 |
+
"use_post_quant_conv"
|
|
|
|
| 14 |
],
|
| 15 |
"act_fn": "silu",
|
| 16 |
"block_out_channels": [
|
neuronxcc-2.19.8089.0+8ab9f450/MODULE_473657b3ca2c429fc88e/vae_encoder/model.neuron
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 169118803
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b39580edd75624cbc2851e6674d555b1e4bc8a19f5882ef9014fbbcb774f80b2
|
| 3 |
size 169118803
|