Synchronizing local compiler cache.
Browse files- neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/model_index.json +2 -2
- neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/scheduler/scheduler_config.json +3 -8
- neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/text_encoder/config.json +1 -1
- neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/text_encoder/model.neuron +1 -1
- neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/text_encoder_2/config.json +1 -1
- neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/text_encoder_2/model.neuron +1 -1
- neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/tokenizer/special_tokens_map.json +7 -1
- neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/tokenizer_2/special_tokens_map.json +7 -1
- neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/unet/config.json +2 -7
- neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/unet/model.neuron +2 -2
- neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/vae_decoder/config.json +6 -6
- neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/vae_decoder/model.neuron +1 -1
- neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/vae_encoder/config.json +6 -6
- neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/vae_encoder/model.neuron +1 -1
neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/model_index.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "StableDiffusionXLPipeline",
|
3 |
"_diffusers_version": "0.30.3",
|
4 |
-
"_name_or_path": "stabilityai/
|
5 |
"feature_extractor": [
|
6 |
null,
|
7 |
null
|
@@ -13,7 +13,7 @@
|
|
13 |
],
|
14 |
"scheduler": [
|
15 |
"diffusers",
|
16 |
-
"
|
17 |
],
|
18 |
"text_encoder": [
|
19 |
"transformers",
|
|
|
1 |
{
|
2 |
"_class_name": "StableDiffusionXLPipeline",
|
3 |
"_diffusers_version": "0.30.3",
|
4 |
+
"_name_or_path": "stabilityai/sdxl-turbo",
|
5 |
"feature_extractor": [
|
6 |
null,
|
7 |
null
|
|
|
13 |
],
|
14 |
"scheduler": [
|
15 |
"diffusers",
|
16 |
+
"EulerAncestralDiscreteScheduler"
|
17 |
],
|
18 |
"text_encoder": [
|
19 |
"transformers",
|
neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/scheduler/scheduler_config.json
CHANGED
@@ -1,23 +1,18 @@
|
|
1 |
{
|
2 |
-
"_class_name": "
|
3 |
"_diffusers_version": "0.30.3",
|
4 |
"beta_end": 0.012,
|
5 |
"beta_schedule": "scaled_linear",
|
6 |
"beta_start": 0.00085,
|
7 |
"clip_sample": false,
|
8 |
-
"final_sigmas_type": "zero",
|
9 |
"interpolation_type": "linear",
|
10 |
"num_train_timesteps": 1000,
|
11 |
"prediction_type": "epsilon",
|
12 |
"rescale_betas_zero_snr": false,
|
13 |
"sample_max_value": 1.0,
|
14 |
"set_alpha_to_one": false,
|
15 |
-
"sigma_max": null,
|
16 |
-
"sigma_min": null,
|
17 |
"skip_prk_steps": true,
|
18 |
"steps_offset": 1,
|
19 |
-
"timestep_spacing": "
|
20 |
-
"
|
21 |
-
"trained_betas": null,
|
22 |
-
"use_karras_sigmas": false
|
23 |
}
|
|
|
1 |
{
|
2 |
+
"_class_name": "EulerAncestralDiscreteScheduler",
|
3 |
"_diffusers_version": "0.30.3",
|
4 |
"beta_end": 0.012,
|
5 |
"beta_schedule": "scaled_linear",
|
6 |
"beta_start": 0.00085,
|
7 |
"clip_sample": false,
|
|
|
8 |
"interpolation_type": "linear",
|
9 |
"num_train_timesteps": 1000,
|
10 |
"prediction_type": "epsilon",
|
11 |
"rescale_betas_zero_snr": false,
|
12 |
"sample_max_value": 1.0,
|
13 |
"set_alpha_to_one": false,
|
|
|
|
|
14 |
"skip_prk_steps": true,
|
15 |
"steps_offset": 1,
|
16 |
+
"timestep_spacing": "trailing",
|
17 |
+
"trained_betas": null
|
|
|
|
|
18 |
}
|
neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/text_encoder/config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--
|
3 |
"architectures": [
|
4 |
"CLIPTextModel"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--sdxl-turbo/snapshots/71153311d3dbb46851df1931d3ca6e939de83304/text_encoder",
|
3 |
"architectures": [
|
4 |
"CLIPTextModel"
|
5 |
],
|
neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/text_encoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 496390969
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a1f6c24c5136f4f9439663d690e73da7edf88088a640c513d410062122e521b
|
3 |
size 496390969
|
neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/text_encoder_2/config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--
|
3 |
"architectures": [
|
4 |
"CLIPTextModelWithProjection"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--sdxl-turbo/snapshots/71153311d3dbb46851df1931d3ca6e939de83304/text_encoder_2",
|
3 |
"architectures": [
|
4 |
"CLIPTextModelWithProjection"
|
5 |
],
|
neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/text_encoder_2/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2803014059
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b252c2788ec7ba956571a461a3601cb40e5c18ce913e7e3e0c55cb1969eef93
|
3 |
size 2803014059
|
neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/tokenizer/special_tokens_map.json
CHANGED
@@ -13,7 +13,13 @@
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
-
"pad_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
"unk_token": {
|
18 |
"content": "<|endoftext|>",
|
19 |
"lstrip": false,
|
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|endoftext|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": true,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
"unk_token": {
|
24 |
"content": "<|endoftext|>",
|
25 |
"lstrip": false,
|
neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/tokenizer_2/special_tokens_map.json
CHANGED
@@ -13,7 +13,13 @@
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
-
"pad_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
"unk_token": {
|
18 |
"content": "<|endoftext|>",
|
19 |
"lstrip": false,
|
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "!",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
"unk_token": {
|
24 |
"content": "<|endoftext|>",
|
25 |
"lstrip": false,
|
neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/unet/config.json
CHANGED
@@ -2,12 +2,7 @@
|
|
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--
|
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",
|
13 |
"addition_embed_type_num_heads": 64,
|
@@ -87,7 +82,7 @@
|
|
87 |
"resnet_skip_time_act": false,
|
88 |
"resnet_time_scale_shift": "default",
|
89 |
"reverse_transformer_layers_per_block": null,
|
90 |
-
"sample_size":
|
91 |
"task": "semantic-segmentation",
|
92 |
"time_cond_proj_dim": null,
|
93 |
"time_embedding_act_fn": null,
|
|
|
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--sdxl-turbo/snapshots/71153311d3dbb46851df1931d3ca6e939de83304/unet",
|
|
|
|
|
|
|
|
|
|
|
6 |
"act_fn": "silu",
|
7 |
"addition_embed_type": "text_time",
|
8 |
"addition_embed_type_num_heads": 64,
|
|
|
82 |
"resnet_skip_time_act": false,
|
83 |
"resnet_time_scale_shift": "default",
|
84 |
"reverse_transformer_layers_per_block": null,
|
85 |
+
"sample_size": 64,
|
86 |
"task": "semantic-segmentation",
|
87 |
"time_cond_proj_dim": null,
|
88 |
"time_embedding_act_fn": null,
|
neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/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:746174d3be2046fd6ea67766461a8831f25da6b40055f92d12b01194884c0623
|
3 |
+
size 4164820285
|
neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/vae_decoder/config.json
CHANGED
@@ -2,14 +2,14 @@
|
|
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--
|
6 |
"_use_default_values": [
|
7 |
-
"use_quant_conv",
|
8 |
-
"shift_factor",
|
9 |
-
"use_post_quant_conv",
|
10 |
-
"latents_std",
|
11 |
"mid_block_add_attention",
|
12 |
-
"
|
|
|
|
|
|
|
|
|
13 |
],
|
14 |
"act_fn": "silu",
|
15 |
"block_out_channels": [
|
|
|
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--sdxl-turbo/snapshots/71153311d3dbb46851df1931d3ca6e939de83304/vae",
|
6 |
"_use_default_values": [
|
|
|
|
|
|
|
|
|
7 |
"mid_block_add_attention",
|
8 |
+
"latents_std",
|
9 |
+
"use_post_quant_conv",
|
10 |
+
"use_quant_conv",
|
11 |
+
"latents_mean",
|
12 |
+
"shift_factor"
|
13 |
],
|
14 |
"act_fn": "silu",
|
15 |
"block_out_channels": [
|
neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/vae_decoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 647236147
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d235390a3fed9ffb11e81bc446a1a55af1323bc0e526c41f66284ee6b63ec594
|
3 |
size 647236147
|
neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/vae_encoder/config.json
CHANGED
@@ -2,14 +2,14 @@
|
|
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--
|
6 |
"_use_default_values": [
|
7 |
-
"use_quant_conv",
|
8 |
-
"shift_factor",
|
9 |
-
"use_post_quant_conv",
|
10 |
-
"latents_std",
|
11 |
"mid_block_add_attention",
|
12 |
-
"
|
|
|
|
|
|
|
|
|
13 |
],
|
14 |
"act_fn": "silu",
|
15 |
"block_out_channels": [
|
|
|
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--sdxl-turbo/snapshots/71153311d3dbb46851df1931d3ca6e939de83304/vae",
|
6 |
"_use_default_values": [
|
|
|
|
|
|
|
|
|
7 |
"mid_block_add_attention",
|
8 |
+
"latents_std",
|
9 |
+
"use_post_quant_conv",
|
10 |
+
"use_quant_conv",
|
11 |
+
"latents_mean",
|
12 |
+
"shift_factor"
|
13 |
],
|
14 |
"act_fn": "silu",
|
15 |
"block_out_channels": [
|
neuronxcc-2.15.143.0+e39249ad/MODULE_9dc541171d00c2b8f871/vae_encoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 329048627
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfee4f75e97f6ca43ad94f54f7f626189add317e67f79034cfc1c88a6ea12c01
|
3 |
size 329048627
|