dacorvo HF Staff commited on
Commit
fd9633b
·
verified ·
1 Parent(s): d230b9e

Synchronizing local compiler cache.

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