dacorvo HF Staff commited on
Commit
dcac158
·
verified ·
1 Parent(s): 4011f2a

Synchronizing local compiler cache.

Browse files
neuronxcc-2.19.8089.0+8ab9f450/0_REGISTRY/0.3.1.dev5/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:a59124c7ff95e175254db731d38e07979b920d8d0ecd69d8b9c1ac1939651469
3
  size 1372698553
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7993dac69c07c417fbde604fb638d8fd3ff2b52061f34e1924794b42c19f39e
3
  size 1372698553
neuronxcc-2.19.8089.0+8ab9f450/MODULE_263ca864d6e07b953b00/unet/config.json CHANGED
@@ -2,32 +2,32 @@
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.35.1",
4
  "_use_default_values": [
5
- "addition_embed_type_num_heads",
6
- "resnet_skip_time_act",
7
- "addition_time_embed_dim",
8
  "cross_attention_norm",
9
- "time_embedding_type",
 
 
 
 
10
  "resnet_time_scale_shift",
11
- "conv_in_kernel",
12
- "class_embed_type",
13
- "dropout",
14
- "conv_out_kernel",
15
- "encoder_hid_dim",
16
- "timestep_post_act",
17
  "resnet_out_scale_factor",
18
- "attention_type",
19
- "time_cond_proj_dim",
20
- "time_embedding_act_fn",
21
  "num_attention_heads",
 
 
 
22
  "mid_block_only_cross_attention",
23
- "mid_block_type",
24
- "projection_class_embeddings_input_dim",
25
- "class_embeddings_concat",
 
 
26
  "reverse_transformer_layers_per_block",
27
- "time_embedding_dim",
28
- "transformer_layers_per_block",
29
- "addition_embed_type",
30
- "encoder_hid_dim_type"
31
  ],
32
  "act_fn": "silu",
33
  "addition_embed_type": null,
 
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",
33
  "addition_embed_type": null,
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:938b73ed13d469608800491e559b5c869b5f389c8cd6680322d2c3a8a7df6f16
3
  size 3743219661
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04204c840364fbcb43a336841f5b95bb03aa727ccf1e393130f5a1a46247a0bd
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
- "latents_mean",
6
- "mid_block_add_attention",
 
7
  "shift_factor",
 
 
8
  "use_quant_conv",
9
- "force_upcast",
10
- "latents_std",
11
- "scaling_factor",
12
- "use_post_quant_conv"
13
  ],
14
  "act_fn": "silu",
15
  "block_out_channels": [
 
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": [
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:632cd2f1ee98d47d82242f47e84fac4f000a373b74efcb2912932a44b9b76306
3
  size 401103061
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac1fab61ebd9162f963cb53664438a0660c0d13f17f49bcd5c2b199744ef1104
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
- "latents_mean",
6
- "mid_block_add_attention",
 
7
  "shift_factor",
 
 
8
  "use_quant_conv",
9
- "force_upcast",
10
- "latents_std",
11
- "scaling_factor",
12
- "use_post_quant_conv"
13
  ],
14
  "act_fn": "silu",
15
  "block_out_channels": [
 
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": [
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:68163843331006d4c93908a51601513e8a90b23fcde976b19a903841c609367d
3
  size 245181587
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e64c1565b9e5fd2da5a998dd468cf300d6e1390aa51bae45760654588daadfc
3
  size 245181587