dacorvo HF Staff commited on
Commit
ffb89e3
·
verified ·
1 Parent(s): ef3a07e

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/27a0d87349947fad9e9f.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": 96,
95
+ "static_num_channels": 4,
96
+ "static_sequence_length": 77,
97
+ "static_vae_scale_factor": 8,
98
+ "static_width": 96,
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_27a0d87349947fad9e9f/text_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ffd4850611edda810534d761f1aeab3f3590fe4c39363c5d4a918a18f77d3668
3
  size 1372573177
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e06dba4d6ab77d95889f5e4c5aa9ad973df127a17e943b8c5a99c8fef80718a9
3
  size 1372573177
neuronxcc-2.19.8089.0+8ab9f450/MODULE_27a0d87349947fad9e9f/unet/config.json CHANGED
@@ -3,32 +3,32 @@
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
 
 
 
 
 
 
6
  "reverse_transformer_layers_per_block",
7
- "class_embed_type",
8
- "time_embedding_act_fn",
9
  "addition_embed_type",
10
- "encoder_hid_dim_type",
 
 
 
 
 
 
 
11
  "addition_embed_type_num_heads",
 
 
12
  "dropout",
13
- "mid_block_only_cross_attention",
14
  "resnet_out_scale_factor",
15
- "num_attention_heads",
16
- "encoder_hid_dim",
17
- "time_cond_proj_dim",
18
- "time_embedding_type",
19
- "cross_attention_norm",
20
- "resnet_time_scale_shift",
21
- "transformer_layers_per_block",
22
- "mid_block_type",
23
- "time_embedding_dim",
24
- "timestep_post_act",
25
- "resnet_skip_time_act",
26
- "projection_class_embeddings_input_dim",
27
- "conv_in_kernel",
28
- "class_embeddings_concat",
29
  "attention_type",
30
- "addition_time_embed_dim",
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
+ "timestep_post_act",
7
+ "addition_time_embed_dim",
8
+ "time_embedding_dim",
9
+ "encoder_hid_dim",
10
+ "resnet_skip_time_act",
11
+ "time_cond_proj_dim",
12
  "reverse_transformer_layers_per_block",
 
 
13
  "addition_embed_type",
14
+ "conv_out_kernel",
15
+ "conv_in_kernel",
16
+ "resnet_time_scale_shift",
17
+ "class_embeddings_concat",
18
+ "projection_class_embeddings_input_dim",
19
+ "mid_block_type",
20
+ "time_embedding_act_fn",
21
+ "time_embedding_type",
22
  "addition_embed_type_num_heads",
23
+ "transformer_layers_per_block",
24
+ "encoder_hid_dim_type",
25
  "dropout",
26
+ "class_embed_type",
27
  "resnet_out_scale_factor",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  "attention_type",
29
+ "cross_attention_norm",
30
+ "num_attention_heads",
31
+ "mid_block_only_cross_attention"
32
  ],
33
  "act_fn": "silu",
34
  "addition_embed_type": null,
neuronxcc-2.19.8089.0+8ab9f450/MODULE_27a0d87349947fad9e9f/unet/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e8896ed7b52f5a87d40d53588d605336bc5aa22ced67c01e30d931d85506bd48
3
  size 3743219661
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3a12de14e8da0408feb88c9e7e28d888f4da648e59ed566fff06f3b802c83d9
3
  size 3743219661
neuronxcc-2.19.8089.0+8ab9f450/MODULE_27a0d87349947fad9e9f/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
- "mid_block_add_attention",
8
- "use_post_quant_conv",
9
  "scaling_factor",
10
- "latents_mean",
11
  "shift_factor",
12
- "latents_std",
13
- "use_quant_conv"
 
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
+ "use_quant_conv",
 
8
  "scaling_factor",
9
+ "use_post_quant_conv",
10
  "shift_factor",
11
+ "force_upcast",
12
+ "latents_mean",
13
+ "mid_block_add_attention"
14
  ],
15
  "act_fn": "silu",
16
  "block_out_channels": [
neuronxcc-2.19.8089.0+8ab9f450/MODULE_27a0d87349947fad9e9f/vae_decoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cacff8c88ce612c9cbf7313272d9ee1c09930f9e7713fe7a10de1309176df6a6
3
  size 401103061
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09300559e223d63b78a1352f5c809356268314093e6c50e64861647df2d60374
3
  size 401103061
neuronxcc-2.19.8089.0+8ab9f450/MODULE_27a0d87349947fad9e9f/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
- "mid_block_add_attention",
8
- "use_post_quant_conv",
9
  "scaling_factor",
10
- "latents_mean",
11
  "shift_factor",
12
- "latents_std",
13
- "use_quant_conv"
 
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
+ "use_quant_conv",
 
8
  "scaling_factor",
9
+ "use_post_quant_conv",
10
  "shift_factor",
11
+ "force_upcast",
12
+ "latents_mean",
13
+ "mid_block_add_attention"
14
  ],
15
  "act_fn": "silu",
16
  "block_out_channels": [
neuronxcc-2.19.8089.0+8ab9f450/MODULE_27a0d87349947fad9e9f/vae_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ce2e20fab28d0dd7dea5a4f8df3661e8936b7e4e774e01331dc2f1384aacd29
3
  size 245181587
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0595fa754f4742c823fb51962a87761a2678fd7746f30bc76e53cb581104ad0
3
  size 245181587