dacorvo HF Staff commited on
Commit
ccc2be9
·
verified ·
1 Parent(s): b26a0a6

Synchronizing local compiler cache.

Browse files
neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.2.0.dev4/stable-diffusion/stabilityai/stable-diffusion-2-1/f41992c9042c864c8f94.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "hidden_act": "gelu",
12
+ "hidden_size": 1024,
13
+ "initializer_factor": 1.0,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 4096,
16
+ "layer_norm_eps": 1e-05,
17
+ "max_position_embeddings": 77,
18
+ "model_type": "clip_text_model",
19
+ "neuron": {
20
+ "auto_cast": "matmul",
21
+ "auto_cast_type": "bf16",
22
+ "compiler_type": "neuronx-cc",
23
+ "compiler_version": "2.17.194.0+d312836f",
24
+ "dynamic_batch_size": false,
25
+ "inline_weights_to_neff": false,
26
+ "optlevel": "2",
27
+ "output_attentions": false,
28
+ "output_hidden_states": false,
29
+ "static_batch_size": 1,
30
+ "static_sequence_length": 77,
31
+ "task": "feature-extraction",
32
+ "tensor_parallel_size": 1
33
+ },
34
+ "num_attention_heads": 16,
35
+ "num_hidden_layers": 23,
36
+ "vocab_size": 49408
37
+ },
38
+ "unet": {
39
+ "_class_name": "UNet2DConditionModel",
40
+ "act_fn": "silu",
41
+ "addition_embed_type": null,
42
+ "addition_embed_type_num_heads": 64,
43
+ "addition_time_embed_dim": null,
44
+ "attention_head_dim": [
45
+ 5,
46
+ 10,
47
+ 20,
48
+ 20
49
+ ],
50
+ "attention_type": "default",
51
+ "block_out_channels": [
52
+ 320,
53
+ 640,
54
+ 1280,
55
+ 1280
56
+ ],
57
+ "center_input_sample": false,
58
+ "class_embed_type": null,
59
+ "class_embeddings_concat": false,
60
+ "conv_in_kernel": 3,
61
+ "conv_out_kernel": 3,
62
+ "cross_attention_dim": 1024,
63
+ "cross_attention_norm": null,
64
+ "down_block_types": [
65
+ "CrossAttnDownBlock2D",
66
+ "CrossAttnDownBlock2D",
67
+ "CrossAttnDownBlock2D",
68
+ "DownBlock2D"
69
+ ],
70
+ "downsample_padding": 1,
71
+ "dropout": 0.0,
72
+ "dual_cross_attention": false,
73
+ "encoder_hid_dim": null,
74
+ "encoder_hid_dim_type": null,
75
+ "flip_sin_to_cos": true,
76
+ "freq_shift": 0,
77
+ "in_channels": 4,
78
+ "layers_per_block": 2,
79
+ "mid_block_only_cross_attention": null,
80
+ "mid_block_scale_factor": 1,
81
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
82
+ "neuron": {
83
+ "auto_cast": "matmul",
84
+ "auto_cast_type": "bf16",
85
+ "compiler_type": "neuronx-cc",
86
+ "compiler_version": "2.17.194.0+d312836f",
87
+ "dynamic_batch_size": false,
88
+ "inline_weights_to_neff": false,
89
+ "optlevel": "2",
90
+ "output_attentions": false,
91
+ "output_hidden_states": false,
92
+ "static_batch_size": 1,
93
+ "static_height": 96,
94
+ "static_num_channels": 4,
95
+ "static_sequence_length": 77,
96
+ "static_vae_scale_factor": 8,
97
+ "static_width": 96,
98
+ "task": "semantic-segmentation",
99
+ "tensor_parallel_size": 1
100
+ },
101
+ "norm_eps": 1e-05,
102
+ "norm_num_groups": 32,
103
+ "num_attention_heads": null,
104
+ "num_class_embeds": null,
105
+ "only_cross_attention": false,
106
+ "out_channels": 4,
107
+ "projection_class_embeddings_input_dim": null,
108
+ "resnet_out_scale_factor": 1.0,
109
+ "resnet_skip_time_act": false,
110
+ "resnet_time_scale_shift": "default",
111
+ "reverse_transformer_layers_per_block": null,
112
+ "time_cond_proj_dim": null,
113
+ "time_embedding_act_fn": null,
114
+ "time_embedding_dim": null,
115
+ "time_embedding_type": "positional",
116
+ "timestep_post_act": null,
117
+ "transformer_layers_per_block": 1,
118
+ "up_block_types": [
119
+ "UpBlock2D",
120
+ "CrossAttnUpBlock2D",
121
+ "CrossAttnUpBlock2D",
122
+ "CrossAttnUpBlock2D"
123
+ ],
124
+ "upcast_attention": true,
125
+ "use_linear_projection": true
126
+ }
127
+ }
neuronxcc-2.17.194.0+d312836f/MODULE_f41992c9042c864c8f94/text_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c7d736a3b998fce49a35e7bcc5254579570b989a3d68e3c27a1e4ba63240039e
3
- size 1372305465
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e86473ec53cf98393c9b36a8b6a4e42b5f70009a9e347ad34286b40dd2b6cc2
3
+ size 1372305401
neuronxcc-2.17.194.0+d312836f/MODULE_f41992c9042c864c8f94/unet/config.json CHANGED
@@ -4,32 +4,32 @@
4
  "_diffusers_version": "0.30.3",
5
  "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/unet",
