Synchronizing local compiler cache.
Browse files- neuronxcc-2.14.227.0+2d4f85be/0_REGISTRY/0.0.25.dev0/inference/stable-diffusion/stabilityai/stable-diffusion-2-1/ce06fafb2de41f74195d.json +1 -0
- neuronxcc-2.14.227.0+2d4f85be/MODULE_ce06fafb2de41f74195d/feature_extractor/preprocessor_config.json +0 -17
- neuronxcc-2.14.227.0+2d4f85be/MODULE_ce06fafb2de41f74195d/text_encoder/config.json +1 -1
- neuronxcc-2.14.227.0+2d4f85be/MODULE_ce06fafb2de41f74195d/text_encoder/model.neuron +1 -1
- neuronxcc-2.14.227.0+2d4f85be/MODULE_ce06fafb2de41f74195d/unet/config.json +18 -18
- neuronxcc-2.14.227.0+2d4f85be/MODULE_ce06fafb2de41f74195d/unet/model.neuron +1 -1
- neuronxcc-2.14.227.0+2d4f85be/MODULE_ce06fafb2de41f74195d/vae_decoder/config.json +3 -3
- neuronxcc-2.14.227.0+2d4f85be/MODULE_ce06fafb2de41f74195d/vae_decoder/model.neuron +1 -1
- neuronxcc-2.14.227.0+2d4f85be/MODULE_ce06fafb2de41f74195d/vae_encoder/config.json +3 -3
- neuronxcc-2.14.227.0+2d4f85be/MODULE_ce06fafb2de41f74195d/vae_encoder/model.neuron +1 -1
neuronxcc-2.14.227.0+2d4f85be/0_REGISTRY/0.0.25.dev0/inference/stable-diffusion/stabilityai/stable-diffusion-2-1/ce06fafb2de41f74195d.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.14.227.0+2d4f85be", "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": 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.14.227.0+2d4f85be", "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_vae_scale_factor": 8, "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": true, "use_linear_projection": true}}
|
neuronxcc-2.14.227.0+2d4f85be/MODULE_ce06fafb2de41f74195d/feature_extractor/preprocessor_config.json
CHANGED
@@ -1,21 +1,4 @@
|
|
1 |
{
|
2 |
-
"_valid_processor_keys": [
|
3 |
-
"images",
|
4 |
-
"do_resize",
|
5 |
-
"size",
|
6 |
-
"resample",
|
7 |
-
"do_center_crop",
|
8 |
-
"crop_size",
|
9 |
-
"do_rescale",
|
10 |
-
"rescale_factor",
|
11 |
-
"do_normalize",
|
12 |
-
"image_mean",
|
13 |
-
"image_std",
|
14 |
-
"do_convert_rgb",
|
15 |
-
"return_tensors",
|
16 |
-
"data_format",
|
17 |
-
"input_data_format"
|
18 |
-
],
|
19 |
"crop_size": {
|
20 |
"height": 224,
|
21 |
"width": 224
|
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"crop_size": {
|
3 |
"height": 224,
|
4 |
"width": 224
|
neuronxcc-2.14.227.0+2d4f85be/MODULE_ce06fafb2de41f74195d/text_encoder/config.json
CHANGED
@@ -43,6 +43,6 @@
|
|
43 |
"task": "feature-extraction",
|
44 |
"torch_dtype": "float32",
|
45 |
"torchscript": true,
|
46 |
-
"transformers_version": "4.
|
47 |
"vocab_size": 49408
|
48 |
}
|
|
|
43 |
"task": "feature-extraction",
|
44 |
"torch_dtype": "float32",
|
45 |
"torchscript": true,
|
46 |
+
"transformers_version": "4.43.2",
|
47 |
"vocab_size": 49408
|
48 |
}
|
neuronxcc-2.14.227.0+2d4f85be/MODULE_ce06fafb2de41f74195d/text_encoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1373625529
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e9b025d7a6a0412720a7d7537a22ec851e7cf860eff653b92ffb4b6c2318642
|
3 |
size 1373625529
|
neuronxcc-2.14.227.0+2d4f85be/MODULE_ce06fafb2de41f74195d/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_time_embed_dim",
|
8 |
-
"reverse_transformer_layers_per_block",
|
9 |
"transformer_layers_per_block",
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"addition_embed_type",
|
14 |
"encoder_hid_dim",
|
15 |
-
"
|
16 |
-
"
|
17 |
"resnet_out_scale_factor",
|
18 |
-
"
|
19 |
-
"
|
|
|
|
|
|
|
20 |
"resnet_time_scale_shift",
|
21 |
-
"time_embedding_type",
|
22 |
"dropout",
|
23 |
-
"timestep_post_act",
|
24 |
-
"attention_type",
|
25 |
"projection_class_embeddings_input_dim",
|
26 |
"mid_block_only_cross_attention",
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"class_embed_type",
|
30 |
-
"time_cond_proj_dim",
|
31 |
"time_embedding_dim",
|
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 |
"transformer_layers_per_block",
|
8 |
+
"time_cond_proj_dim",
|
9 |
+
"conv_out_kernel",
|
10 |
+
"timestep_post_act",
|
|
|
11 |
"encoder_hid_dim",
|
12 |
+
"attention_type",
|
13 |
+
"addition_time_embed_dim",
|
14 |
"resnet_out_scale_factor",
|
15 |
+
"encoder_hid_dim_type",
|
16 |
+
"time_embedding_act_fn",
|
17 |
+
"class_embeddings_concat",
|
18 |
+
"class_embed_type",
|
19 |
+
"mid_block_type",
|
20 |
"resnet_time_scale_shift",
|
|
|
21 |
"dropout",
|
|
|
|
|
22 |
"projection_class_embeddings_input_dim",
|
23 |
"mid_block_only_cross_attention",
|
24 |
+
"reverse_transformer_layers_per_block",
|
25 |
+
"addition_embed_type",
|
|
|
|
|
26 |
"time_embedding_dim",
|
27 |
+
"addition_embed_type_num_heads",
|
28 |
+
"conv_in_kernel",
|
29 |
+
"cross_attention_norm",
|
30 |
+
"num_attention_heads",
|
31 |
+
"time_embedding_type",
|
32 |
+
"resnet_skip_time_act"
|
33 |
],
|
34 |
"act_fn": "silu",
|
35 |
"addition_embed_type": null,
|
neuronxcc-2.14.227.0+2d4f85be/MODULE_ce06fafb2de41f74195d/unet/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3553288845
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:067823e16ab5e7d11bc1a627d0e2fc4b9be014c2dae53e0941427b40e3ba9e0b
|
3 |
size 3553288845
|
neuronxcc-2.14.227.0+2d4f85be/MODULE_ce06fafb2de41f74195d/vae_decoder/config.json
CHANGED
@@ -4,10 +4,10 @@
|
|
4 |
"_diffusers_version": "0.28.2",
|
5 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
|
6 |
"_use_default_values": [
|
7 |
-
"
|
8 |
-
"latents_mean",
|
9 |
"latents_std",
|
10 |
-
"
|
|
|
11 |
],
|
12 |
"act_fn": "silu",
|
13 |
"block_out_channels": [
|
|
|
4 |
"_diffusers_version": "0.28.2",
|
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_std",
|
9 |
+
"latents_mean",
|
10 |
+
"scaling_factor"
|
11 |
],
|
12 |
"act_fn": "silu",
|
13 |
"block_out_channels": [
|
neuronxcc-2.14.227.0+2d4f85be/MODULE_ce06fafb2de41f74195d/vae_decoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 345411861
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:520909d2c80461c5d09ba0725d97b4852f4c64b4cb6984a6081b6217b8644c82
|
3 |
size 345411861
|
neuronxcc-2.14.227.0+2d4f85be/MODULE_ce06fafb2de41f74195d/vae_encoder/config.json
CHANGED
@@ -4,10 +4,10 @@
|
|
4 |
"_diffusers_version": "0.28.2",
|
5 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
|
6 |
"_use_default_values": [
|
7 |
-
"
|
8 |
-
"latents_mean",
|
9 |
"latents_std",
|
10 |
-
"
|
|
|
11 |
],
|
12 |
"act_fn": "silu",
|
13 |
"block_out_channels": [
|
|
|
4 |
"_diffusers_version": "0.28.2",
|
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_std",
|
9 |
+
"latents_mean",
|
10 |
+
"scaling_factor"
|
11 |
],
|
12 |
"act_fn": "silu",
|
13 |
"block_out_channels": [
|
neuronxcc-2.14.227.0+2d4f85be/MODULE_ce06fafb2de41f74195d/vae_encoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 220434579
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fda0e0fc6f02bc9f3bc5ca24212f44ec0b31d41a8b2faf33f1b53696d53bc8e2
|
3 |
size 220434579
|