Synchronizing local compiler cache.
Browse files- neuronxcc-2.13.66.0+6dfecc895/0_REGISTRY/0.0.21/inference/stable-diffusion/runwayml/stable-diffusion-v1-5/403c0449155a8a9f6bbb.json +1 -0
- neuronxcc-2.13.66.0+6dfecc895/MODULE_403c0449155a8a9f6bbb/text_encoder/model.neuron +1 -1
- neuronxcc-2.13.66.0+6dfecc895/MODULE_403c0449155a8a9f6bbb/unet/config.json +22 -22
- neuronxcc-2.13.66.0+6dfecc895/MODULE_403c0449155a8a9f6bbb/unet/model.neuron +1 -1
- neuronxcc-2.13.66.0+6dfecc895/MODULE_403c0449155a8a9f6bbb/vae_decoder/config.json +1 -1
- neuronxcc-2.13.66.0+6dfecc895/MODULE_403c0449155a8a9f6bbb/vae_decoder/model.neuron +1 -1
- neuronxcc-2.13.66.0+6dfecc895/MODULE_403c0449155a8a9f6bbb/vae_encoder/config.json +1 -1
- neuronxcc-2.13.66.0+6dfecc895/MODULE_403c0449155a8a9f6bbb/vae_encoder/model.neuron +1 -1
neuronxcc-2.13.66.0+6dfecc895/0_REGISTRY/0.0.21/inference/stable-diffusion/runwayml/stable-diffusion-v1-5/403c0449155a8a9f6bbb.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"model_type": "stable-diffusion", "text_encoder": {"architectures": ["CLIPTextModel"], "attention_dropout": 0.0, "dropout": 0.0, "hidden_act": "quick_gelu", "hidden_size": 768, "initializer_factor": 1.0, "initializer_range": 0.02, "intermediate_size": 3072, "layer_norm_eps": 1e-05, "max_position_embeddings": 77, "model_type": "clip_text_model", "neuron": {"auto_cast": "matmul", "auto_cast_type": "bf16", "compiler_type": "neuronx-cc", "compiler_version": "2.13.66.0+6dfecc895", "dynamic_batch_size": false, "inline_weights_to_neff": false, "optlevel": "2", "output_attentions": false, "output_hidden_states": false, "static_batch_size": 1, "static_sequence_length": 77}, "num_attention_heads": 12, "num_hidden_layers": 12, "task": "feature-extraction", "vocab_size": 49408}, "unet": {"_class_name": "UNet2DConditionModel", "act_fn": "silu", "addition_embed_type": null, "addition_embed_type_num_heads": 64, "addition_time_embed_dim": null, "attention_head_dim": 8, "attention_type": "default", "block_out_channels": [320, 640, 1280, 1280], "center_input_sample": false, "class_embed_type": null, "class_embeddings_concat": false, "conv_in_kernel": 3, "conv_out_kernel": 3, "cross_attention_dim": 768, "cross_attention_norm": null, "down_block_types": ["CrossAttnDownBlock2D", "CrossAttnDownBlock2D", "CrossAttnDownBlock2D", "DownBlock2D"], "downsample_padding": 1, "dropout": 0.0, "dual_cross_attention": false, "encoder_hid_dim": null, "encoder_hid_dim_type": null, "flip_sin_to_cos": true, "freq_shift": 0, "in_channels": 4, "layers_per_block": 2, "mid_block_only_cross_attention": null, "mid_block_scale_factor": 1, "mid_block_type": "UNetMidBlock2DCrossAttn", "neuron": {"auto_cast": "matmul", "auto_cast_type": "bf16", "compiler_type": "neuronx-cc", "compiler_version": "2.13.66.0+6dfecc895", "dynamic_batch_size": false, "inline_weights_to_neff": false, "optlevel": "2", "output_attentions": false, "output_hidden_states": false, "static_batch_size": 1, "static_height": 64, "static_num_channels": 4, "static_sequence_length": 77, "static_width": 64}, "norm_eps": 1e-05, "norm_num_groups": 32, "num_attention_heads": null, "num_class_embeds": null, "only_cross_attention": false, "out_channels": 4, "projection_class_embeddings_input_dim": null, "resnet_out_scale_factor": 1.0, "resnet_skip_time_act": false, "resnet_time_scale_shift": "default", "reverse_transformer_layers_per_block": null, "task": "semantic-segmentation", "time_cond_proj_dim": null, "time_embedding_act_fn": null, "time_embedding_dim": null, "time_embedding_type": "positional", "timestep_post_act": null, "transformer_layers_per_block": 1, "up_block_types": ["UpBlock2D", "CrossAttnUpBlock2D", "CrossAttnUpBlock2D", "CrossAttnUpBlock2D"], "upcast_attention": false, "use_linear_projection": false}}
|
neuronxcc-2.13.66.0+6dfecc895/MODULE_403c0449155a8a9f6bbb/text_encoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 497408092
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66282f9ebf0c6d15009ec7f3d1588a76434bf3a4995d73159a4146316a56c1e7
|
3 |
size 497408092
|
neuronxcc-2.13.66.0+6dfecc895/MODULE_403c0449155a8a9f6bbb/unet/config.json
CHANGED
@@ -4,37 +4,37 @@
|
|
4 |
"_diffusers_version": "0.27.2",
|
5 |
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--runwayml--stable-diffusion-v1-5/snapshots/1d0c4ebf6ff58a5caecab40fa1406526bca4b5b9/unet",
|
6 |
"_use_default_values": [
|
7 |
-
"resnet_skip_time_act",
|
8 |
-
"conv_out_kernel",
|
9 |
"time_embedding_type",
|
10 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
"num_attention_heads",
|
12 |
-
"
|
|
|
|
|
|
|
|
|
13 |
"class_embed_type",
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
"encoder_hid_dim",
|
|
|
|
|
15 |
"encoder_hid_dim_type",
|
16 |
"resnet_out_scale_factor",
|
17 |
-
"class_embeddings_concat",
|
18 |
-
"use_linear_projection",
|
19 |
-
"num_class_embeds",
|
20 |
-
"addition_time_embed_dim",
|
21 |
-
"dual_cross_attention",
|
22 |
"mid_block_type",
|
23 |
-
"reverse_transformer_layers_per_block",
|
24 |
-
"timestep_post_act",
|
25 |
-
"attention_type",
|
26 |
-
"time_embedding_act_fn",
|
27 |
-
"conv_in_kernel",
|
28 |
-
"projection_class_embeddings_input_dim",
|
29 |
-
"upcast_attention",
|
30 |
-
"mid_block_only_cross_attention",
|
31 |
-
"cross_attention_norm",
|
32 |
-
"resnet_time_scale_shift",
|
33 |
"dropout",
|
34 |
"transformer_layers_per_block",
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"addition_embed_type"
|
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--runwayml--stable-diffusion-v1-5/snapshots/1d0c4ebf6ff58a5caecab40fa1406526bca4b5b9/unet",
|
6 |
"_use_default_values": [
|
|
|
|
|
7 |
"time_embedding_type",
|
8 |
+
"num_class_embeds",
|
9 |
+
"upcast_attention",
|
10 |
+
"cross_attention_norm",
|
11 |
+
"projection_class_embeddings_input_dim",
|
12 |
+
"conv_in_kernel",
|
13 |
+
"class_embeddings_concat",
|
14 |
+
"mid_block_only_cross_attention",
|
15 |
"num_attention_heads",
|
16 |
+
"time_embedding_act_fn",
|
17 |
+
"dual_cross_attention",
|
18 |
+
"resnet_skip_time_act",
|
19 |
+
"addition_time_embed_dim",
|
20 |
+
"use_linear_projection",
|
21 |
"class_embed_type",
|
22 |
+
"addition_embed_type",
|
23 |
+
"time_embedding_dim",
|
24 |
+
"addition_embed_type_num_heads",
|
25 |
+
"time_cond_proj_dim",
|
26 |
+
"only_cross_attention",
|
27 |
+
"resnet_time_scale_shift",
|
28 |
"encoder_hid_dim",
|
29 |
+
"reverse_transformer_layers_per_block",
|
30 |
+
"timestep_post_act",
|
31 |
"encoder_hid_dim_type",
|
32 |
"resnet_out_scale_factor",
|
|
|
|
|
|
|
|
|
|
|
33 |
"mid_block_type",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
"dropout",
|
35 |
"transformer_layers_per_block",
|
36 |
+
"attention_type",
|
37 |
+
"conv_out_kernel"
|
|
|
38 |
],
|
39 |
"act_fn": "silu",
|
40 |
"addition_embed_type": null,
|
neuronxcc-2.13.66.0+6dfecc895/MODULE_403c0449155a8a9f6bbb/unet/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3555565222
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:759f9b59fe757ad296e380e6067761d18ec3bd3c1fe9f0ad69e08bf8d0145283
|
3 |
size 3555565222
|
neuronxcc-2.13.66.0+6dfecc895/MODULE_403c0449155a8a9f6bbb/vae_decoder/config.json
CHANGED
@@ -4,9 +4,9 @@
|
|
4 |
"_diffusers_version": "0.27.2",
|
5 |
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--runwayml--stable-diffusion-v1-5/snapshots/1d0c4ebf6ff58a5caecab40fa1406526bca4b5b9/vae",
|
6 |
"_use_default_values": [
|
7 |
-
"latents_std",
|
8 |
"force_upcast",
|
9 |
"latents_mean",
|
|
|
10 |
"scaling_factor"
|
11 |
],
|
12 |
"act_fn": "silu",
|
|
|
4 |
"_diffusers_version": "0.27.2",
|
5 |
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--runwayml--stable-diffusion-v1-5/snapshots/1d0c4ebf6ff58a5caecab40fa1406526bca4b5b9/vae",
|
6 |
"_use_default_values": [
|
|
|
7 |
"force_upcast",
|
8 |
"latents_mean",
|
9 |
+
"latents_std",
|
10 |
"scaling_factor"
|
11 |
],
|
12 |
"act_fn": "silu",
|
neuronxcc-2.13.66.0+6dfecc895/MODULE_403c0449155a8a9f6bbb/vae_decoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 367264764
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b214bb35ee12987d8bcef7b4fbe4c3c4bfde4b98c854504c5deba3d9089ff69
|
3 |
size 367264764
|
neuronxcc-2.13.66.0+6dfecc895/MODULE_403c0449155a8a9f6bbb/vae_encoder/config.json
CHANGED
@@ -4,9 +4,9 @@
|
|
4 |
"_diffusers_version": "0.27.2",
|
5 |
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--runwayml--stable-diffusion-v1-5/snapshots/1d0c4ebf6ff58a5caecab40fa1406526bca4b5b9/vae",
|
6 |
"_use_default_values": [
|
7 |
-
"latents_std",
|
8 |
"force_upcast",
|
9 |
"latents_mean",
|
|
|
10 |
"scaling_factor"
|
11 |
],
|
12 |
"act_fn": "silu",
|
|
|
4 |
"_diffusers_version": "0.27.2",
|
5 |
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--runwayml--stable-diffusion-v1-5/snapshots/1d0c4ebf6ff58a5caecab40fa1406526bca4b5b9/vae",
|
6 |
"_use_default_values": [
|
|
|
7 |
"force_upcast",
|
8 |
"latents_mean",
|
9 |
+
"latents_std",
|
10 |
"scaling_factor"
|
11 |
],
|
12 |
"act_fn": "silu",
|
neuronxcc-2.13.66.0+6dfecc895/MODULE_403c0449155a8a9f6bbb/vae_encoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 230356382
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7b2faee65be494f7af9559ccf5c46785d911df4ba3fa94e1578130941f44cd5
|
3 |
size 230356382
|