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

Synchronizing local compiler cache.

Browse files
neuronxcc-2.19.8089.0+8ab9f450/0_REGISTRY/0.3.0.dev5/stable-diffusion/stabilityai/stable-diffusion-xl-refiner-1.0/f6a2188ac681cdf62c73.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_entry_class": "MultiModelCacheEntry",
3
+ "_model_id": "stabilityai/stable-diffusion-xl-refiner-1.0",
4
+ "_task": null,
5
+ "text_encoder_2": {
6
+ "architectures": [
7
+ "CLIPTextModelWithProjection"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "dropout": 0.0,
11
+ "export_model_type": "clip-text-with-projection",
12
+ "hidden_act": "gelu",
13
+ "hidden_size": 1280,
14
+ "initializer_factor": 1.0,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 5120,
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": 20,
36
+ "num_hidden_layers": 32,
37
+ "output_hidden_states": true,
38
+ "vocab_size": 49408
39
+ },
40
+ "unet": {
41
+ "_class_name": "UNet2DConditionModel",
42
+ "act_fn": "silu",
43
+ "addition_embed_type": "text_time",
44
+ "addition_embed_type_num_heads": 64,
45
+ "addition_time_embed_dim": 256,
46
+ "attention_head_dim": [
47
+ 6,
48
+ 12,
49
+ 24,
50
+ 24
51
+ ],
52
+ "attention_type": "default",
53
+ "block_out_channels": [
54
+ 384,
55
+ 768,
56
+ 1536,
57
+ 1536
58
+ ],
59
+ "center_input_sample": false,
60
+ "class_embed_type": null,
61
+ "class_embeddings_concat": false,
62
+ "conv_in_kernel": 3,
63
+ "conv_out_kernel": 3,
64
+ "cross_attention_dim": 1280,
65
+ "cross_attention_norm": null,
66
+ "down_block_types": [
67
+ "DownBlock2D",
68
+ "CrossAttnDownBlock2D",
69
+ "CrossAttnDownBlock2D",
70
+ "DownBlock2D"
71
+ ],
72
+ "downsample_padding": 1,
73
+ "dropout": 0.0,
74
+ "dual_cross_attention": false,
75
+ "encoder_hid_dim": null,
76
+ "encoder_hid_dim_type": null,
77
+ "flip_sin_to_cos": true,
78
+ "freq_shift": 0,
79
+ "in_channels": 4,
80
+ "layers_per_block": 2,
81
+ "mid_block_only_cross_attention": null,
82
+ "mid_block_scale_factor": 1,
83
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
84
+ "neuron": {
85
+ "auto_cast": "matmul",
86
+ "auto_cast_type": "bf16",
87
+ "compiler_type": "neuronx-cc",
88
+ "compiler_version": "2.19.8089.0+8ab9f450",
89
+ "dynamic_batch_size": false,
90
+ "inline_weights_to_neff": true,
91
+ "optlevel": "2",
92
+ "output_attentions": false,
93
+ "output_hidden_states": false,
94
+ "static_batch_size": 1,
95
+ "static_height": 128,
96
+ "static_num_channels": 4,
97
+ "static_sequence_length": 77,
98
+ "static_vae_scale_factor": 8,
99
+ "static_width": 128,
100
+ "task": "semantic-segmentation",
101
+ "tensor_parallel_size": 1
102
+ },
103
+ "norm_eps": 1e-05,
104
+ "norm_num_groups": 32,
105
+ "num_attention_heads": null,
106
+ "num_class_embeds": null,
107
+ "only_cross_attention": false,
108
+ "out_channels": 4,
109
+ "projection_class_embeddings_input_dim": 2560,
110
+ "resnet_out_scale_factor": 1.0,
111
+ "resnet_skip_time_act": false,
112
+ "resnet_time_scale_shift": "default",
113
+ "reverse_transformer_layers_per_block": null,
114
+ "time_cond_proj_dim": null,
115
+ "time_embedding_act_fn": null,
116
+ "time_embedding_dim": null,
117
+ "time_embedding_type": "positional",
118
+ "timestep_post_act": null,
119
+ "transformer_layers_per_block": 4,
120
+ "up_block_types": [
121
+ "UpBlock2D",
122
+ "CrossAttnUpBlock2D",
123
+ "CrossAttnUpBlock2D",
124
+ "UpBlock2D"
125
+ ],
126
+ "upcast_attention": null,
127
+ "use_linear_projection": true
128
+ }
129
+ }
neuronxcc-2.19.8089.0+8ab9f450/MODULE_f6a2188ac681cdf62c73/text_encoder_2/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e0b629344c87208b1125ebf38ce54249532af82b21a64dc6dc8e43cf44e6b8c
3
  size 2801581621
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1875cb4184f8567db1071b7701895e4f0648c0ed4ad35f0ca906cb313cd3c0c4
3
  size 2801581621
