dacorvo HF staff commited on
Commit
3625f6d
1 Parent(s): 85a2c83

Synchronizing local compiler cache.

Browse files
Files changed (17) hide show
  1. .gitattributes +4 -0
  2. neuronxcc-2.15.128.0+56dc5a86/0_REGISTRY/0.0.25.dev0/inference/stable-diffusion/jyoung105/stable-diffusion-v1-5/1d92db0521c1b48b6622.json +1 -0
  3. neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/feature_extractor/preprocessor_config.json +27 -0
  4. neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/model_index.json +38 -0
  5. neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/scheduler/scheduler_config.json +15 -0
  6. neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/text_encoder/config.json +48 -0
  7. neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/text_encoder/model.neuron +3 -0
  8. neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/tokenizer/merges.txt +0 -0
  9. neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/tokenizer/special_tokens_map.json +30 -0
  10. neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/tokenizer/tokenizer_config.json +30 -0
  11. neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/tokenizer/vocab.json +0 -0
  12. neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/unet/config.json +97 -0
  13. neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/unet/model.neuron +3 -0
  14. neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/vae_decoder/config.json +63 -0
  15. neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/vae_decoder/model.neuron +3 -0
  16. neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/vae_encoder/config.json +63 -0
  17. neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/vae_encoder/model.neuron +3 -0
.gitattributes CHANGED
@@ -5659,3 +5659,7 @@ neuronxcc-2.15.128.0+56dc5a86/MODULE_2d29cc845b5dad431c0b/text_encoder/model.neu
5659
  neuronxcc-2.15.128.0+56dc5a86/MODULE_2d29cc845b5dad431c0b/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
5660
  neuronxcc-2.15.128.0+56dc5a86/MODULE_2d29cc845b5dad431c0b/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
5661
  neuronxcc-2.15.128.0+56dc5a86/MODULE_2d29cc845b5dad431c0b/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
5659
  neuronxcc-2.15.128.0+56dc5a86/MODULE_2d29cc845b5dad431c0b/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
5660
  neuronxcc-2.15.128.0+56dc5a86/MODULE_2d29cc845b5dad431c0b/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
5661
  neuronxcc-2.15.128.0+56dc5a86/MODULE_2d29cc845b5dad431c0b/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
