dacorvo HF Staff commited on
Commit
46716cd
·
verified ·
1 Parent(s): f9d65ec

Synchronizing local compiler cache.

Browse files
neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.2.0.dev8/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:6b05b50059fdc96be5617bfe388eddabbce3096d0c369603b1f85d1ef7c82273
3
  size 2801221173
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3462a5c56d270cf4fb18b25e57b9530b391ffee22e3ed6747b00b4db3a815ece
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:440c622d27c37e4e1129c18ff15b74fc36d8c70a73b112ec38f911b8515d05d7
3
  size 3684748601
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaf393010c67c773b9c430d62ffcd6c2bdc4125d4bc7e6775d63296b473d4817
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_std",
7
- "shift_factor",
8
- "use_quant_conv",
9
- "latents_mean",
10
  "mid_block_add_attention",
11
- "use_post_quant_conv"
 
 
 
 
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
 
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.30.3",
5
  "_use_default_values": [
 
 
 
 
6
  "mid_block_add_attention",
7
+ "latents_mean",
8
+ "use_quant_conv",
9
+ "latents_std",
10
+ "use_post_quant_conv",
11
+ "shift_factor"
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:0aedf565021d2d82cad9e63d1e78d1a066fa6f4949718ace24630441b4e1db67
3
  size 749922867
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6007df59a2fce4e8440df0370d7526a32e2e37643a16d9eb5d223984e6befffc
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_std",
7
- "shift_factor",
8
- "use_quant_conv",
9
- "latents_mean",
10
  "mid_block_add_attention",
11
- "use_post_quant_conv"
 
 
 
 
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
 
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.30.3",
5
  "_use_default_values": [
 
 
 
 
6
  "mid_block_add_attention",
7
+ "latents_mean",
8
+ "use_quant_conv",
9
+ "latents_std",
10
+ "use_post_quant_conv",
11
+ "shift_factor"
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:7fe3d3c369a5e085395ea768a4ddbff2f09ef4777011291e62dee9ee9d962118
3
  size 382102065
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:902a2f6070312c5df7ddd01b74797e5d4d6358b9a40e4a3f9e0e949cabbff124
3
  size 382102065