Synchronizing local compiler cache.
Browse files- neuronxcc-2.15.143.0+e39249ad/0_REGISTRY/0.0.28.dev1/inference/stable-diffusion/stabilityai/stable-diffusion-xl-refiner-1.0/7437fe71aa9fc7fb5fb7.json +1 -0
- neuronxcc-2.15.143.0+e39249ad/MODULE_7437fe71aa9fc7fb5fb7/text_encoder_2/config.json +1 -1
- neuronxcc-2.15.143.0+e39249ad/MODULE_7437fe71aa9fc7fb5fb7/text_encoder_2/model.neuron +1 -1
- neuronxcc-2.15.143.0+e39249ad/MODULE_7437fe71aa9fc7fb5fb7/tokenizer_2/tokenizer_config.json +1 -0
- neuronxcc-2.15.143.0+e39249ad/MODULE_7437fe71aa9fc7fb5fb7/unet/config.json +2 -2
- neuronxcc-2.15.143.0+e39249ad/MODULE_7437fe71aa9fc7fb5fb7/unet/model.neuron +1 -1
- neuronxcc-2.15.143.0+e39249ad/MODULE_7437fe71aa9fc7fb5fb7/vae_decoder/config.json +3 -3
- neuronxcc-2.15.143.0+e39249ad/MODULE_7437fe71aa9fc7fb5fb7/vae_decoder/model.neuron +1 -1
- neuronxcc-2.15.143.0+e39249ad/MODULE_7437fe71aa9fc7fb5fb7/vae_encoder/config.json +3 -3
- neuronxcc-2.15.143.0+e39249ad/MODULE_7437fe71aa9fc7fb5fb7/vae_encoder/model.neuron +1 -1
neuronxcc-2.15.143.0+e39249ad/0_REGISTRY/0.0.28.dev1/inference/stable-diffusion/stabilityai/stable-diffusion-xl-refiner-1.0/7437fe71aa9fc7fb5fb7.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"model_type": "stable-diffusion", "text_encoder_2": {"_attn_implementation_autoset": true, "architectures": ["CLIPTextModelWithProjection"], "attention_dropout": 0.0, "dropout": 0.0, "hidden_act": "gelu", "hidden_size": 1280, "initializer_factor": 1.0, "initializer_range": 0.02, "intermediate_size": 5120, "layer_norm_eps": 1e-05, "max_position_embeddings": 77, "model_type": "clip_text_model", "neuron": {"auto_cast": "matmul", "auto_cast_type": "bf16", "compiler_type": "neuronx-cc", "compiler_version": "2.15.143.0+e39249ad", "dynamic_batch_size": false, "inline_weights_to_neff": false, "optlevel": "2", "output_attentions": false, "output_hidden_states": false, "static_batch_size": 1, "static_sequence_length": 77, "tensor_parallel_size": 1}, "num_attention_heads": 20, "num_hidden_layers": 32, "output_hidden_states": true, "task": "feature-extraction", "vocab_size": 49408}, "unet": {"_class_name": "UNet2DConditionModel", "act_fn": "silu", "addition_embed_type": "text_time", "addition_embed_type_num_heads": 64, "addition_time_embed_dim": 256, "attention_head_dim": [6, 12, 24, 24], "attention_type": "default", "block_out_channels": [384, 768, 1536, 1536], "center_input_sample": false, "class_embed_type": null, "class_embeddings_concat": false, "conv_in_kernel": 3, "conv_out_kernel": 3, "cross_attention_dim": 1280, "cross_attention_norm": null, "down_block_types": ["DownBlock2D", "CrossAttnDownBlock2D", "CrossAttnDownBlock2D", "DownBlock2D"], "downsample_padding": 1, "dropout": 0.0, "dual_cross_attention": false, "encoder_hid_dim": null, "encoder_hid_dim_type": null, "flip_sin_to_cos": true, "freq_shift": 0, "in_channels": 4, "layers_per_block": 2, "mid_block_only_cross_attention": null, "mid_block_scale_factor": 1, "mid_block_type": "UNetMidBlock2DCrossAttn", "neuron": {"auto_cast": "matmul", "auto_cast_type": "bf16", "compiler_type": "neuronx-cc", "compiler_version": "2.15.143.0+e39249ad", "dynamic_batch_size": false, "inline_weights_to_neff": true, "optlevel": "2", "output_attentions": false, "output_hidden_states": false, "static_batch_size": 1, "static_height": 96, "static_num_channels": 4, "static_sequence_length": 77, "static_vae_scale_factor": 8, "static_width": 96, "tensor_parallel_size": 1}, "norm_eps": 1e-05, "norm_num_groups": 32, "num_attention_heads": null, "num_class_embeds": null, "only_cross_attention": false, "out_channels": 4, "projection_class_embeddings_input_dim": 2560, "resnet_out_scale_factor": 1.0, "resnet_skip_time_act": false, "resnet_time_scale_shift": "default", "reverse_transformer_layers_per_block": null, "task": "semantic-segmentation", "time_cond_proj_dim": null, "time_embedding_act_fn": null, "time_embedding_dim": null, "time_embedding_type": "positional", "timestep_post_act": null, "transformer_layers_per_block": 4, "up_block_types": ["UpBlock2D", "CrossAttnUpBlock2D", "CrossAttnUpBlock2D", "UpBlock2D"], "upcast_attention": null, "use_linear_projection": true}}
|
neuronxcc-2.15.143.0+e39249ad/MODULE_7437fe71aa9fc7fb5fb7/text_encoder_2/config.json
CHANGED
@@ -47,6 +47,6 @@
|
|
47 |
"task": "feature-extraction",
|
48 |
"torch_dtype": "float16",
|
49 |
"torchscript": true,
|
50 |
-
"transformers_version": "4.
|
51 |
"vocab_size": 49408
|
52 |
}
|
|
|
47 |
"task": "feature-extraction",
|
48 |
"torch_dtype": "float16",
|
49 |
"torchscript": true,
|
50 |
+
"transformers_version": "4.48.2",
|
51 |
"vocab_size": 49408
|
52 |
}
|
neuronxcc-2.15.143.0+e39249ad/MODULE_7437fe71aa9fc7fb5fb7/text_encoder_2/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2803013109
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:679836ea1276fe62ea204fb311ff7155be7cb6824184030902bb6910b40ce8e0
|
3 |
size 2803013109
|
neuronxcc-2.15.143.0+e39249ad/MODULE_7437fe71aa9fc7fb5fb7/tokenizer_2/tokenizer_config.json
CHANGED
@@ -31,6 +31,7 @@
|
|
31 |
"do_lower_case": true,
|
32 |
"eos_token": "<|endoftext|>",
|
33 |
"errors": "replace",
|
|
|
34 |
"model_max_length": 77,
|
35 |
"pad_token": "!",
|
36 |
"tokenizer_class": "CLIPTokenizer",
|
|
|
31 |
"do_lower_case": true,
|
32 |
"eos_token": "<|endoftext|>",
|
33 |
"errors": "replace",
|
34 |
+
"extra_special_tokens": {},
|
35 |
"model_max_length": 77,
|
36 |
"pad_token": "!",
|
37 |
"tokenizer_class": "CLIPTokenizer",
|
neuronxcc-2.15.143.0+e39249ad/MODULE_7437fe71aa9fc7fb5fb7/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 |
-
"
|
9 |
-
"
|
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 |
+
"attention_type",
|
9 |
+
"dropout"
|
10 |
],
|
11 |
"act_fn": "silu",
|
12 |
"addition_embed_type": "text_time",
|
neuronxcc-2.15.143.0+e39249ad/MODULE_7437fe71aa9fc7fb5fb7/unet/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3650925881
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc3de628e7a3acc5a9c40a1238107efea8db38f52c8fff63896416f4067ec9ac
|
3 |
size 3650925881
|
neuronxcc-2.15.143.0+e39249ad/MODULE_7437fe71aa9fc7fb5fb7/vae_decoder/config.json
CHANGED
@@ -4,11 +4,11 @@
|
|
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_quant_conv",
|
8 |
"latents_mean",
|
9 |
-
"shift_factor",
|
10 |
-
"latents_std",
|
11 |
-
"mid_block_add_attention",
|
12 |
"use_post_quant_conv"
|
13 |
],
|
14 |
"act_fn": "silu",
|
|
|
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 |
+
"mid_block_add_attention",
|
8 |
+
"latents_std",
|
9 |
+
"shift_factor",
|
10 |
"use_quant_conv",
|
11 |
"latents_mean",
|
|
|
|
|
|
|
12 |
"use_post_quant_conv"
|
13 |
],
|
14 |
"act_fn": "silu",
|
neuronxcc-2.15.143.0+e39249ad/MODULE_7437fe71aa9fc7fb5fb7/vae_decoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438309427
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbe49d53b73889aacd1d5d94b2e0cbf54234fd01d0ca56ffea3e07a1d0f730ea
|
3 |
size 438309427
|
neuronxcc-2.15.143.0+e39249ad/MODULE_7437fe71aa9fc7fb5fb7/vae_encoder/config.json
CHANGED
@@ -4,11 +4,11 @@
|
|
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_quant_conv",
|
8 |
"latents_mean",
|
9 |
-
"shift_factor",
|
10 |
-
"latents_std",
|
11 |
-
"mid_block_add_attention",
|
12 |
"use_post_quant_conv"
|
13 |
],
|
14 |
"act_fn": "silu",
|
|
|
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 |
+
"mid_block_add_attention",
|
8 |
+
"latents_std",
|
9 |
+
"shift_factor",
|
10 |
"use_quant_conv",
|
11 |
"latents_mean",
|
|
|
|
|
|
|
12 |
"use_post_quant_conv"
|
13 |
],
|
14 |
"act_fn": "silu",
|
neuronxcc-2.15.143.0+e39249ad/MODULE_7437fe71aa9fc7fb5fb7/vae_encoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 248807985
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cedef32c3897c1f9c8d6e044deecf57b53946491b78e3a52d1862f9d9ed24fff
|
3 |
size 248807985
|