6
  "_use_default_values": [
7
- "encoder_hid_dim",
8
- "resnet_out_scale_factor",
9
- "reverse_transformer_layers_per_block",
10
- "addition_embed_type",
11
- "timestep_post_act",
12
- "time_cond_proj_dim",
13
- "class_embed_type",
14
- "resnet_time_scale_shift",
15
- "class_embeddings_concat",
16
- "mid_block_type",
17
  "addition_time_embed_dim",
18
- "addition_embed_type_num_heads",
19
- "resnet_skip_time_act",
20
- "conv_in_kernel",
21
- "attention_type",
22
  "time_embedding_dim",
 
 
 
 
 
 
23
  "time_embedding_act_fn",
 
 
 
 
 
 
24
  "conv_out_kernel",
 
25
  "cross_attention_norm",
26
- "mid_block_only_cross_attention",
27
- "num_attention_heads",
28
- "transformer_layers_per_block",
29
- "projection_class_embeddings_input_dim",
30
  "time_embedding_type",
31
- "encoder_hid_dim_type",
32
- "dropout"
 
 
 
33
  ],
34
  "act_fn": "silu",
35
  "addition_embed_type": null,
 
4
  "_diffusers_version": "0.30.3",
5
  "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/unet",
6
  "_use_default_values": [
 
 
 
 
 
 
 
 
 
 
7
  "addition_time_embed_dim",
8
+ "dropout",
 
 
 
9
  "time_embedding_dim",
10
+ "class_embeddings_concat",
11
+ "addition_embed_type_num_heads",
12
+ "reverse_transformer_layers_per_block",
13
+ "encoder_hid_dim_type",
14
+ "mid_block_type",
15
+ "num_attention_heads",
16
  "time_embedding_act_fn",
17
+ "time_cond_proj_dim",
18
+ "resnet_skip_time_act",
19
+ "projection_class_embeddings_input_dim",
20
+ "transformer_layers_per_block",
21
+ "timestep_post_act",
22
+ "encoder_hid_dim",
23
  "conv_out_kernel",
24
+ "class_embed_type",
25
  "cross_attention_norm",
26
+ "conv_in_kernel",
 
 
 
27
  "time_embedding_type",
28
+ "mid_block_only_cross_attention",
29
+ "addition_embed_type",
30
+ "resnet_time_scale_shift",
31
+ "resnet_out_scale_factor",
32
+ "attention_type"
33
  ],
34
  "act_fn": "silu",
35
  "addition_embed_type": null,
neuronxcc-2.17.194.0+d312836f/MODULE_f41992c9042c864c8f94/unet/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:649a4e8748768230174ec0c8397c463d2262c369c70b4643945dd15fb7aec2e6
3
- size 3767181069
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36038b0cf2914a439db87120ea9bfd08c2ed4c83b617f80eabb897b0c170dd22
3
+ size 3767181005
neuronxcc-2.17.194.0+d312836f/MODULE_f41992c9042c864c8f94/vae_decoder/config.json CHANGED
@@ -4,14 +4,14 @@
4
  "_diffusers_version": "0.30.3",
5
  "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
6
  "_use_default_values": [
7
- "shift_factor",
 
8
  "force_upcast",
9
- "latents_mean",
10
  "use_quant_conv",
11
  "latents_std",
12
- "use_post_quant_conv",
13
- "scaling_factor",
14
- "mid_block_add_attention"
15
  ],
16
  "act_fn": "silu",
17
  "block_out_channels": [
 
4
  "_diffusers_version": "0.30.3",
5
  "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
6
  "_use_default_values": [
7
+ "scaling_factor",
8
+ "use_post_quant_conv",
9
  "force_upcast",
10
+ "mid_block_add_attention",
11
  "use_quant_conv",
12
  "latents_std",
13
+ "latents_mean",
14
+ "shift_factor"
 
15
  ],
16
  "act_fn": "silu",
17
  "block_out_channels": [
neuronxcc-2.17.194.0+d312836f/MODULE_f41992c9042c864c8f94/vae_decoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c9f3bdba09eb1ef449bf0d7e27e72649005f5f2dca967f33d966f9e1817d2b3a
3
  size 600343701
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01bd5c3fe86e7051af2f71005b70fceee0bafcb7874b681a3555c6abc5d315e8
3
  size 600343701
neuronxcc-2.17.194.0+d312836f/MODULE_f41992c9042c864c8f94/vae_encoder/config.json CHANGED
@@ -4,14 +4,14 @@
4
  "_diffusers_version": "0.30.3",
5
  "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
6
  "_use_default_values": [
7
- "shift_factor",
 
8
  "force_upcast",
9
- "latents_mean",
10
  "use_quant_conv",
11
  "latents_std",
12
- "use_post_quant_conv",
13
- "scaling_factor",
14
- "mid_block_add_attention"
15
  ],
16
  "act_fn": "silu",
17
  "block_out_channels": [
 
4
  "_diffusers_version": "0.30.3",
5
  "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
6
  "_use_default_values": [
7
+ "scaling_factor",
8
+ "use_post_quant_conv",
9
  "force_upcast",
10
+ "mid_block_add_attention",
11
  "use_quant_conv",
12
  "latents_std",
13
+ "latents_mean",
14
+ "shift_factor"
 
15
  ],
16
  "act_fn": "silu",
17
  "block_out_channels": [
neuronxcc-2.17.194.0+d312836f/MODULE_f41992c9042c864c8f94/vae_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:59951269e6987bab6404d91d47cc951113514800cacddc7c2959dc462f8058f7
3
  size 351604243
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:879e571e4bcf5f95d75b7d81e119be4ff496d8ec4cc2739265211970fcc6004b
3
  size 351604243