neuronxcc-2.19.8089.0+8ab9f450/MODULE_f6a2188ac681cdf62c73/unet/config.json CHANGED
@@ -4,8 +4,8 @@
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
6
  "reverse_transformer_layers_per_block",
7
- "attention_type",
8
- "dropout"
9
  ],
10
  "act_fn": "silu",
11
  "addition_embed_type": "text_time",
 
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
6
  "reverse_transformer_layers_per_block",
7
+ "dropout",
8
+ "attention_type"
9
  ],
10
  "act_fn": "silu",
11
  "addition_embed_type": "text_time",
neuronxcc-2.19.8089.0+8ab9f450/MODULE_f6a2188ac681cdf62c73/unet/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:02bd5c32485d0799c43fcc8e7af6afd569884e914ebf45ead7f0adf8ee542d89
3
  size 3686370617
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfdf282a5cb936bd94a352e9bcb1927ab1b4af199c891be7e55f88b6b8444c4a
3
  size 3686370617
neuronxcc-2.19.8089.0+8ab9f450/MODULE_f6a2188ac681cdf62c73/vae_decoder/config.json CHANGED
@@ -3,12 +3,12 @@
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
6
- "mid_block_add_attention",
7
- "use_quant_conv",
8
- "latents_mean",
9
  "shift_factor",
 
10
  "use_post_quant_conv",
11
- "latents_std"
 
 
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
 
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
 
 
 
6
  "shift_factor",
7
+ "latents_std",
8
  "use_post_quant_conv",
9
+ "latents_mean",
10
+ "mid_block_add_attention",
11
+ "use_quant_conv"
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
neuronxcc-2.19.8089.0+8ab9f450/MODULE_f6a2188ac681cdf62c73/vae_decoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d0417b906bec7b9a8201a85860327e4623a32489cc6196b356403c0475dfc59
3
  size 370909427
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abf2bc904d6f78b0907580f64a5066e83527f828c4e01744ea40847090d27b13
3
  size 370909427
neuronxcc-2.19.8089.0+8ab9f450/MODULE_f6a2188ac681cdf62c73/vae_encoder/config.json CHANGED
@@ -3,12 +3,12 @@
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
6
- "mid_block_add_attention",
7
- "use_quant_conv",
8
- "latents_mean",
9
  "shift_factor",
 
10
  "use_post_quant_conv",
11
- "latents_std"
 
 
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
 
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
 
 
 
6
  "shift_factor",
7
+ "latents_std",
8
  "use_post_quant_conv",
9
+ "latents_mean",
10
+ "mid_block_add_attention",
11
+ "use_quant_conv"
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
neuronxcc-2.19.8089.0+8ab9f450/MODULE_f6a2188ac681cdf62c73/vae_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:64e8034b5801b0301cad2e73194c4bd3c14e5c3597cc8b6177272fb796eefad6
3
  size 222984881
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be5049c132b963ecfa5323d2147818401ec4beb346c22b3e960543988f552f41
3
  size 222984881