Synchronizing local compiler cache.
Browse files- neuronxcc-2.15.143.0+e39249ad/0_REGISTRY/0.0.28.dev0/inference/stable-diffusion/stabilityai/stable-diffusion-2-1/c02439fb9c269005eef2.json +1 -0
- neuronxcc-2.15.143.0+e39249ad/MODULE_c02439fb9c269005eef2/text_encoder/model.neuron +1 -1
- neuronxcc-2.15.143.0+e39249ad/MODULE_c02439fb9c269005eef2/unet/config.json +20 -20
- neuronxcc-2.15.143.0+e39249ad/MODULE_c02439fb9c269005eef2/unet/model.neuron +1 -1
- neuronxcc-2.15.143.0+e39249ad/MODULE_c02439fb9c269005eef2/vae_decoder/config.json +3 -3
- neuronxcc-2.15.143.0+e39249ad/MODULE_c02439fb9c269005eef2/vae_decoder/model.neuron +1 -1
- neuronxcc-2.15.143.0+e39249ad/MODULE_c02439fb9c269005eef2/vae_encoder/config.json +3 -3
- neuronxcc-2.15.143.0+e39249ad/MODULE_c02439fb9c269005eef2/vae_encoder/model.neuron +1 -1
neuronxcc-2.15.143.0+e39249ad/0_REGISTRY/0.0.28.dev0/inference/stable-diffusion/stabilityai/stable-diffusion-2-1/c02439fb9c269005eef2.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"model_type": "stable-diffusion", "text_encoder": {"architectures": ["CLIPTextModel"], "attention_dropout": 0.0, "dropout": 0.0, "hidden_act": "gelu", "hidden_size": 1024, "initializer_factor": 1.0, "initializer_range": 0.02, "intermediate_size": 4096, "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.15.143.0+e39249ad", "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, "tensor_parallel_size": 1}, "num_attention_heads": 16, "num_hidden_layers": 23, "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": [5, 10, 20, 20], "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": 1024, "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.15.143.0+e39249ad", "dynamic_batch_size": false, "inline_weights_to_neff": false, "optlevel": "2", "output_attentions": false, "output_hidden_states": false, "static_batch_size": 1, "static_height": 96, "static_num_channels": 4, "static_sequence_length": 77, "static_vae_scale_factor": 8, "static_width": 96, "tensor_parallel_size": 1}, "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": true, "use_linear_projection": true}}
|
neuronxcc-2.15.143.0+e39249ad/MODULE_c02439fb9c269005eef2/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:8da9e10f12fb6735caa51ecbbea141676b17da6d532ee07cafce63bf658d8dcc
|
3 |
size 1373452281
|
neuronxcc-2.15.143.0+e39249ad/MODULE_c02439fb9c269005eef2/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 |
-
"
|
|
|
8 |
"resnet_skip_time_act",
|
9 |
-
"time_embedding_dim",
|
10 |
"transformer_layers_per_block",
|
11 |
-
"attention_type",
|
12 |
-
"conv_out_kernel",
|
13 |
-
"class_embeddings_concat",
|
14 |
-
"encoder_hid_dim",
|
15 |
-
"mid_block_type",
|
16 |
-
"time_embedding_type",
|
17 |
-
"conv_in_kernel",
|
18 |
-
"encoder_hid_dim_type",
|
19 |
-
"timestep_post_act",
|
20 |
-
"time_cond_proj_dim",
|
21 |
-
"class_embed_type",
|
22 |
-
"resnet_out_scale_factor",
|
23 |
"addition_embed_type_num_heads",
|
24 |
-
"
|
25 |
-
"
|
|
|
|
|
26 |
"time_embedding_act_fn",
|
27 |
-
"
|
28 |
-
"
|
29 |
"addition_time_embed_dim",
|
30 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
"addition_embed_type",
|
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 |
+
"conv_out_kernel",
|
8 |
+
"num_attention_heads",
|
9 |
"resnet_skip_time_act",
|
|
|
10 |
"transformer_layers_per_block",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
"addition_embed_type_num_heads",
|
12 |
+
"timestep_post_act",
|
13 |
+
"resnet_time_scale_shift",
|
14 |
+
"time_embedding_dim",
|
15 |
+
"time_embedding_type",
|
16 |
"time_embedding_act_fn",
|
17 |
+
"encoder_hid_dim",
|
18 |
+
"projection_class_embeddings_input_dim",
|
19 |
"addition_time_embed_dim",
|
20 |
+
"conv_in_kernel",
|
21 |
+
"resnet_out_scale_factor",
|
22 |
+
"mid_block_type",
|
23 |
+
"reverse_transformer_layers_per_block",
|
24 |
+
"class_embed_type",
|
25 |
+
"encoder_hid_dim_type",
|
26 |
+
"attention_type",
|
27 |
+
"class_embeddings_concat",
|
28 |
"addition_embed_type",
|
29 |
+
"mid_block_only_cross_attention",
|
30 |
+
"time_cond_proj_dim",
|
31 |
+
"cross_attention_norm",
|
32 |
+
"dropout"
|
33 |
],
|
34 |
"act_fn": "silu",
|
35 |
"addition_embed_type": null,
|
neuronxcc-2.15.143.0+e39249ad/MODULE_c02439fb9c269005eef2/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:cb1951f4d527ed31bba475511d28e82da7e6e5cfdb3c9691d17697e681dd8531
|
3 |
size 3739123405
|
neuronxcc-2.15.143.0+e39249ad/MODULE_c02439fb9c269005eef2/vae_decoder/config.json
CHANGED
@@ -5,12 +5,12 @@
|
|
5 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
|
6 |
"_use_default_values": [
|
7 |
"use_post_quant_conv",
|
8 |
-
"latents_std",
|
9 |
-
"latents_mean",
|
10 |
"force_upcast",
|
|
|
|
|
11 |
"scaling_factor",
|
12 |
"shift_factor",
|
13 |
-
"
|
14 |
"mid_block_add_attention"
|
15 |
],
|
16 |
"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 |
"use_post_quant_conv",
|
|
|
|
|
8 |
"force_upcast",
|
9 |
+
"use_quant_conv",
|
10 |
+
"latents_std",
|
11 |
"scaling_factor",
|
12 |
"shift_factor",
|
13 |
+
"latents_mean",
|
14 |
"mid_block_add_attention"
|
15 |
],
|
16 |
"act_fn": "silu",
|
neuronxcc-2.15.143.0+e39249ad/MODULE_c02439fb9c269005eef2/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:ac7d5a832a52f7a5337ca04f67fad8a0978881babc14451c8840246facc91a25
|
3 |
size 532513941
|
neuronxcc-2.15.143.0+e39249ad/MODULE_c02439fb9c269005eef2/vae_encoder/config.json
CHANGED
@@ -5,12 +5,12 @@
|
|
5 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
|
6 |
"_use_default_values": [
|
7 |
"use_post_quant_conv",
|
8 |
-
"latents_std",
|
9 |
-
"latents_mean",
|
10 |
"force_upcast",
|
|
|
|
|
11 |
"scaling_factor",
|
12 |
"shift_factor",
|
13 |
-
"
|
14 |
"mid_block_add_attention"
|
15 |
],
|
16 |
"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 |
"use_post_quant_conv",
|
|
|
|
|
8 |
"force_upcast",
|
9 |
+
"use_quant_conv",
|
10 |
+
"latents_std",
|
11 |
"scaling_factor",
|
12 |
"shift_factor",
|
13 |
+
"latents_mean",
|
14 |
"mid_block_add_attention"
|
15 |
],
|
16 |
"act_fn": "silu",
|
neuronxcc-2.15.143.0+e39249ad/MODULE_c02439fb9c269005eef2/vae_encoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 318559763
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d56b30ac8d16c84e89d9cedd5a579983bb6d611c4732d357f700ddd2ccd4504
|
3 |
size 318559763
|