dacorvo HF Staff commited on
Commit
4f15b1d
·
verified ·
1 Parent(s): 08ed56c

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/fa351ad7e947e00bf759.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": 96,
99
+ "static_num_channels": 4,
100
+ "static_sequence_length": 77,
101
+ "static_vae_scale_factor": 8,
102
+ "static_width": 96,
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_fa351ad7e947e00bf759/text_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:db0f0043fde82ebf4fb582d263215a8da2a61e476d40900dd981ac70da1a0fad
3
  size 1372573177
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7762cfb05465654fe07a4533eb068304190cadc2170d47788756d34f3c6c9d32
3
  size 1372573177
neuronxcc-2.19.8089.0+8ab9f450/MODULE_fa351ad7e947e00bf759/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_type",
7
- "conv_in_kernel",
8
- "addition_time_embed_dim",
9
- "resnet_time_scale_shift",
10
- "time_embedding_dim",
11
  "mid_block_type",
12
- "class_embed_type",
13
- "timestep_post_act",
14
- "transformer_layers_per_block",
15
- "addition_embed_type_num_heads",
16
- "class_embeddings_concat",
17
- "num_attention_heads",
18
- "resnet_skip_time_act",
19
- "time_embedding_act_fn",
20
  "time_embedding_type",
 
 
 
 
 
 
21
  "dropout",
22
- "attention_type",
23
- "encoder_hid_dim",
24
- "time_cond_proj_dim",
25
  "mid_block_only_cross_attention",
26
- "conv_out_kernel",
 
 
 
 
 
 
 
 
27
  "resnet_out_scale_factor",
28
- "addition_embed_type",
29
  "projection_class_embeddings_input_dim",
30
- "cross_attention_norm",
31
- "reverse_transformer_layers_per_block"
 
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
  "mid_block_type",
7
+ "addition_embed_type",
 
 
 
 
 
 
 
8
  "time_embedding_type",
9
+ "cross_attention_norm",
10
+ "addition_time_embed_dim",
11
+ "encoder_hid_dim_type",
12
+ "conv_out_kernel",
13
+ "resnet_skip_time_act",
14
+ "num_attention_heads",
15
  "dropout",
16
+ "class_embeddings_concat",
 
 
17
  "mid_block_only_cross_attention",
18
+ "resnet_time_scale_shift",
19
+ "encoder_hid_dim",
20
+ "reverse_transformer_layers_per_block",
21
+ "time_embedding_act_fn",
22
+ "addition_embed_type_num_heads",
23
+ "transformer_layers_per_block",
24
+ "class_embed_type",
25
+ "conv_in_kernel",
26
+ "attention_type",
27
  "resnet_out_scale_factor",
 
28
  "projection_class_embeddings_input_dim",
29
+ "time_cond_proj_dim",
30
+ "timestep_post_act",
31
+ "time_embedding_dim"
32
  ],
33
  "act_fn": "silu",
34
  "addition_embed_type": null,
neuronxcc-2.19.8089.0+8ab9f450/MODULE_fa351ad7e947e00bf759/unet/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a0d175d06ee0c85bd332568db7304eb674116a0cbea630a6648a02f5adb8555b
3
  size 3743219661
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:724aaa907189af844cf5f7aea0caa7a07766bb587c7dc9be2d0a055ab9a4f093
3
  size 3743219661
neuronxcc-2.19.8089.0+8ab9f450/MODULE_fa351ad7e947e00bf759/vae_decoder/config.json CHANGED
@@ -3,13 +3,13 @@
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
6
- "shift_factor",
7
- "use_post_quant_conv",
8
- "force_upcast",
9
- "latents_std",
10
  "latents_mean",
11
- "mid_block_add_attention",
12
  "scaling_factor",
 
 
 
 
 
13
  "use_quant_conv"
14
  ],
15
  "act_fn": "silu",
 
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
 
 
 
 
6
  "latents_mean",
 
7
  "scaling_factor",
8
+ "mid_block_add_attention",
9
+ "force_upcast",
10
+ "latents_std",
11
+ "use_post_quant_conv",
12
+ "shift_factor",
13
  "use_quant_conv"
14
  ],
15
  "act_fn": "silu",
neuronxcc-2.19.8089.0+8ab9f450/MODULE_fa351ad7e947e00bf759/vae_decoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b914d4c4eb3dd9a42860511ad4aec9d12a0bec39c526a8b9240dc9915af4b1a2
3
  size 401103061
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e2b34ca1cc33215c277a8e4460d26b4a30defcb5a931e7efa167b404912775c
3
  size 401103061
neuronxcc-2.19.8089.0+8ab9f450/MODULE_fa351ad7e947e00bf759/vae_encoder/config.json CHANGED
@@ -3,13 +3,13 @@
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
6
- "shift_factor",
7
- "use_post_quant_conv",
8
- "force_upcast",
9
- "latents_std",
10
  "latents_mean",
11
- "mid_block_add_attention",
12
  "scaling_factor",
 
 
 
 
 
13
  "use_quant_conv"
14
  ],
15
  "act_fn": "silu",
 
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
 
 
 
 
6
  "latents_mean",
 
7
  "scaling_factor",
8
+ "mid_block_add_attention",
9
+ "force_upcast",
10
+ "latents_std",
11
+ "use_post_quant_conv",
12
+ "shift_factor",
13
  "use_quant_conv"
14
  ],
15
  "act_fn": "silu",
neuronxcc-2.19.8089.0+8ab9f450/MODULE_fa351ad7e947e00bf759/vae_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ef9b6275281a463d4f0ff95917babd1a34ff746f980a1bf02b96ac8a08b8df9b
3
  size 245181587
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edfc54548a6a97681076e62d9c4027f983060866c953cb416990e6c0674503a4
3
  size 245181587