dacorvo HF Staff commited on
Commit
c7bb3cb
·
verified ·
1 Parent(s): 6684cfd

Synchronizing local compiler cache.

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