Synchronizing local compiler cache.
Browse files- neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/model_index.json +1 -1
- neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/scheduler/scheduler_config.json +1 -1
- neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/text_encoder/model.neuron +1 -1
- neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/unet/config.json +18 -18
- neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/unet/model.neuron +1 -1
- neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/vae_decoder/config.json +12 -4
- neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/vae_decoder/model.neuron +1 -1
- neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/vae_encoder/config.json +13 -5
- neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/vae_encoder/model.neuron +2 -2
neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/model_index.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "StableDiffusionPipeline",
|
3 |
-
"_diffusers_version": "0.
|
4 |
"_name_or_path": "stabilityai/stable-diffusion-2-1",
|
5 |
"feature_extractor": [
|
6 |
"transformers",
|
|
|
1 |
{
|
2 |
"_class_name": "StableDiffusionPipeline",
|
3 |
+
"_diffusers_version": "0.30.3",
|
4 |
"_name_or_path": "stabilityai/stable-diffusion-2-1",
|
5 |
"feature_extractor": [
|
6 |
"transformers",
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/scheduler/scheduler_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "DDIMScheduler",
|
3 |
-
"_diffusers_version": "0.
|
4 |
"beta_end": 0.012,
|
5 |
"beta_schedule": "scaled_linear",
|
6 |
"beta_start": 0.00085,
|
|
|
1 |
{
|
2 |
"_class_name": "DDIMScheduler",
|
3 |
+
"_diffusers_version": "0.30.3",
|
4 |
"beta_end": 0.012,
|
5 |
"beta_schedule": "scaled_linear",
|
6 |
"beta_start": 0.00085,
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/text_encoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1373452281
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f0d2daf4730904868f180b2c793004ee2a344f016dbcf66ddf1d6e3fc400fc2
|
3 |
size 1373452281
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/unet/config.json
CHANGED
@@ -1,35 +1,35 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_commit_hash": null,
|
4 |
-
"_diffusers_version": "0.
|
5 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/unet",
|
6 |
"_use_default_values": [
|
7 |
-
"
|
8 |
-
"transformer_layers_per_block",
|
9 |
-
"class_embeddings_concat",
|
10 |
-
"projection_class_embeddings_input_dim",
|
11 |
"cross_attention_norm",
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
"dropout",
|
13 |
-
"conv_in_kernel",
|
14 |
-
"num_attention_heads",
|
15 |
-
"time_embedding_dim",
|
16 |
"class_embed_type",
|
17 |
-
"resnet_time_scale_shift",
|
18 |
"encoder_hid_dim",
|
19 |
-
"
|
|
|
|
|
|
|
20 |
"time_embedding_type",
|
|
|
|
|
21 |
"mid_block_type",
|
22 |
-
"addition_embed_type_num_heads",
|
23 |
-
"time_cond_proj_dim",
|
24 |
"reverse_transformer_layers_per_block",
|
|
|
25 |
"addition_embed_type",
|
26 |
-
"
|
27 |
-
"attention_type",
|
28 |
-
"addition_time_embed_dim",
|
29 |
-
"mid_block_only_cross_attention",
|
30 |
-
"resnet_out_scale_factor",
|
31 |
"time_embedding_act_fn",
|
32 |
-
"
|
|
|
33 |
],
|
34 |
"act_fn": "silu",
|
35 |
"addition_embed_type": null,
|
|
|
1 |
{
|
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-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/unet",
|
6 |
"_use_default_values": [
|
7 |
+
"resnet_out_scale_factor",
|
|
|
|
|
|
|
8 |
"cross_attention_norm",
|
9 |
+
"resnet_skip_time_act",
|
10 |
+
"mid_block_only_cross_attention",
|
11 |
+
"encoder_hid_dim_type",
|
12 |
+
"conv_out_kernel",
|
13 |
+
"addition_time_embed_dim",
|
14 |
+
"resnet_time_scale_shift",
|
15 |
"dropout",
|
|
|
|
|
|
|
16 |
"class_embed_type",
|
|
|
17 |
"encoder_hid_dim",
|
18 |
+
"time_cond_proj_dim",
|
19 |
+
"class_embeddings_concat",
|
20 |
+
"timestep_post_act",
|
21 |
+
"conv_in_kernel",
|
22 |
"time_embedding_type",
|
23 |
+
"attention_type",
|
24 |
+
"transformer_layers_per_block",
|
25 |
"mid_block_type",
|
|
|
|
|
26 |
"reverse_transformer_layers_per_block",
|
27 |
+
"num_attention_heads",
|
28 |
"addition_embed_type",
|
29 |
+
"addition_embed_type_num_heads",
|
|
|
|
|
|
|
|
|
30 |
"time_embedding_act_fn",
|
31 |
+
"projection_class_embeddings_input_dim",
|
32 |
+
"time_embedding_dim"
|
33 |
],
|
34 |
"act_fn": "silu",
|
35 |
"addition_embed_type": null,
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/unet/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3739123405
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7ab5a1b42f7791021bce2745e6ce541730b12a78b2333777524ae079573b892
|
3 |
size 3739123405
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/vae_decoder/config.json
CHANGED
@@ -1,13 +1,17 @@
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
"_commit_hash": null,
|
4 |
-
"_diffusers_version": "0.
|
5 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
|
6 |
"_use_default_values": [
|
7 |
-
"force_upcast",
|
8 |
"latents_std",
|
|
|
|
|
|
|
|
|
|
|
9 |
"latents_mean",
|
10 |
-
"
|
11 |
],
|
12 |
"act_fn": "silu",
|
13 |
"block_out_channels": [
|
@@ -28,6 +32,7 @@
|
|
28 |
"latents_mean": null,
|
29 |
"latents_std": null,
|
30 |
"layers_per_block": 2,
|
|
|
31 |
"neuron": {
|
32 |
"auto_cast": "matmul",
|
33 |
"auto_cast_type": "bf16",
|
@@ -54,6 +59,7 @@
|
|
54 |
"out_channels": 3,
|
55 |
"sample_size": 768,
|
56 |
"scaling_factor": 0.18215,
|
|
|
57 |
"task": "semantic-segmentation",
|
58 |
"transformers_version": null,
|
59 |
"up_block_types": [
|
@@ -61,5 +67,7 @@
|
|
61 |
"UpDecoderBlock2D",
|
62 |
"UpDecoderBlock2D",
|
63 |
"UpDecoderBlock2D"
|
64 |
-
]
|
|
|
|
|
65 |
}
|
|
|
1 |
{
|
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-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
|
6 |
"_use_default_values": [
|
|
|
7 |
"latents_std",
|
8 |
+
"use_quant_conv",
|
9 |
+
"shift_factor",
|
10 |
+
"use_post_quant_conv",
|
11 |
+
"mid_block_add_attention",
|
12 |
+
"scaling_factor",
|
13 |
"latents_mean",
|
14 |
+
"force_upcast"
|
15 |
],
|
16 |
"act_fn": "silu",
|
17 |
"block_out_channels": [
|
|
|
32 |
"latents_mean": null,
|
33 |
"latents_std": null,
|
34 |
"layers_per_block": 2,
|
35 |
+
"mid_block_add_attention": true,
|
36 |
"neuron": {
|
37 |
"auto_cast": "matmul",
|
38 |
"auto_cast_type": "bf16",
|
|
|
59 |
"out_channels": 3,
|
60 |
"sample_size": 768,
|
61 |
"scaling_factor": 0.18215,
|
62 |
+
"shift_factor": null,
|
63 |
"task": "semantic-segmentation",
|
64 |
"transformers_version": null,
|
65 |
"up_block_types": [
|
|
|
67 |
"UpDecoderBlock2D",
|
68 |
"UpDecoderBlock2D",
|
69 |
"UpDecoderBlock2D"
|
70 |
+
],
|
71 |
+
"use_post_quant_conv": true,
|
72 |
+
"use_quant_conv": true
|
73 |
}
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/vae_decoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 532513941
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8aa307e76c14000d691bc7331fa2d1de467ac694d583d68e9c39e3b49fb9722
|
3 |
size 532513941
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/vae_encoder/config.json
CHANGED
@@ -1,13 +1,17 @@
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
"_commit_hash": null,
|
4 |
-
"_diffusers_version": "0.
|
5 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
|
6 |
"_use_default_values": [
|
7 |
-
"force_upcast",
|
8 |
"latents_std",
|
|
|
|
|
|
|
|
|
|
|
9 |
"latents_mean",
|
10 |
-
"
|
11 |
],
|
12 |
"act_fn": "silu",
|
13 |
"block_out_channels": [
|
@@ -28,6 +32,7 @@
|
|
28 |
"latents_mean": null,
|
29 |
"latents_std": null,
|
30 |
"layers_per_block": 2,
|
|
|
31 |
"neuron": {
|
32 |
"auto_cast": "matmul",
|
33 |
"auto_cast_type": "bf16",
|
@@ -43,7 +48,7 @@
|
|
43 |
"output_attentions": false,
|
44 |
"output_hidden_states": false,
|
45 |
"output_names": [
|
46 |
-
"
|
47 |
],
|
48 |
"static_batch_size": 1,
|
49 |
"static_height": 768,
|
@@ -54,6 +59,7 @@
|
|
54 |
"out_channels": 3,
|
55 |
"sample_size": 768,
|
56 |
"scaling_factor": 0.18215,
|
|
|
57 |
"task": "semantic-segmentation",
|
58 |
"transformers_version": null,
|
59 |
"up_block_types": [
|
@@ -61,5 +67,7 @@
|
|
61 |
"UpDecoderBlock2D",
|
62 |
"UpDecoderBlock2D",
|
63 |
"UpDecoderBlock2D"
|
64 |
-
]
|
|
|
|
|
65 |
}
|
|
|
1 |
{
|
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-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
|
6 |
"_use_default_values": [
|
|
|
7 |
"latents_std",
|
8 |
+
"use_quant_conv",
|
9 |
+
"shift_factor",
|
10 |
+
"use_post_quant_conv",
|
11 |
+
"mid_block_add_attention",
|
12 |
+
"scaling_factor",
|
13 |
"latents_mean",
|
14 |
+
"force_upcast"
|
15 |
],
|
16 |
"act_fn": "silu",
|
17 |
"block_out_channels": [
|
|
|
32 |
"latents_mean": null,
|
33 |
"latents_std": null,
|
34 |
"layers_per_block": 2,
|
35 |
+
"mid_block_add_attention": true,
|
36 |
"neuron": {
|
37 |
"auto_cast": "matmul",
|
38 |
"auto_cast_type": "bf16",
|
|
|
48 |
"output_attentions": false,
|
49 |
"output_hidden_states": false,
|
50 |
"output_names": [
|
51 |
+
"latent_parameters"
|
52 |
],
|
53 |
"static_batch_size": 1,
|
54 |
"static_height": 768,
|
|
|
59 |
"out_channels": 3,
|
60 |
"sample_size": 768,
|
61 |
"scaling_factor": 0.18215,
|
62 |
+
"shift_factor": null,
|
63 |
"task": "semantic-segmentation",
|
64 |
"transformers_version": null,
|
65 |
"up_block_types": [
|
|
|
67 |
"UpDecoderBlock2D",
|
68 |
"UpDecoderBlock2D",
|
69 |
"UpDecoderBlock2D"
|
70 |
+
],
|
71 |
+
"use_post_quant_conv": true,
|
72 |
+
"use_quant_conv": true
|
73 |
}
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_a89cb752bd3a2641c87c/vae_encoder/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:de9c6f4570347c936997392228d50ed4b6bfd5fef6f2bdc114f2df38ffc71d4d
|
3 |
+
size 318559763
|