dacorvo HF Staff commited on
Commit
024b363
·
verified ·
1 Parent(s): e85136d

Synchronizing local compiler cache.

Browse files
neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.2.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:5da51d24f58dac07b2fc9041be2a0c711a8c5d62520849dedaa2f98bcca7f450
3
  size 2801221173
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1add3fd04bade5b46e73c463b4e7f69c20f75641361d90c921ad1ba019cf219
3
  size 2801221173
neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/unet/config.json CHANGED
@@ -5,8 +5,8 @@
5
  "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-refiner-1.0/snapshots/5d4cfe854c9a9a87939ff3653551c2b3c99a4356/unet",
6
  "_use_default_values": [
7
  "reverse_transformer_layers_per_block",
8
- "attention_type",
9
- "dropout"
10
  ],
11
  "act_fn": "silu",
12
  "addition_embed_type": "text_time",
 
5
  "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-refiner-1.0/snapshots/5d4cfe854c9a9a87939ff3653551c2b3c99a4356/unet",
6
  "_use_default_values": [
7
  "reverse_transformer_layers_per_block",
8
+ "dropout",
9
+ "attention_type"
10
  ],
11
  "act_fn": "silu",
12
  "addition_embed_type": "text_time",
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:1f1de93e25f068c5352083034f7e6791a3ff1ff9af3f2a97661e8d1cf68b1b14
3
  size 3684748601
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5eebfc7c96712bf978a6836288bbe9379a714c20553db2b670c11e45acd8b3e
3
  size 3684748601
neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/vae_decoder/config.json CHANGED
@@ -4,12 +4,12 @@
4
  "_diffusers_version": "0.30.3",
5
  "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-refiner-1.0/snapshots/5d4cfe854c9a9a87939ff3653551c2b3c99a4356/vae",
6
  "_use_default_values": [
7
- "shift_factor",
8
  "use_post_quant_conv",
9
- "mid_block_add_attention",
10
- "latents_std",
11
  "use_quant_conv",
12
- "latents_mean"
 
 
 
13
  ],
14
  "act_fn": "silu",
15
  "block_out_channels": [
 
4
  "_diffusers_version": "0.30.3",
5
  "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-refiner-1.0/snapshots/5d4cfe854c9a9a87939ff3653551c2b3c99a4356/vae",
6
  "_use_default_values": [
 
7
  "use_post_quant_conv",
 
 
8
  "use_quant_conv",
9
+ "latents_mean",
10
+ "latents_std",
11
+ "mid_block_add_attention",
12
+ "shift_factor"
13
  ],
14
  "act_fn": "silu",
15
  "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:987adf119bcc0f00ae96bdeb36b0abc18ec55dd1641a85d7e8ba93592df8a0d1
3
  size 749922867
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a5db3ecdfbdf020069333d36068da50cda9ad3baa266864f212d6a66c358e2a
3
  size 749922867
neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/vae_encoder/config.json CHANGED
@@ -4,12 +4,12 @@
4
  "_diffusers_version": "0.30.3",
5
  "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-refiner-1.0/snapshots/5d4cfe854c9a9a87939ff3653551c2b3c99a4356/vae",
6
  "_use_default_values": [
7
- "shift_factor",
8
  "use_post_quant_conv",
9
- "mid_block_add_attention",
10
- "latents_std",
11
  "use_quant_conv",
12
- "latents_mean"
 
 
 
13
  ],
14
  "act_fn": "silu",
15
  "block_out_channels": [
 
4
  "_diffusers_version": "0.30.3",
5
  "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-refiner-1.0/snapshots/5d4cfe854c9a9a87939ff3653551c2b3c99a4356/vae",
6
  "_use_default_values": [
 
7
  "use_post_quant_conv",
 
 
8
  "use_quant_conv",
9
+ "latents_mean",
10
+ "latents_std",
11
+ "mid_block_add_attention",
12
+ "shift_factor"
13
  ],
14
  "act_fn": "silu",
15
  "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:20e2867f4effff61810b8aa7cba0d9f9a78d5df1b9e547c37ab57bb41434ee73
3
  size 382102065
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9b96481a1f43160ea23e1bdd4fdf58b01b9156100fc5fde9967c8b50a900de8
3
  size 382102065