dacorvo HF Staff commited on
Commit
bcedf06
·
verified ·
1 Parent(s): bce4fa9

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/8a64d3e57d87aa5bce14.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": 96,
96
+ "static_num_channels": 4,
97
+ "static_sequence_length": 77,
98
+ "static_vae_scale_factor": 8,
99
+ "static_width": 96,
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_8a64d3e57d87aa5bce14/text_encoder_2/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4b895c16137abe1d848d261dd67a5f326556e1a1d3063942d26692ec733d172f
3
  size 2801581621
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:143d3e4b5a2c3705c333e2a33421f380a7f8650810420dc73dbf2a79687e8bc5
3
  size 2801581621
neuronxcc-2.19.8089.0+8ab9f450/MODULE_8a64d3e57d87aa5bce14/unet/config.json CHANGED
@@ -3,8 +3,8 @@
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",
 
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
 
6
  "dropout",
7
+ "attention_type",
8
  "reverse_transformer_layers_per_block"
9
  ],
10
  "act_fn": "silu",
neuronxcc-2.19.8089.0+8ab9f450/MODULE_8a64d3e57d87aa5bce14/unet/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:95ddadeb0e6a514433457963b4ed7b7e84833ab641c9f6abd7ba733eff74f4ef
3
  size 3658527481
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07ca65e797da72f0c63c18ed53058c68945800ebf9879b8c59edd5d9d050832f
3
  size 3658527481
neuronxcc-2.19.8089.0+8ab9f450/MODULE_8a64d3e57d87aa5bce14/vae_decoder/config.json CHANGED
@@ -3,12 +3,12 @@
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
6
- "use_quant_conv",
7
- "shift_factor",
8
- "latents_mean",
9
  "mid_block_add_attention",
 
 
10
  "latents_std",
11
- "use_post_quant_conv"
 
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
 
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
+ "latents_mean",
9
  "latents_std",
10
+ "use_quant_conv",
11
+ "shift_factor"
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
neuronxcc-2.19.8089.0+8ab9f450/MODULE_8a64d3e57d87aa5bce14/vae_decoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bf1ac1543ccda2c000f2e57d35244efeca4ec882a727d431b7025c5004a8938d
3
  size 349015667
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05fbe5d8c2c886a57f3bdc4375e0ce60776a150c72b3fb08f6f4311b07b2728e
3
  size 349015667
neuronxcc-2.19.8089.0+8ab9f450/MODULE_8a64d3e57d87aa5bce14/vae_encoder/config.json CHANGED
@@ -3,12 +3,12 @@
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.34.0",
5
  "_use_default_values": [
6
- "use_quant_conv",
7
- "shift_factor",
8
- "latents_mean",
9
  "mid_block_add_attention",
 
 
10
  "latents_std",
11
- "use_post_quant_conv"
 
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
 
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
+ "latents_mean",
9
  "latents_std",
10
+ "use_quant_conv",
11
+ "shift_factor"
12
  ],
13
  "act_fn": "silu",
14
  "block_out_channels": [
neuronxcc-2.19.8089.0+8ab9f450/MODULE_8a64d3e57d87aa5bce14/vae_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d83641b5e18ee2a9029b1e4d9ceb769e3f8293e94f20cc325c89cfa8a12b4185
3
  size 201275505
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8487e72c591e54bb1b3727aef5e41e98a4748f5f6c012c458613b3e1412eff8
3
  size 201275505