Synchronizing local compiler cache.
Browse files- neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.2.0.dev5/stable-diffusion/stabilityai/stable-diffusion-xl-base-1.0/a8218e1ae23f2aaf8834.json +162 -0
- neuronxcc-2.17.194.0+d312836f/MODULE_a8218e1ae23f2aaf8834/text_encoder/model.neuron +1 -1
- neuronxcc-2.17.194.0+d312836f/MODULE_a8218e1ae23f2aaf8834/text_encoder_2/model.neuron +1 -1
- neuronxcc-2.17.194.0+d312836f/MODULE_a8218e1ae23f2aaf8834/unet/config.json +2 -2
- neuronxcc-2.17.194.0+d312836f/MODULE_a8218e1ae23f2aaf8834/unet/model.neuron +1 -1
- neuronxcc-2.17.194.0+d312836f/MODULE_a8218e1ae23f2aaf8834/vae_decoder/config.json +4 -4
- neuronxcc-2.17.194.0+d312836f/MODULE_a8218e1ae23f2aaf8834/vae_decoder/model.neuron +1 -1
- neuronxcc-2.17.194.0+d312836f/MODULE_a8218e1ae23f2aaf8834/vae_encoder/config.json +4 -4
- neuronxcc-2.17.194.0+d312836f/MODULE_a8218e1ae23f2aaf8834/vae_encoder/model.neuron +1 -1
neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.2.0.dev5/stable-diffusion/stabilityai/stable-diffusion-xl-base-1.0/a8218e1ae23f2aaf8834.json
ADDED
|
@@ -0,0 +1,162 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_entry_class": "MultiModelCacheEntry",
|
| 3 |
+
"_model_id": "stabilityai/stable-diffusion-xl-base-1.0",
|
| 4 |
+
"_task": null,
|
| 5 |
+
"text_encoder": {
|
| 6 |
+
"architectures": [
|
| 7 |
+
"CLIPTextModel"
|
| 8 |
+
],
|
| 9 |
+
"attention_dropout": 0.0,
|
| 10 |
+
"dropout": 0.0,
|
| 11 |
+
"hidden_act": "quick_gelu",
|
| 12 |
+
"hidden_size": 768,
|
| 13 |
+
"initializer_factor": 1.0,
|
| 14 |
+
"initializer_range": 0.02,
|
| 15 |
+
"intermediate_size": 3072,
|
| 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": 12,
|
| 35 |
+
"num_hidden_layers": 12,
|
| 36 |
+
"output_hidden_states": true,
|
| 37 |
+
"vocab_size": 49408
|
| 38 |
+
},
|
| 39 |
+
"text_encoder_2": {
|
| 40 |
+
"architectures": [
|
| 41 |
+
"CLIPTextModelWithProjection"
|
| 42 |
+
],
|
| 43 |
+
"attention_dropout": 0.0,
|
| 44 |
+
"dropout": 0.0,
|
| 45 |
+
"hidden_act": "gelu",
|
| 46 |
+
"hidden_size": 1280,
|
| 47 |
+
"initializer_factor": 1.0,
|
| 48 |
+
"initializer_range": 0.02,
|
| 49 |
+
"intermediate_size": 5120,
|
| 50 |
+
"layer_norm_eps": 1e-05,
|
| 51 |
+
"max_position_embeddings": 77,
|
| 52 |
+
"model_type": "clip_text_model",
|
| 53 |
+
"neuron": {
|
| 54 |
+
"auto_cast": "matmul",
|
| 55 |
+
"auto_cast_type": "bf16",
|
| 56 |
+
"compiler_type": "neuronx-cc",
|
| 57 |
+
"compiler_version": "2.17.194.0+d312836f",
|
| 58 |
+
"dynamic_batch_size": false,
|
| 59 |
+
"inline_weights_to_neff": false,
|
| 60 |
+
"optlevel": "2",
|
| 61 |
+
"output_attentions": false,
|
| 62 |
+
"output_hidden_states": false,
|
| 63 |
+
"static_batch_size": 1,
|
| 64 |
+
"static_sequence_length": 77,
|
| 65 |
+
"task": "feature-extraction",
|
| 66 |
+
"tensor_parallel_size": 1
|
| 67 |
+
},
|
| 68 |
+
"num_attention_heads": 20,
|
| 69 |
+
"num_hidden_layers": 32,
|
| 70 |
+
"output_hidden_states": true,
|
| 71 |
+
"vocab_size": 49408
|
| 72 |
+
},
|
| 73 |
+
"unet": {
|
| 74 |
+
"_class_name": "UNet2DConditionModel",
|
| 75 |
+
"act_fn": "silu",
|
| 76 |
+
"addition_embed_type": "text_time",
|
| 77 |
+
"addition_embed_type_num_heads": 64,
|
| 78 |
+
"addition_time_embed_dim": 256,
|
| 79 |
+
"attention_head_dim": [
|
| 80 |
+
5,
|
| 81 |
+
10,
|
| 82 |
+
20
|
| 83 |
+
],
|
| 84 |
+
"attention_type": "default",
|
| 85 |
+
"block_out_channels": [
|
| 86 |
+
320,
|
| 87 |
+
640,
|
| 88 |
+
1280
|
| 89 |
+
],
|
| 90 |
+
"center_input_sample": false,
|
| 91 |
+
"class_embed_type": null,
|
| 92 |
+
"class_embeddings_concat": false,
|
| 93 |
+
"conv_in_kernel": 3,
|
| 94 |
+
"conv_out_kernel": 3,
|
| 95 |
+
"cross_attention_dim": 2048,
|
| 96 |
+
"cross_attention_norm": null,
|
| 97 |
+
"down_block_types": [
|
| 98 |
+
"DownBlock2D",
|
| 99 |
+
"CrossAttnDownBlock2D",
|
| 100 |
+
"CrossAttnDownBlock2D"
|
| 101 |
+
],
|
| 102 |
+
"downsample_padding": 1,
|
| 103 |
+
"dropout": 0.0,
|
| 104 |
+
"dual_cross_attention": false,
|
| 105 |
+
"encoder_hid_dim": null,
|
| 106 |
+
"encoder_hid_dim_type": null,
|
| 107 |
+
"flip_sin_to_cos": true,
|
| 108 |
+
"freq_shift": 0,
|
| 109 |
+
"in_channels": 4,
|
| 110 |
+
"layers_per_block": 2,
|
| 111 |
+
"mid_block_only_cross_attention": null,
|
| 112 |
+
"mid_block_scale_factor": 1,
|
| 113 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
| 114 |
+
"neuron": {
|
| 115 |
+
"auto_cast": "matmul",
|
| 116 |
+
"auto_cast_type": "bf16",
|
| 117 |
+
"compiler_type": "neuronx-cc",
|
| 118 |
+
"compiler_version": "2.17.194.0+d312836f",
|
| 119 |
+
"dynamic_batch_size": false,
|
| 120 |
+
"inline_weights_to_neff": true,
|
| 121 |
+
"optlevel": "2",
|
| 122 |
+
"output_attentions": false,
|
| 123 |
+
"output_hidden_states": false,
|
| 124 |
+
"static_batch_size": 1,
|
| 125 |
+
"static_height": 128,
|
| 126 |
+
"static_num_channels": 4,
|
| 127 |
+
"static_sequence_length": 77,
|
| 128 |
+
"static_vae_scale_factor": 8,
|
| 129 |
+
"static_width": 128,
|
| 130 |
+
"task": "semantic-segmentation",
|
| 131 |
+
"tensor_parallel_size": 1
|
| 132 |
+
},
|
| 133 |
+
"norm_eps": 1e-05,
|
| 134 |
+
"norm_num_groups": 32,
|
| 135 |
+
"num_attention_heads": null,
|
| 136 |
+
"num_class_embeds": null,
|
| 137 |
+
"only_cross_attention": false,
|
| 138 |
+
"out_channels": 4,
|
| 139 |
+
"projection_class_embeddings_input_dim": 2816,
|
| 140 |
+
"resnet_out_scale_factor": 1.0,
|
| 141 |
+
"resnet_skip_time_act": false,
|
| 142 |
+
"resnet_time_scale_shift": "default",
|
| 143 |
+
"reverse_transformer_layers_per_block": null,
|
| 144 |
+
"time_cond_proj_dim": null,
|
| 145 |
+
"time_embedding_act_fn": null,
|
| 146 |
+
"time_embedding_dim": null,
|
| 147 |
+
"time_embedding_type": "positional",
|
| 148 |
+
"timestep_post_act": null,
|
| 149 |
+
"transformer_layers_per_block": [
|
| 150 |
+
1,
|
| 151 |
+
2,
|
| 152 |
+
10
|
| 153 |
+
],
|
| 154 |
+
"up_block_types": [
|
| 155 |
+
"CrossAttnUpBlock2D",
|
| 156 |
+
"CrossAttnUpBlock2D",
|
| 157 |
+
"UpBlock2D"
|
| 158 |
+
],
|
| 159 |
+
"upcast_attention": null,
|
| 160 |
+
"use_linear_projection": true
|
| 161 |
+
}
|
| 162 |
+
}
|
neuronxcc-2.17.194.0+d312836f/MODULE_a8218e1ae23f2aaf8834/text_encoder/model.neuron
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 495950649
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b12ae2710f891d22271fabfaaf9c30329fe7828b8809c4e271abf0fe73821424
|
| 3 |
size 495950649
|
neuronxcc-2.17.194.0+d312836f/MODULE_a8218e1ae23f2aaf8834/text_encoder_2/model.neuron
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2801222123
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b53c588e34ed5b3c56960d07d5159a414418b4fc9ad7a86441a66d2a108d40f
|
| 3 |
size 2801222123
|
neuronxcc-2.17.194.0+d312836f/MODULE_a8218e1ae23f2aaf8834/unet/config.json
CHANGED
|
@@ -5,8 +5,8 @@
|
|
| 5 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/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-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/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_a8218e1ae23f2aaf8834/unet/model.neuron
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4173339965
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4be5550bb6ded2e8adca02534923aace14b08e36e33133d195ebc50447e7fc48
|
| 3 |
size 4173339965
|
neuronxcc-2.17.194.0+d312836f/MODULE_a8218e1ae23f2aaf8834/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-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/vae",
|
| 6 |
"_use_default_values": [
|
| 7 |
-
"
|
| 8 |
-
"latents_std",
|
| 9 |
"mid_block_add_attention",
|
|
|
|
|
|
|
| 10 |
"use_quant_conv",
|
| 11 |
-
"
|
| 12 |
-
"use_post_quant_conv"
|
| 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-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/vae",
|
| 6 |
"_use_default_values": [
|
| 7 |
+
"latents_mean",
|
|
|
|
| 8 |
"mid_block_add_attention",
|
| 9 |
+
"shift_factor",
|
| 10 |
+
"use_post_quant_conv",
|
| 11 |
"use_quant_conv",
|
| 12 |
+
"latents_std"
|
|
|
|
| 13 |
],
|
| 14 |
"act_fn": "silu",
|
| 15 |
"block_out_channels": [
|
neuronxcc-2.17.194.0+d312836f/MODULE_a8218e1ae23f2aaf8834/vae_decoder/model.neuron
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 749922867
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bf60f060bfc24bddee5dabeee2c2f2315639f06544304436bd02b6d6acad1c0
|
| 3 |
size 749922867
|
neuronxcc-2.17.194.0+d312836f/MODULE_a8218e1ae23f2aaf8834/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-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/vae",
|
| 6 |
"_use_default_values": [
|
| 7 |
-
"
|
| 8 |
-
"latents_std",
|
| 9 |
"mid_block_add_attention",
|
|
|
|
|
|
|
| 10 |
"use_quant_conv",
|
| 11 |
-
"
|
| 12 |
-
"use_post_quant_conv"
|
| 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-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/vae",
|
| 6 |
"_use_default_values": [
|
| 7 |
+
"latents_mean",
|
|
|
|
| 8 |
"mid_block_add_attention",
|
| 9 |
+
"shift_factor",
|
| 10 |
+
"use_post_quant_conv",
|
| 11 |
"use_quant_conv",
|
| 12 |
+
"latents_std"
|
|
|
|
| 13 |
],
|
| 14 |
"act_fn": "silu",
|
| 15 |
"block_out_channels": [
|
neuronxcc-2.17.194.0+d312836f/MODULE_a8218e1ae23f2aaf8834/vae_encoder/model.neuron
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 382102067
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07f2563b1300518d22e44cc46ab0329c61c50d806c1d940f9ee7dc114aff217e
|
| 3 |
size 382102067
|