Synchronizing local compiler cache.
Browse files- neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.2.0.dev6/stable-diffusion/jyoung105/stable-diffusion-v1-5/290d6364f00ca86a0a51.json +122 -0
- neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/text_encoder/config.json +1 -2
- neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/text_encoder/model.neuron +1 -1
- neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/unet/config.json +0 -1
- neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/unet/model.neuron +2 -2
- neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/vae_decoder/config.json +0 -1
- neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/vae_decoder/model.neuron +1 -1
- neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/vae_encoder/config.json +0 -1
- neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/vae_encoder/model.neuron +1 -1
neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.2.0.dev6/stable-diffusion/jyoung105/stable-diffusion-v1-5/290d6364f00ca86a0a51.json
ADDED
|
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_entry_class": "MultiModelCacheEntry",
|
| 3 |
+
"_model_id": "jyoung105/stable-diffusion-v1-5",
|
| 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 |
+
"vocab_size": 49408
|
| 37 |
+
},
|
| 38 |
+
"unet": {
|
| 39 |
+
"_class_name": "UNet2DConditionModel",
|
| 40 |
+
"act_fn": "silu",
|
| 41 |
+
"addition_embed_type": null,
|
| 42 |
+
"addition_embed_type_num_heads": 64,
|
| 43 |
+
"addition_time_embed_dim": null,
|
| 44 |
+
"attention_head_dim": 8,
|
| 45 |
+
"attention_type": "default",
|
| 46 |
+
"block_out_channels": [
|
| 47 |
+
320,
|
| 48 |
+
640,
|
| 49 |
+
1280,
|
| 50 |
+
1280
|
| 51 |
+
],
|
| 52 |
+
"center_input_sample": false,
|
| 53 |
+
"class_embed_type": null,
|
| 54 |
+
"class_embeddings_concat": false,
|
| 55 |
+
"conv_in_kernel": 3,
|
| 56 |
+
"conv_out_kernel": 3,
|
| 57 |
+
"cross_attention_dim": 768,
|
| 58 |
+
"cross_attention_norm": null,
|
| 59 |
+
"down_block_types": [
|
| 60 |
+
"CrossAttnDownBlock2D",
|
| 61 |
+
"CrossAttnDownBlock2D",
|
| 62 |
+
"CrossAttnDownBlock2D",
|
| 63 |
+
"DownBlock2D"
|
| 64 |
+
],
|
| 65 |
+
"downsample_padding": 1,
|
| 66 |
+
"dropout": 0.0,
|
| 67 |
+
"dual_cross_attention": false,
|
| 68 |
+
"encoder_hid_dim": null,
|
| 69 |
+
"encoder_hid_dim_type": null,
|
| 70 |
+
"flip_sin_to_cos": true,
|
| 71 |
+
"freq_shift": 0,
|
| 72 |
+
"in_channels": 4,
|
| 73 |
+
"layers_per_block": 2,
|
| 74 |
+
"mid_block_only_cross_attention": null,
|
| 75 |
+
"mid_block_scale_factor": 1,
|
| 76 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
| 77 |
+
"neuron": {
|
| 78 |
+
"auto_cast": "matmul",
|
| 79 |
+
"auto_cast_type": "bf16",
|
| 80 |
+
"compiler_type": "neuronx-cc",
|
| 81 |
+
"compiler_version": "2.17.194.0+d312836f",
|
| 82 |
+
"dynamic_batch_size": false,
|
| 83 |
+
"inline_weights_to_neff": false,
|
| 84 |
+
"optlevel": "2",
|
| 85 |
+
"output_attentions": false,
|
| 86 |
+
"output_hidden_states": false,
|
| 87 |
+
"static_batch_size": 1,
|
| 88 |
+
"static_height": 96,
|
| 89 |
+
"static_num_channels": 4,
|
| 90 |
+
"static_sequence_length": 77,
|
| 91 |
+
"static_vae_scale_factor": 8,
|
| 92 |
+
"static_width": 96,
|
| 93 |
+
"task": "semantic-segmentation",
|
| 94 |
+
"tensor_parallel_size": 1
|
| 95 |
+
},
|
| 96 |
+
"norm_eps": 1e-05,
|
| 97 |
+
"norm_num_groups": 32,
|
| 98 |
+
"num_attention_heads": null,
|
| 99 |
+
"num_class_embeds": null,
|
| 100 |
+
"only_cross_attention": false,
|
| 101 |
+
"out_channels": 4,
|
| 102 |
+
"projection_class_embeddings_input_dim": null,
|
| 103 |
+
"resnet_out_scale_factor": 1.0,
|
| 104 |
+
"resnet_skip_time_act": false,
|
| 105 |
+
"resnet_time_scale_shift": "default",
|
| 106 |
+
"reverse_transformer_layers_per_block": null,
|
| 107 |
+
"time_cond_proj_dim": null,
|
| 108 |
+
"time_embedding_act_fn": null,
|
| 109 |
+
"time_embedding_dim": null,
|
| 110 |
+
"time_embedding_type": "positional",
|
| 111 |
+
"timestep_post_act": null,
|
| 112 |
+
"transformer_layers_per_block": 1,
|
| 113 |
+
"up_block_types": [
|
| 114 |
+
"UpBlock2D",
|
| 115 |
+
"CrossAttnUpBlock2D",
|
| 116 |
+
"CrossAttnUpBlock2D",
|
| 117 |
+
"CrossAttnUpBlock2D"
|
| 118 |
+
],
|
| 119 |
+
"upcast_attention": false,
|
| 120 |
+
"use_linear_projection": false
|
| 121 |
+
}
|
| 122 |
+
}
|
neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/text_encoder/config.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"_attn_implementation_autoset": true,
|
| 3 |
-
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--jyoung105--stable-diffusion-v1-5/snapshots/609e07b1ae6db1e250119f262c9ba32d7499fe50/text_encoder",
|
| 4 |
"architectures": [
|
| 5 |
"CLIPTextModel"
|
| 6 |
],
|
|
@@ -45,6 +44,6 @@
|
|
| 45 |
"projection_dim": 768,
|
| 46 |
"torch_dtype": "float32",
|
| 47 |
"torchscript": true,
|
| 48 |
-
"transformers_version": "4.
|
| 49 |
"vocab_size": 49408
|
| 50 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_attn_implementation_autoset": true,
|
|
|
|
| 3 |
"architectures": [
|
| 4 |
"CLIPTextModel"
|
| 5 |
],
|
|
|
|
| 44 |
"projection_dim": 768,
|
| 45 |
"torch_dtype": "float32",
|
| 46 |
"torchscript": true,
|
| 47 |
+
"transformers_version": "4.51.3",
|
| 48 |
"vocab_size": 49408
|
| 49 |
}
|
neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/text_encoder/model.neuron
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 495899257
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42539eabfe2d01b8281ac5dffe3f942ea4a8ffce783568491c5799b9e8183fd0
|
| 3 |
size 495899257
|
neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/unet/config.json
CHANGED
|
@@ -2,7 +2,6 @@
|
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
"_commit_hash": null,
|
| 4 |
"_diffusers_version": "0.30.3",
|
| 5 |
-
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--jyoung105--stable-diffusion-v1-5/snapshots/609e07b1ae6db1e250119f262c9ba32d7499fe50/unet",
|
| 6 |
"act_fn": "silu",
|
| 7 |
"addition_embed_type": null,
|
| 8 |
"addition_embed_type_num_heads": 64,
|
|
|
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
"_commit_hash": null,
|
| 4 |
"_diffusers_version": "0.30.3",
|
|
|
|
| 5 |
"act_fn": "silu",
|
| 6 |
"addition_embed_type": null,
|
| 7 |
"addition_embed_type_num_heads": 64,
|
neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/unet/model.neuron
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac4c23adfa86c53facf369b8d292a3cf09d8d9b99bb5c8365e903bfb7152c199
|
| 3 |
+
size 3851517965
|
neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/vae_decoder/config.json
CHANGED
|
@@ -2,7 +2,6 @@
|
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
"_commit_hash": null,
|
| 4 |
"_diffusers_version": "0.30.3",
|
| 5 |
-
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--jyoung105--stable-diffusion-v1-5/snapshots/609e07b1ae6db1e250119f262c9ba32d7499fe50/vae",
|
| 6 |
"act_fn": "silu",
|
| 7 |
"block_out_channels": [
|
| 8 |
128,
|
|
|
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
"_commit_hash": null,
|
| 4 |
"_diffusers_version": "0.30.3",
|
|
|
|
| 5 |
"act_fn": "silu",
|
| 6 |
"block_out_channels": [
|
| 7 |
128,
|
neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/vae_decoder/model.neuron
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 600343701
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89863786b4991f68b15a55c3d4d96c509875d070cdb241cb31320a02e3aa878c
|
| 3 |
size 600343701
|
neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/vae_encoder/config.json
CHANGED
|
@@ -2,7 +2,6 @@
|
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
"_commit_hash": null,
|
| 4 |
"_diffusers_version": "0.30.3",
|
| 5 |
-
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--jyoung105--stable-diffusion-v1-5/snapshots/609e07b1ae6db1e250119f262c9ba32d7499fe50/vae",
|
| 6 |
"act_fn": "silu",
|
| 7 |
"block_out_channels": [
|
| 8 |
128,
|
|
|
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
"_commit_hash": null,
|
| 4 |
"_diffusers_version": "0.30.3",
|
|
|
|
| 5 |
"act_fn": "silu",
|
| 6 |
"block_out_channels": [
|
| 7 |
128,
|
neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/vae_encoder/model.neuron
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 351604243
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e0da9e0f3801367a12c30eaee23786856d50593f3dbad9eee9b3064143ffed4
|
| 3 |
size 351604243
|