dacorvo HF Staff commited on
Commit
294e738
·
verified ·
1 Parent(s): bcedf06

Synchronizing local compiler cache.

Browse files
neuronxcc-2.19.8089.0+8ab9f450/0_REGISTRY/0.3.0.dev5/stable-diffusion/stabilityai/stable-diffusion-2-1/a58bf0696875d552ec96.json ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "MultiModelCacheEntry",
3
+ "_model_id": "stabilityai/stable-diffusion-2-1",
4
+ "_task": null,
5
+ "text_encoder": {
6
+ "architectures": [
7
+ "CLIPTextModel"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "dropout": 0.0,
11
+ "export_model_type": "clip-text-model",
12
+ "hidden_act": "gelu",
13
+ "hidden_size": 1024,
14
+ "initializer_factor": 1.0,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 4096,
17
+ "layer_norm_eps": 1e-05,
18
+ "max_position_embeddings": 77,
19
+ "model_type": "clip_text_model",
20
+ "neuron": {
21
+ "auto_cast": "matmul",
22
+ "auto_cast_type": "bf16",
23
+ "compiler_type": "neuronx-cc",
24
+ "compiler_version": "2.19.8089.0+8ab9f450",
25
+ "dynamic_batch_size": false,
26
+ "inline_weights_to_neff": false,
27
+ "optlevel": "2",
28
+ "output_attentions": false,
29
+ "output_hidden_states": false,
30
+ "static_batch_size": 1,
31
+ "static_sequence_length": 77,
32
+ "task": "feature-extraction",
33
+ "tensor_parallel_size": 1
34
+ },
35
+ "num_attention_heads": 16,
36
+ "num_hidden_layers": 23,
37
+ "vocab_size": 49408
38
+ },
39
+ "unet": {
40
+ "_class_name": "UNet2DConditionModel",
41
+ "act_fn": "silu",
42
+ "addition_embed_type": null,
43
+ "addition_embed_type_num_heads": 64,
44
+ "addition_time_embed_dim": null,
45
+ "attention_head_dim": [
46
+ 5,
47
+ 10,
48
+ 20,
49
+ 20
50
+ ],
51
+ "attention_type": "default",
52
+ "block_out_channels": [
53
+ 320,
54
+ 640,
55
+ 1280,
56
+ 1280
57
+ ],
58
+ "center_input_sample": false,
59
+ "class_embed_type": null,
60
+ "class_embeddings_concat": false,
61
+ "conv_in_kernel": 3,
62
+ "conv_out_kernel": 3,
63
+ "cross_attention_dim": 1024,
64
+ "cross_attention_norm": null,
65
+ "down_block_types": [
66
+ "CrossAttnDownBlock2D",
67
+ "CrossAttnDownBlock2D",
68
+ "CrossAttnDownBlock2D",
69
+ "DownBlock2D"
70
+ ],
71
+ "downsample_padding": 1,
72
+ "dropout": 0.0,
73
+ "dual_cross_attention": false,
74
+ "encoder_hid_dim": null,
75
+ "encoder_hid_dim_type": null,
76
+ "flip_sin_to_cos": true,
77
+ "freq_shift": 0,
78
+ "in_channels": 4,
79
+ "layers_per_block": 2,
80
+ "mid_block_only_cross_attention": null,
81
+ "mid_block_scale_factor": 1,
82
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
83
+ "neuron": {
84
+ "auto_cast": "matmul",
85
+ "auto_cast_type": "bf16",
86
+ "compiler_type": "neuronx-cc",
87
+ "compiler_version": "2.19.8089.0+8ab9f450",
88
+ "dynamic_batch_size": false,
89
+ "inline_weights_to_neff": false,
90
+ "optlevel": "2",
91
+ "output_attentions": false,
92
+ "output_hidden_states": false,
93
+ "static_batch_size": 1,
94
+ "static_height": 64,
95
+ "static_num_channels": 4,
96
+ "static_sequence_length": 77,
97
+ "static_vae_scale_factor": 8,
98
+ "static_width": 64,
99
+ "task": "semantic-segmentation",
100
+ "tensor_parallel_size": 1
101
+ },
102
+ "norm_eps": 1e-05,
103
+ "norm_num_groups": 32,
104
+ "num_attention_heads": null,
105
+ "num_class_embeds": null,
106
+ "only_cross_attention": false,
107
+ "out_channels": 4,
108
+ "projection_class_embeddings_input_dim": null,
109
+ "resnet_out_scale_factor": 1.0,
110
+ "resnet_skip_time_act": false,
111
+ "resnet_time_scale_shift": "default",
112
+ "reverse_transformer_layers_per_block": null,
113
+ "time_cond_proj_dim": null,
114
+ "time_embedding_act_fn": null,
115
+ "time_embedding_dim": null,
116
+ "time_embedding_type": "positional",
117
+ "timestep_post_act": null,
118
+ "transformer_layers_per_block": 1,
119
+ "up_block_types": [
120
+ "UpBlock2D",
121
+ "CrossAttnUpBlock2D",
122
+ "CrossAttnUpBlock2D",
123
+ "CrossAttnUpBlock2D"
124
+ ],
125
+ "upcast_attention": true,
126
+ "use_linear_projection": true
127
+ }
128
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_a58bf0696875d552ec96/text_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a3dfc45563c59972985327029599b0a279ac2712214c4f2c9932c9f29a4f3796
3
  size 1372573177
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64b937a1fc0577d352804cfb6df58ba79933f219c07ca5799be3e68701bbf3b9
3
  size 1372573177
neuronxcc-2.19.8089.0+8ab9f450/MODULE_a58bf0696875d552ec96/unet/config.json CHANGED
@@ -3,32 +3,32 @@
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
6
- "time_embedding_dim",
7
- "class_embeddings_concat",
8
- "resnet_time_scale_shift",
9
- "attention_type",
10
- "resnet_out_scale_factor",
11
- "transformer_layers_per_block",
12
  "dropout",
13
- "timestep_post_act",
14
- "addition_time_embed_dim",
15
- "reverse_transformer_layers_per_block",
16
- "time_cond_proj_dim",
17
- "mid_block_type",
18
- "num_attention_heads",
19
- "time_embedding_act_fn",
20
- "cross_attention_norm",
21
- "class_embed_type",
22
- "encoder_hid_dim_type",
23
- "encoder_hid_dim",
24
  "projection_class_embeddings_input_dim",
25
- "mid_block_only_cross_attention",
26
  "conv_in_kernel",
 
 
27
  "resnet_skip_time_act",
28
- "addition_embed_type",
 
 
 
29
  "addition_embed_type_num_heads",
 
 
 
 
 
 
 
30
  "time_embedding_type",
31
- "conv_out_kernel"
 
 
 
 
 
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
  "dropout",
 
 
 
 
 
 
 
 
 
 
 
7
  "projection_class_embeddings_input_dim",
8
+ "timestep_post_act",
9
  "conv_in_kernel",
10
+ "resnet_time_scale_shift",
11
+ "encoder_hid_dim_type",
12
  "resnet_skip_time_act",
13
+ "mid_block_only_cross_attention",
14
+ "time_embedding_dim",
15
+ "class_embeddings_concat",
16
+ "addition_time_embed_dim",
17
  "addition_embed_type_num_heads",
18
+ "transformer_layers_per_block",
19
+ "class_embed_type",
20
+ "addition_embed_type",
21
+ "resnet_out_scale_factor",
22
+ "time_embedding_act_fn",
23
+ "encoder_hid_dim",
24
+ "conv_out_kernel",
25
  "time_embedding_type",
26
+ "mid_block_type",
27
+ "attention_type",
28
+ "reverse_transformer_layers_per_block",
29
+ "cross_attention_norm",
30
+ "num_attention_heads",
31
+ "time_cond_proj_dim"
32
  ],
