dacorvo HF Staff commited on
Commit
765643c
·
verified ·
1 Parent(s): 421f41f

Synchronizing local compiler cache.

Browse files
neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.2.0.dev6/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/config.json CHANGED
@@ -1,6 +1,5 @@
1
  {
2
  "_attn_implementation_autoset": true,
3
- "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-refiner-1.0/snapshots/5d4cfe854c9a9a87939ff3653551c2b3c99a4356/text_encoder_2",
4
  "architectures": [
5
  "CLIPTextModelWithProjection"
6
  ],
@@ -47,6 +46,6 @@
47
  "projection_dim": 1280,
48
  "torch_dtype": "float32",
49
  "torchscript": true,
50
- "transformers_version": "4.49.0",
51
  "vocab_size": 49408
52
  }
 
1
  {
2
  "_attn_implementation_autoset": true,
 
3
  "architectures": [
4
  "CLIPTextModelWithProjection"
5
  ],
 
46
  "projection_dim": 1280,
47
  "torch_dtype": "float32",
48
  "torchscript": true,
49
+ "transformers_version": "4.51.3",
50
  "vocab_size": 49408
51
  }
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:e1df08a3d2dcec5d3da8ad733121909a256d2d6f864ebe9fd20dc679a0a512b2
3
  size 2801221173
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eae6092b675b393a2d2273d476a4b64cf77a9284657503b1770182bb09b570d1
3
  size 2801221173
neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/unet/config.json CHANGED
@@ -2,11 +2,10 @@
2
  "_class_name": "UNet2DConditionModel",
3
  "_commit_hash": null,
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/unet",
6
  "_use_default_values": [
7
- "attention_type",
8
  "reverse_transformer_layers_per_block",
9
- "dropout"
10
  ],
11
  "act_fn": "silu",
12
  "addition_embed_type": "text_time",
 
2
  "_class_name": "UNet2DConditionModel",
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.30.3",
 
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.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:beff72c3a0f387eb9950837bfec91185461d4e3ddb2a451a16fcdee59bf1d50e
3
  size 3684748601
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8982d4690ed6baf8026272f7bfdde386ce827754a216aad8129d58d463a3393b
3
  size 3684748601
neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/vae_decoder/config.json CHANGED
@@ -2,14 +2,13 @@
2
  "_class_name": "AutoencoderKL",
3
  "_commit_hash": null,
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
  "latents_mean",
8
- "latents_std",
9
  "use_quant_conv",
10
  "use_post_quant_conv",
11
- "mid_block_add_attention",
12
- "shift_factor"
13
  ],
14
  "act_fn": "silu",
15
  "block_out_channels": [
 
2
  "_class_name": "AutoencoderKL",
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.30.3",
 
5
  "_use_default_values": [
6
  "latents_mean",
7
+ "shift_factor",
8
  "use_quant_conv",
9
  "use_post_quant_conv",
10
+ "latents_std",
11
+ "mid_block_add_attention"
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:52bfc88df182ee616b7d220a0e2391ff960d421991a76f18d7591fba102ac670
3
  size 749922867
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa403d257d0550d3b547b9be81158ddf1a68c1a90cab22a102645993a1f7817b
3
  size 749922867
neuronxcc-2.17.194.0+d312836f/MODULE_dbc7625ec3e1068324e8/vae_encoder/config.json CHANGED
@@ -2,14 +2,13 @@
2
  "_class_name": "AutoencoderKL",
3
  "_commit_hash": null,
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
  "latents_mean",
8
- "latents_std",
9
  "use_quant_conv",
10
  "use_post_quant_conv",
11
- "mid_block_add_attention",
12
- "shift_factor"
13
  ],
14
  "act_fn": "silu",
15
  "block_out_channels": [
 
2
  "_class_name": "AutoencoderKL",
3
  "_commit_hash": null,
4
  "_diffusers_version": "0.30.3",
 
5
  "_use_default_values": [
6
  "latents_mean",
7
+ "shift_factor",
8
  "use_quant_conv",
9
  "use_post_quant_conv",
10
+ "latents_std",
11
+ "mid_block_add_attention"
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:6537a13badd7f58d31648df47565bd40cc6a9d8065249f5edfaee2c4893ad142
3
  size 382102065
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb0a4d0492373d29ed2ada1316b80acd49872146152ccd7968e39362fea7c0a2
3
  size 382102065