dacorvo HF Staff commited on
Commit
ac77b21
·
verified ·
1 Parent(s): f953c03

Synchronizing local compiler cache.

Browse files
neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.3.0.dev4/stable-diffusion/stabilityai/stable-diffusion-xl-refiner-1.0/dbc7625ec3e1068324e8.json ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "hidden_act": "gelu",
12
+ "hidden_size": 1280,
13
+ "initializer_factor": 1.0,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 5120,
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": 20,
35
+ "num_hidden_layers": 32,
36
+ "output_hidden_states": true,
37
+ "vocab_size": 49408
38
+ },
39
+ "unet": {
40
+ "_class_name": "UNet2DConditionModel",
41
+ "act_fn": "silu",
42
+ "addition_embed_type": "text_time",
43
+ "addition_embed_type_num_heads": 64,
44
+ "addition_time_embed_dim": 256,
45
+ "attention_head_dim": [
46
+ 6,
47
+ 12,
48
+ 24,
49
+ 24
50
+ ],
51
+ "attention_type": "default",
52
+ "block_out_channels": [
53
+ 384,
54
+ 768,
55
+ 1536,
56
+ 1536
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": 1280,
64
+ "cross_attention_norm": null,
65
+ "down_block_types": [
66
+ "DownBlock2D",
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.17.194.0+d312836f",
88
+ "dynamic_batch_size": false,
89
+ "inline_weights_to_neff": true,
90
+ "optlevel": "2",
91
+ "output_attentions": false,
92
+ "output_hidden_states": false,
93
+ "static_batch_size": 1,
94
+ "static_height": 128,
95
+ "static_num_channels": 4,
96
+ "static_sequence_length": 77,
97
+ "static_vae_scale_factor": 8,
98
+ "static_width": 128,
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": 2560,
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": 4,
119
+ "up_block_types": [
120
+ "UpBlock2D",
121
+ "CrossAttnUpBlock2D",
122
+ "CrossAttnUpBlock2D",
123
+ "UpBlock2D"
124
+ ],
125
+ "upcast_attention": null,
126
+ "use_linear_projection": true
127
+ }
128
+ }
neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/text_encoder_2/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3839fce280748579b5df6293805453006ee3127a3912e9808d4f284de17bc175
3
  size 2801221173
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f724cf0ee76e54a42725575f1d5be166564d38e2bf5416f3a828983e19887cc
3
  size 2801221173
neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/unet/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d2e328ceafc46b37f7bac12a9fad6c11aa9354f0aaa35fc7ef1516ecfbb6bcef
3
  size 3684748601
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f75293f1faae7368e4eddb9225ff3d8a6d541228f2b574530c739b407c65abe1
3
  size 3684748601
neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/vae_decoder/config.json CHANGED
@@ -3,12 +3,12 @@
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.30.3",
5
  "_use_default_values": [
6
- "latents_mean",
7
  "shift_factor",
8
  "mid_block_add_attention",
9
- "use_post_quant_conv",
10
  "use_quant_conv",
11
- "latents_std"
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
 
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.30.3",
5
  "_use_default_values": [
6
+ "latents_std",
7
  "shift_factor",
8
  "mid_block_add_attention",
9
+ "latents_mean",
10
  "use_quant_conv",
11
+ "use_post_quant_conv"
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/vae_decoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:658763ee6648ffcc02bcb43d0dd2023695c4d140f77e03724f58f1b2f0d358ba
3
  size 749922867
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c660fc04fa6b73acbba4492a8527216c00d3b96b1d37496658f3023da17dce4
3
  size 749922867
neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/vae_encoder/config.json CHANGED
@@ -3,12 +3,12 @@
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.30.3",
5
  "_use_default_values": [
6
- "latents_mean",
7
  "shift_factor",
8
  "mid_block_add_attention",
9
- "use_post_quant_conv",
10
  "use_quant_conv",
11
- "latents_std"
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
 
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.30.3",
5
  "_use_default_values": [
6
+ "latents_std",
7
  "shift_factor",
8
  "mid_block_add_attention",
9
+ "latents_mean",
10
  "use_quant_conv",
11
+ "use_post_quant_conv"
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/vae_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d13449e3d4f00ce8decc2f558915fdcd2f4e1f9d046ab3ea753bfccf43630e6
3
  size 382102065
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f165d783785ea594b8c151d0267e6ce6facceb396b87ccca6614337bba72041
3
  size 382102065