33
  "act_fn": "silu",
34
  "addition_embed_type": null,
neuronxcc-2.19.8089.0+8ab9f450/MODULE_a58bf0696875d552ec96/unet/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b98c169008fdd44d91ee95ee7cd9d5d90d525aa63f0689bbcc6baa965a89f234
3
  size 3570009805
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04dc3c2c3f5c8a82f6f45b3382ca6b75f6d0b6cdbb126c4a8b0ccfe2176a5ac9
3
  size 3570009805
neuronxcc-2.19.8089.0+8ab9f450/MODULE_a58bf0696875d552ec96/vae_decoder/config.json CHANGED
@@ -3,14 +3,14 @@
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
6
- "latents_std",
7
- "use_post_quant_conv",
8
- "latents_mean",
9
- "scaling_factor",
10
  "mid_block_add_attention",
11
- "use_quant_conv",
12
  "shift_factor",
13
- "force_upcast"
 
 
 
 
14
  ],
15
  "act_fn": "silu",
16
  "block_out_channels": [
 
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
 
 
 
 
6
  "mid_block_add_attention",
7
+ "force_upcast",
8
  "shift_factor",
9
+ "latents_mean",
10
+ "latents_std",
11
+ "use_quant_conv",
12
+ "use_post_quant_conv",
13
+ "scaling_factor"
14
  ],
15
  "act_fn": "silu",
16
  "block_out_channels": [
neuronxcc-2.19.8089.0+8ab9f450/MODULE_a58bf0696875d552ec96/vae_decoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:22078ad7117ad392ec5a7976dc0d1cc8803ea0df7b8ab7b74071ff3c54e1543d
3
  size 258982101
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1d1854ae78ee1cf74ac33d5512990b78148164eacb07b5e05b7f055e7f3f3bc
3
  size 258982101
neuronxcc-2.19.8089.0+8ab9f450/MODULE_a58bf0696875d552ec96/vae_encoder/config.json CHANGED
@@ -3,14 +3,14 @@
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
6
- "latents_std",
7
- "use_post_quant_conv",
8
- "latents_mean",
9
- "scaling_factor",
10
  "mid_block_add_attention",
11
- "use_quant_conv",
12
  "shift_factor",
13
- "force_upcast"
 
 
 
 
14
  ],
15
  "act_fn": "silu",
16
  "block_out_channels": [
 
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
 
 
 
 
6
  "mid_block_add_attention",
7
+ "force_upcast",
8
  "shift_factor",
9
+ "latents_mean",
10
+ "latents_std",
11
+ "use_quant_conv",
12
+ "use_post_quant_conv",
13
+ "scaling_factor"
14
  ],
15
  "act_fn": "silu",
16
  "block_out_channels": [
neuronxcc-2.19.8089.0+8ab9f450/MODULE_a58bf0696875d552ec96/vae_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:98814b4cb0734d6fb75dc435607e5e372a225cd1fdfcd73c1dc8733a9c1f62f0
3
  size 169118803
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01512189c20212ebb3a8c0de37a4b60d3223608a9347e1a957123b4fe7b9439d
3
  size 169118803