Synchronizing local compiler cache.
Browse files- neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/model_index.json +3 -3
- neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/scheduler/scheduler_config.json +9 -4
- neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/text_encoder/config.json +1 -1
- neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/text_encoder/model.neuron +1 -1
- neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/text_encoder_2/config.json +1 -1
- neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/text_encoder_2/model.neuron +1 -1
- neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/tokenizer/special_tokens_map.json +1 -7
- neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/tokenizer_2/special_tokens_map.json +1 -7
- neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/unet/config.json +8 -3
- neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/unet/model.neuron +2 -2
- neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/vae_decoder/config.json +12 -4
- neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/vae_decoder/model.neuron +1 -1
- neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/vae_encoder/config.json +13 -5
- neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/vae_encoder/model.neuron +2 -2
neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/model_index.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "StableDiffusionXLPipeline",
|
3 |
-
"_diffusers_version": "0.
|
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/stable-diffusion-xl-base-1.0",
|
5 |
"feature_extractor": [
|
6 |
null,
|
7 |
null
|
|
|
13 |
],
|
14 |
"scheduler": [
|
15 |
"diffusers",
|
16 |
+
"EulerDiscreteScheduler"
|
17 |
],
|
18 |
"text_encoder": [
|
19 |
"transformers",
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/scheduler/scheduler_config.json
CHANGED
@@ -1,18 +1,23 @@
|
|
1 |
{
|
2 |
-
"_class_name": "
|
3 |
-
"_diffusers_version": "0.
|
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": "
|
17 |
-
"
|
|
|
|
|
18 |
}
|
|
|
1 |
{
|
2 |
+
"_class_name": "EulerDiscreteScheduler",
|
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": "leading",
|
20 |
+
"timestep_type": "discrete",
|
21 |
+
"trained_betas": null,
|
22 |
+
"use_karras_sigmas": false
|
23 |
}
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/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--stable-diffusion-xl-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/text_encoder",
|
3 |
"architectures": [
|
4 |
"CLIPTextModel"
|
5 |
],
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/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:1cbf0ae8b19186a2ae04e03fbea04ccf9b47ee8b4cd929a4e412f97db7af4aa0
|
3 |
size 496390969
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/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--stable-diffusion-xl-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/text_encoder_2",
|
3 |
"architectures": [
|
4 |
"CLIPTextModelWithProjection"
|
5 |
],
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/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:f7270499e4c15f90df113050b57382f0b46e8838f1d8d87c32d17234a2539ffd
|
3 |
size 2803014059
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/tokenizer/special_tokens_map.json
CHANGED
@@ -13,13 +13,7 @@
|
|
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,
|
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
+
"pad_token": "<|endoftext|>",
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
"unk_token": {
|
18 |
"content": "<|endoftext|>",
|
19 |
"lstrip": false,
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/tokenizer_2/special_tokens_map.json
CHANGED
@@ -13,13 +13,7 @@
|
|
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,
|
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
+
"pad_token": "!",
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
"unk_token": {
|
18 |
"content": "<|endoftext|>",
|
19 |
"lstrip": false,
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/unet/config.json
CHANGED
@@ -1,8 +1,13 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_commit_hash": null,
|
4 |
-
"_diffusers_version": "0.
|
5 |
-
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--
|
|
|
|
|
|
|
|
|
|
|
6 |
"act_fn": "silu",
|
7 |
"addition_embed_type": "text_time",
|
8 |
"addition_embed_type_num_heads": 64,
|
@@ -81,7 +86,7 @@
|
|
81 |
"resnet_skip_time_act": false,
|
82 |
"resnet_time_scale_shift": "default",
|
83 |
"reverse_transformer_layers_per_block": null,
|
84 |
-
"sample_size":
|
85 |
"task": "semantic-segmentation",
|
86 |
"time_cond_proj_dim": null,
|
87 |
"time_embedding_act_fn": 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-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",
|
13 |
"addition_embed_type_num_heads": 64,
|
|
|
86 |
"resnet_skip_time_act": false,
|
87 |
"resnet_time_scale_shift": "default",
|
88 |
"reverse_transformer_layers_per_block": null,
|
89 |
+
"sample_size": 128,
|
90 |
"task": "semantic-segmentation",
|
91 |
"time_cond_proj_dim": null,
|
92 |
"time_embedding_act_fn": null,
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/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:9129867c3a52bd2cfa855909aa13ad1ab57d5804a38c2e401bcc11f1cd338689
|
3 |
+
size 4153894205
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/vae_decoder/config.json
CHANGED
@@ -1,11 +1,15 @@
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
"_commit_hash": null,
|
4 |
-
"_diffusers_version": "0.
|
5 |
-
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--
|
6 |
"_use_default_values": [
|
7 |
"latents_mean",
|
8 |
-
"
|
|
|
|
|
|
|
|
|
9 |
],
|
10 |
"act_fn": "silu",
|
11 |
"block_out_channels": [
|
@@ -26,6 +30,7 @@
|
|
26 |
"latents_mean": null,
|
27 |
"latents_std": null,
|
28 |
"layers_per_block": 2,
|
|
|
29 |
"neuron": {
|
30 |
"auto_cast": "matmul",
|
31 |
"auto_cast_type": "bf16",
|
@@ -52,6 +57,7 @@
|
|
52 |
"out_channels": 3,
|
53 |
"sample_size": 1024,
|
54 |
"scaling_factor": 0.13025,
|
|
|
55 |
"task": "semantic-segmentation",
|
56 |
"transformers_version": null,
|
57 |
"up_block_types": [
|
@@ -59,5 +65,7 @@
|
|
59 |
"UpDecoderBlock2D",
|
60 |
"UpDecoderBlock2D",
|
61 |
"UpDecoderBlock2D"
|
62 |
-
]
|
|
|
|
|
63 |
}
|
|
|
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-xl-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/vae",
|
6 |
"_use_default_values": [
|
7 |
"latents_mean",
|
8 |
+
"mid_block_add_attention",
|
9 |
+
"use_post_quant_conv",
|
10 |
+
"use_quant_conv",
|
11 |
+
"latents_std",
|
12 |
+
"shift_factor"
|
13 |
],
|
14 |
"act_fn": "silu",
|
15 |
"block_out_channels": [
|
|
|
30 |
"latents_mean": null,
|
31 |
"latents_std": null,
|
32 |
"layers_per_block": 2,
|
33 |
+
"mid_block_add_attention": true,
|
34 |
"neuron": {
|
35 |
"auto_cast": "matmul",
|
36 |
"auto_cast_type": "bf16",
|
|
|
57 |
"out_channels": 3,
|
58 |
"sample_size": 1024,
|
59 |
"scaling_factor": 0.13025,
|
60 |
+
"shift_factor": null,
|
61 |
"task": "semantic-segmentation",
|
62 |
"transformers_version": null,
|
63 |
"up_block_types": [
|
|
|
65 |
"UpDecoderBlock2D",
|
66 |
"UpDecoderBlock2D",
|
67 |
"UpDecoderBlock2D"
|
68 |
+
],
|
69 |
+
"use_post_quant_conv": true,
|
70 |
+
"use_quant_conv": true
|
71 |
}
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/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:48fc4217d85b5263a3669195d8a14917f8271848e5d61ba290c8b8a86284747a
|
3 |
size 438309427
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/vae_encoder/config.json
CHANGED
@@ -1,11 +1,15 @@
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
"_commit_hash": null,
|
4 |
-
"_diffusers_version": "0.
|
5 |
-
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--
|
6 |
"_use_default_values": [
|
7 |
"latents_mean",
|
8 |
-
"
|
|
|
|
|
|
|
|
|
9 |
],
|
10 |
"act_fn": "silu",
|
11 |
"block_out_channels": [
|
@@ -26,6 +30,7 @@
|
|
26 |
"latents_mean": null,
|
27 |
"latents_std": null,
|
28 |
"layers_per_block": 2,
|
|
|
29 |
"neuron": {
|
30 |
"auto_cast": "matmul",
|
31 |
"auto_cast_type": "bf16",
|
@@ -41,7 +46,7 @@
|
|
41 |
"output_attentions": false,
|
42 |
"output_hidden_states": false,
|
43 |
"output_names": [
|
44 |
-
"
|
45 |
],
|
46 |
"static_batch_size": 1,
|
47 |
"static_height": 768,
|
@@ -52,6 +57,7 @@
|
|
52 |
"out_channels": 3,
|
53 |
"sample_size": 1024,
|
54 |
"scaling_factor": 0.13025,
|
|
|
55 |
"task": "semantic-segmentation",
|
56 |
"transformers_version": null,
|
57 |
"up_block_types": [
|
@@ -59,5 +65,7 @@
|
|
59 |
"UpDecoderBlock2D",
|
60 |
"UpDecoderBlock2D",
|
61 |
"UpDecoderBlock2D"
|
62 |
-
]
|
|
|
|
|
63 |
}
|
|
|
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-xl-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/vae",
|
6 |
"_use_default_values": [
|
7 |
"latents_mean",
|
8 |
+
"mid_block_add_attention",
|
9 |
+
"use_post_quant_conv",
|
10 |
+
"use_quant_conv",
|
11 |
+
"latents_std",
|
12 |
+
"shift_factor"
|
13 |
],
|
14 |
"act_fn": "silu",
|
15 |
"block_out_channels": [
|
|
|
30 |
"latents_mean": null,
|
31 |
"latents_std": null,
|
32 |
"layers_per_block": 2,
|
33 |
+
"mid_block_add_attention": true,
|
34 |
"neuron": {
|
35 |
"auto_cast": "matmul",
|
36 |
"auto_cast_type": "bf16",
|
|
|
46 |
"output_attentions": false,
|
47 |
"output_hidden_states": false,
|
48 |
"output_names": [
|
49 |
+
"latent_parameters"
|
50 |
],
|
51 |
"static_batch_size": 1,
|
52 |
"static_height": 768,
|
|
|
57 |
"out_channels": 3,
|
58 |
"sample_size": 1024,
|
59 |
"scaling_factor": 0.13025,
|
60 |
+
"shift_factor": null,
|
61 |
"task": "semantic-segmentation",
|
62 |
"transformers_version": null,
|
63 |
"up_block_types": [
|
|
|
65 |
"UpDecoderBlock2D",
|
66 |
"UpDecoderBlock2D",
|
67 |
"UpDecoderBlock2D"
|
68 |
+
],
|
69 |
+
"use_post_quant_conv": true,
|
70 |
+
"use_quant_conv": true
|
71 |
}
|
neuronxcc-2.15.128.0+56dc5a86/MODULE_da418b71f34a41b80de5/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:53f10da73e9d538a079a6bd90f866416f7692dd0101b0c54cc9f1e04c84c9fad
|
3 |
+
size 248807987
|