dacorvo HF Staff commited on
Commit
5e68345
·
verified ·
1 Parent(s): 3316a04

Synchronizing local compiler cache.

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