5662
+ neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/text_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
5663
+ neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
5664
+ neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
5665
+ neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
neuronxcc-2.15.128.0+56dc5a86/0_REGISTRY/0.0.25.dev0/inference/stable-diffusion/jyoung105/stable-diffusion-v1-5/1d92db0521c1b48b6622.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"model_type": "stable-diffusion", "text_encoder": {"architectures": ["CLIPTextModel"], "attention_dropout": 0.0, "dropout": 0.0, "hidden_act": "quick_gelu", "hidden_size": 768, "initializer_factor": 1.0, "initializer_range": 0.02, "intermediate_size": 3072, "layer_norm_eps": 1e-05, "max_position_embeddings": 77, "model_type": "clip_text_model", "neuron": {"auto_cast": "matmul", "auto_cast_type": "bf16", "compiler_type": "neuronx-cc", "compiler_version": "2.15.128.0+56dc5a86", "dynamic_batch_size": false, "inline_weights_to_neff": false, "optlevel": "2", "output_attentions": false, "output_hidden_states": false, "static_batch_size": 1, "static_sequence_length": 77}, "num_attention_heads": 12, "num_hidden_layers": 12, "task": "feature-extraction", "vocab_size": 49408}, "unet": {"_class_name": "UNet2DConditionModel", "act_fn": "silu", "addition_embed_type": null, "addition_embed_type_num_heads": 64, "addition_time_embed_dim": null, "attention_head_dim": 8, "attention_type": "default", "block_out_channels": [320, 640, 1280, 1280], "center_input_sample": false, "class_embed_type": null, "class_embeddings_concat": false, "conv_in_kernel": 3, "conv_out_kernel": 3, "cross_attention_dim": 768, "cross_attention_norm": null, "down_block_types": ["CrossAttnDownBlock2D", "CrossAttnDownBlock2D", "CrossAttnDownBlock2D", "DownBlock2D"], "downsample_padding": 1, "dropout": 0.0, "dual_cross_attention": false, "encoder_hid_dim": null, "encoder_hid_dim_type": null, "flip_sin_to_cos": true, "freq_shift": 0, "in_channels": 4, "layers_per_block": 2, "mid_block_only_cross_attention": null, "mid_block_scale_factor": 1, "mid_block_type": "UNetMidBlock2DCrossAttn", "neuron": {"auto_cast": "matmul", "auto_cast_type": "bf16", "compiler_type": "neuronx-cc", "compiler_version": "2.15.128.0+56dc5a86", "dynamic_batch_size": false, "inline_weights_to_neff": false, "optlevel": "2", "output_attentions": false, "output_hidden_states": false, "static_batch_size": 1, "static_height": 96, "static_num_channels": 4, "static_sequence_length": 77, "static_vae_scale_factor": 8, "static_width": 96}, "norm_eps": 1e-05, "norm_num_groups": 32, "num_attention_heads": null, "num_class_embeds": null, "only_cross_attention": false, "out_channels": 4, "projection_class_embeddings_input_dim": null, "resnet_out_scale_factor": 1.0, "resnet_skip_time_act": false, "resnet_time_scale_shift": "default", "reverse_transformer_layers_per_block": null, "task": "semantic-segmentation", "time_cond_proj_dim": null, "time_embedding_act_fn": null, "time_embedding_dim": null, "time_embedding_type": "positional", "timestep_post_act": null, "transformer_layers_per_block": 1, "up_block_types": ["UpBlock2D", "CrossAttnUpBlock2D", "CrossAttnUpBlock2D", "CrossAttnUpBlock2D"], "upcast_attention": false, "use_linear_projection": false}}
neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/feature_extractor/preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.48145466,
13
+ 0.4578275,
14
+ 0.40821073
15
+ ],
16
+ "image_processor_type": "CLIPFeatureExtractor",
17
+ "image_std": [
18
+ 0.26862954,
19
+ 0.26130258,
20
+ 0.27577711
21
+ ],
22
+ "resample": 3,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "shortest_edge": 224
26
+ }
27
+ }
neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/model_index.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionPipeline",
3
+ "_diffusers_version": "0.28.2",
4
+ "_name_or_path": "jyoung105/stable-diffusion-v1-5",
5
+ "feature_extractor": [
6
+ "transformers",
7
+ "CLIPFeatureExtractor"
8
+ ],
9
+ "image_encoder": [
10
+ null,
11
+ null
12
+ ],
13
+ "requires_safety_checker": true,
14
+ "safety_checker": [
15
+ "stable_diffusion",
16
+ "StableDiffusionSafetyChecker"
17
+ ],
18
+ "scheduler": [
19
+ "diffusers",
20
+ "PNDMScheduler"
21
+ ],
22
+ "text_encoder": [
23
+ "transformers",
24
+ "CLIPTextModel"
25
+ ],
26
+ "tokenizer": [
27
+ "transformers",
28
+ "CLIPTokenizer"
29
+ ],
30
+ "unet": [
31
+ "diffusers",
32
+ "UNet2DConditionModel"
33
+ ],
34
+ "vae": [
35
+ "diffusers",
36
+ "AutoencoderKL"
37
+ ]
38
+ }
neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "PNDMScheduler",
3
+ "_diffusers_version": "0.28.2",
4
+ "beta_end": 0.012,
5
+ "beta_schedule": "scaled_linear",
6
+ "beta_start": 0.00085,
7
+ "clip_sample": false,
8
+ "num_train_timesteps": 1000,
9
+ "prediction_type": "epsilon",
10
+ "set_alpha_to_one": false,
11
+ "skip_prk_steps": true,
12
+ "steps_offset": 1,
13
+ "timestep_spacing": "leading",
14
+ "trained_betas": null
15
+ }
neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/text_encoder/config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/home/runner/.cache/huggingface/hub/models--jyoung105--stable-diffusion-v1-5/snapshots/609e07b1ae6db1e250119f262c9ba32d7499fe50/text_encoder",
3
+ "architectures": [
4
+ "CLIPTextModel"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "dropout": 0.0,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "quick_gelu",
11
+ "hidden_size": 768,
12
+ "initializer_factor": 1.0,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 77,
17
+ "model_type": "clip_text_model",
18
+ "neuron": {
19
+ "auto_cast": "matmul",
20
+ "auto_cast_type": "bf16",
21
+ "compiler_type": "neuronx-cc",
22
+ "compiler_version": "2.15.128.0+56dc5a86",
23
+ "dynamic_batch_size": false,
24
+ "inline_weights_to_neff": false,
25
+ "input_names": [
26
+ "input_ids"
27
+ ],
28
+ "model_type": "clip-text-model",
29
+ "optlevel": "2",
30
+ "output_attentions": false,
31
+ "output_hidden_states": false,
32
+ "output_names": [
33
+ "last_hidden_state",
34
+ "pooler_output"
35
+ ],
36
+ "static_batch_size": 1,
37
+ "static_sequence_length": 77
38
+ },
39
+ "num_attention_heads": 12,
40
+ "num_hidden_layers": 12,
41
+ "pad_token_id": 1,
42
+ "projection_dim": 768,
43
+ "task": "feature-extraction",
44
+ "torch_dtype": "float32",
45
+ "torchscript": true,
46
+ "transformers_version": "4.43.2",
47
+ "vocab_size": 49408
48
+ }
neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/text_encoder/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96a77588a8f7e8871d8d7f37b6fc08983a42d5acce208dc1cdcfd5937491c27c
3
+ size 496339513
neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/tokenizer/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|startoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
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,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "49406": {
5
+ "content": "<|startoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "49407": {
13
+ "content": "<|endoftext|>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ }
20
+ },
21
+ "bos_token": "<|startoftext|>",
22
+ "clean_up_tokenization_spaces": true,
23
+ "do_lower_case": true,
24
+ "eos_token": "<|endoftext|>",
25
+ "errors": "replace",
26
+ "model_max_length": 77,
27
+ "pad_token": "<|endoftext|>",
28
+ "tokenizer_class": "CLIPTokenizer",
29
+ "unk_token": "<|endoftext|>"
30
+ }
neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/tokenizer/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/unet/config.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_commit_hash": null,
4
+ "_diffusers_version": "0.28.2",
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,
9
+ "addition_time_embed_dim": null,
10
+ "attention_head_dim": 8,
11
+ "attention_type": "default",
12
+ "block_out_channels": [
13
+ 320,
14
+ 640,
15
+ 1280,
16
+ 1280
17
+ ],
18
+ "center_input_sample": false,
19
+ "class_embed_type": null,
20
+ "class_embeddings_concat": false,
21
+ "conv_in_kernel": 3,
22
+ "conv_out_kernel": 3,
23
+ "cross_attention_dim": 768,
24
+ "cross_attention_norm": null,
25
+ "down_block_types": [
26
+ "CrossAttnDownBlock2D",
27
+ "CrossAttnDownBlock2D",
28
+ "CrossAttnDownBlock2D",
29
+ "DownBlock2D"
30
+ ],
31
+ "downsample_padding": 1,
32
+ "dropout": 0.0,
33
+ "dual_cross_attention": false,
34
+ "encoder_hid_dim": null,
35
+ "encoder_hid_dim_type": null,
36
+ "flip_sin_to_cos": true,
37
+ "freq_shift": 0,
38
+ "in_channels": 4,
39
+ "layers_per_block": 2,
40
+ "mid_block_only_cross_attention": null,
41
+ "mid_block_scale_factor": 1,
42
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
43
+ "neuron": {
44
+ "auto_cast": "matmul",
45
+ "auto_cast_type": "bf16",
46
+ "compiler_type": "neuronx-cc",
47
+ "compiler_version": "2.15.128.0+56dc5a86",
48
+ "dynamic_batch_size": false,
49
+ "inline_weights_to_neff": false,
50
+ "input_names": [
51
+ "sample",
52
+ "timestep",
53
+ "encoder_hidden_states"
54
+ ],
55
+ "model_type": "unet",
56
+ "optlevel": "2",
57
+ "output_attentions": false,
58
+ "output_hidden_states": false,
59
+ "output_names": [
60
+ "sample"
61
+ ],
62
+ "static_batch_size": 1,
63
+ "static_height": 96,
64
+ "static_num_channels": 4,
65
+ "static_sequence_length": 77,
66
+ "static_vae_scale_factor": 8,
67
+ "static_width": 96
68
+ },
69
+ "norm_eps": 1e-05,
70
+ "norm_num_groups": 32,
71
+ "num_attention_heads": null,
72
+ "num_class_embeds": null,
73
+ "only_cross_attention": false,
74
+ "out_channels": 4,
75
+ "projection_class_embeddings_input_dim": null,
76
+ "resnet_out_scale_factor": 1.0,
77
+ "resnet_skip_time_act": false,
78
+ "resnet_time_scale_shift": "default",
79
+ "reverse_transformer_layers_per_block": null,
80
+ "sample_size": 64,
81
+ "task": "semantic-segmentation",
82
+ "time_cond_proj_dim": null,
83
+ "time_embedding_act_fn": null,
84
+ "time_embedding_dim": null,
85
+ "time_embedding_type": "positional",
86
+ "timestep_post_act": null,
87
+ "transformer_layers_per_block": 1,
88
+ "transformers_version": null,
89
+ "up_block_types": [
90
+ "UpBlock2D",
91
+ "CrossAttnUpBlock2D",
92
+ "CrossAttnUpBlock2D",
93
+ "CrossAttnUpBlock2D"
94
+ ],
95
+ "upcast_attention": false,
96
+ "use_linear_projection": false
97
+ }
neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/unet/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cf0f9ff168fee1882a008e3d50527d20a2a165593b8523849e1c94a3c5acfc4
3
+ size 3810609165
neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/vae_decoder/config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_commit_hash": null,
4
+ "_diffusers_version": "0.28.2",
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,
9
+ 256,
10
+ 512,
11
+ 512
12
+ ],
13
+ "down_block_types": [
14
+ "DownEncoderBlock2D",
15
+ "DownEncoderBlock2D",
16
+ "DownEncoderBlock2D",
17
+ "DownEncoderBlock2D"
18
+ ],
19
+ "force_upcast": true,
20
+ "in_channels": 3,
21
+ "latent_channels": 4,
22
+ "latents_mean": null,
23
+ "latents_std": null,
24
+ "layers_per_block": 2,
25
+ "mid_block_add_attention": true,
26
+ "neuron": {
27
+ "auto_cast": "matmul",
28
+ "auto_cast_type": "bf16",
29
+ "compiler_type": "neuronx-cc",
30
+ "compiler_version": "2.15.128.0+56dc5a86",
31
+ "dynamic_batch_size": false,
32
+ "inline_weights_to_neff": false,
33
+ "input_names": [
34
+ "latent_sample"
35
+ ],
36
+ "model_type": "vae-decoder",
37
+ "optlevel": "2",
38
+ "output_attentions": false,
39
+ "output_hidden_states": false,
40
+ "output_names": [
41
+ "sample"
42
+ ],
43
+ "static_batch_size": 1,
44
+ "static_height": 96,
45
+ "static_num_channels": 4,
46
+ "static_width": 96
47
+ },
48
+ "norm_num_groups": 32,
49
+ "out_channels": 3,
50
+ "sample_size": 512,
51
+ "scaling_factor": 0.18215,
52
+ "shift_factor": null,
53
+ "task": "semantic-segmentation",
54
+ "transformers_version": null,
55
+ "up_block_types": [
56
+ "UpDecoderBlock2D",
57
+ "UpDecoderBlock2D",
58
+ "UpDecoderBlock2D",
59
+ "UpDecoderBlock2D"
60
+ ],
61
+ "use_post_quant_conv": true,
62
+ "use_quant_conv": true
63
+ }
neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/vae_decoder/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eef8904523149e8a75ae87a2630bd72fd461c88f6f4e97c0633455c886d4eff2
3
+ size 532513941
neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/vae_encoder/config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_commit_hash": null,
4
+ "_diffusers_version": "0.28.2",
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,
9
+ 256,
10
+ 512,
11
+ 512
12
+ ],
13
+ "down_block_types": [
14
+ "DownEncoderBlock2D",
15
+ "DownEncoderBlock2D",
16
+ "DownEncoderBlock2D",
17
+ "DownEncoderBlock2D"
18
+ ],
19
+ "force_upcast": true,
20
+ "in_channels": 3,
21
+ "latent_channels": 4,
22
+ "latents_mean": null,
23
+ "latents_std": null,
24
+ "layers_per_block": 2,
25
+ "mid_block_add_attention": true,
26
+ "neuron": {
27
+ "auto_cast": "matmul",
28
+ "auto_cast_type": "bf16",
29
+ "compiler_type": "neuronx-cc",
30
+ "compiler_version": "2.15.128.0+56dc5a86",
31
+ "dynamic_batch_size": false,
32
+ "inline_weights_to_neff": false,
33
+ "input_names": [
34
+ "sample"
35
+ ],
36
+ "model_type": "vae-encoder",
37
+ "optlevel": "2",
38
+ "output_attentions": false,
39
+ "output_hidden_states": false,
40
+ "output_names": [
41
+ "latent_sample"
42
+ ],
43
+ "static_batch_size": 1,
44
+ "static_height": 768,
45
+ "static_num_channels": 3,
46
+ "static_width": 768
47
+ },
48
+ "norm_num_groups": 32,
49
+ "out_channels": 3,
50
+ "sample_size": 512,
51
+ "scaling_factor": 0.18215,
52
+ "shift_factor": null,
53
+ "task": "semantic-segmentation",
54
+ "transformers_version": null,
55
+ "up_block_types": [
56
+ "UpDecoderBlock2D",
57
+ "UpDecoderBlock2D",
58
+ "UpDecoderBlock2D",
59
+ "UpDecoderBlock2D"
60
+ ],
61
+ "use_post_quant_conv": true,
62
+ "use_quant_conv": true
63
+ }
neuronxcc-2.15.128.0+56dc5a86/MODULE_1d92db0521c1b48b6622/vae_encoder/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9289a40bdc49106bb278c6cb86096416b1831ea90e6d321a3e283056e94ccd3
3
+ size 318918163