dacorvo HF Staff commited on
Commit
1031738
·
verified ·
1 Parent(s): 83dea41

Synchronizing local compiler cache.

Browse files
Files changed (17) hide show
  1. .gitattributes +4 -0
  2. neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.2.0.dev2/inference/stable-diffusion/jyoung105/stable-diffusion-v1-5/290d6364f00ca86a0a51.json +122 -0
  3. neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/feature_extractor/preprocessor_config.json +27 -0
  4. neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/model_index.json +38 -0
  5. neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/scheduler/scheduler_config.json +15 -0
  6. neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/text_encoder/config.json +50 -0
  7. neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/text_encoder/model.neuron +3 -0
  8. neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/tokenizer/merges.txt +0 -0
  9. neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/tokenizer/special_tokens_map.json +30 -0
  10. neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/tokenizer/tokenizer_config.json +31 -0
  11. neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/tokenizer/vocab.json +0 -0
  12. neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/unet/config.json +98 -0
  13. neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/unet/model.neuron +3 -0
  14. neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/vae_decoder/config.json +64 -0
  15. neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/vae_decoder/model.neuron +3 -0
  16. neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/vae_encoder/config.json +64 -0
  17. neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/vae_encoder/model.neuron +3 -0
.gitattributes CHANGED
@@ -7853,3 +7853,7 @@ neuronxcc-2.17.194.0+d312836f/MODULE_190feb29500cacd7e00a+613edded/model.neff fi
7853
  neuronxcc-2.17.194.0+d312836f/MODULE_ecb8ec42eba2f3872c95+613edded/model.neff filter=lfs diff=lfs merge=lfs -text
7854
  neuronxcc-2.17.194.0+d312836f/MODULE_86882f19ef86022c72a3+613edded/model.neff filter=lfs diff=lfs merge=lfs -text
7855
  neuronxcc-2.17.194.0+d312836f/MODULE_cee387972f464be7ea89+613edded/model.neff filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
7853
  neuronxcc-2.17.194.0+d312836f/MODULE_ecb8ec42eba2f3872c95+613edded/model.neff filter=lfs diff=lfs merge=lfs -text
7854
  neuronxcc-2.17.194.0+d312836f/MODULE_86882f19ef86022c72a3+613edded/model.neff filter=lfs diff=lfs merge=lfs -text
7855
  neuronxcc-2.17.194.0+d312836f/MODULE_cee387972f464be7ea89+613edded/model.neff filter=lfs diff=lfs merge=lfs -text
7856
+ neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/text_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
7857
+ neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
7858
+ neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
7859
+ neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
neuronxcc-2.17.194.0+d312836f/0_REGISTRY/0.2.0.dev2/inference/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/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.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/model_index.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionPipeline",
3
+ "_diffusers_version": "0.30.3",
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.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "PNDMScheduler",
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
+ "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.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/text_encoder/config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ],
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 0,
9
+ "dropout": 0.0,
10
+ "eos_token_id": 2,
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
+ "input_names": [
27
+ "input_ids"
28
+ ],
29
+ "model_type": "clip-text-model",
30
+ "optlevel": "2",
31
+ "output_attentions": false,
32
+ "output_hidden_states": false,
33
+ "output_names": [
34
+ "last_hidden_state",
35
+ "pooler_output"
36
+ ],
37
+ "static_batch_size": 1,
38
+ "static_sequence_length": 77,
39
+ "task": "feature-extraction",
40
+ "tensor_parallel_size": 1
41
+ },
42
+ "num_attention_heads": 12,
43
+ "num_hidden_layers": 12,
44
+ "pad_token_id": 1,
45
+ "projection_dim": 768,
46
+ "torch_dtype": "float32",
47
+ "torchscript": true,
48
+ "transformers_version": "4.49.0",
49
+ "vocab_size": 49408
50
+ }
neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/text_encoder/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96ed3a9541075ab7ba373f6d393e14839700b5cd184c94f16d62bf33d1ad07a7
3
+ size 495899257
neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/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.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "extra_special_tokens": {},
27
+ "model_max_length": 77,
28
+ "pad_token": "<|endoftext|>",
29
+ "tokenizer_class": "CLIPTokenizer",
30
+ "unk_token": "<|endoftext|>"
31
+ }
neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/tokenizer/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/unet/config.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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--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.17.194.0+d312836f",
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
+ "task": "semantic-segmentation",
69
+ "tensor_parallel_size": 1
70
+ },
71
+ "norm_eps": 1e-05,
72
+ "norm_num_groups": 32,
73
+ "num_attention_heads": null,
74
+ "num_class_embeds": null,
75
+ "only_cross_attention": false,
76
+ "out_channels": 4,
77
+ "projection_class_embeddings_input_dim": null,
78
+ "resnet_out_scale_factor": 1.0,
79
+ "resnet_skip_time_act": false,
80
+ "resnet_time_scale_shift": "default",
81
+ "reverse_transformer_layers_per_block": null,
82
+ "sample_size": 64,
83
+ "time_cond_proj_dim": null,
84
+ "time_embedding_act_fn": null,
85
+ "time_embedding_dim": null,
86
+ "time_embedding_type": "positional",
87
+ "timestep_post_act": null,
88
+ "transformer_layers_per_block": 1,
89
+ "transformers_version": null,
90
+ "up_block_types": [
91
+ "UpBlock2D",
92
+ "CrossAttnUpBlock2D",
93
+ "CrossAttnUpBlock2D",
94
+ "CrossAttnUpBlock2D"
95
+ ],
96
+ "upcast_attention": false,
97
+ "use_linear_projection": false
98
+ }
neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/unet/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdee3994bf20a623fcbd3d75b8af26d396c2c0205398db74d19eceab5e751ad6
3
+ size 3851518029
neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/vae_decoder/config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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--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.17.194.0+d312836f",
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
+ "task": "semantic-segmentation",
48
+ "tensor_parallel_size": 1
49
+ },
50
+ "norm_num_groups": 32,
51
+ "out_channels": 3,
52
+ "sample_size": 512,
53
+ "scaling_factor": 0.18215,
54
+ "shift_factor": null,
55
+ "transformers_version": null,
56
+ "up_block_types": [
57
+ "UpDecoderBlock2D",
58
+ "UpDecoderBlock2D",
59
+ "UpDecoderBlock2D",
60
+ "UpDecoderBlock2D"
61
+ ],
62
+ "use_post_quant_conv": true,
63
+ "use_quant_conv": true
64
+ }
neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/vae_decoder/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c71fb9cc6ee7d6cfe150b028660664407c893b184c875d2b17572b4656d1a40
3
+ size 600343701
neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/vae_encoder/config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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--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.17.194.0+d312836f",
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_parameters"
42
+ ],
43
+ "static_batch_size": 1,
44
+ "static_height": 768,
45
+ "static_num_channels": 3,
46
+ "static_width": 768,
47
+ "task": "semantic-segmentation",
48
+ "tensor_parallel_size": 1
49
+ },
50
+ "norm_num_groups": 32,
51
+ "out_channels": 3,
52
+ "sample_size": 512,
53
+ "scaling_factor": 0.18215,
54
+ "shift_factor": null,
55
+ "transformers_version": null,
56
+ "up_block_types": [
57
+ "UpDecoderBlock2D",
58
+ "UpDecoderBlock2D",
59
+ "UpDecoderBlock2D",
60
+ "UpDecoderBlock2D"
61
+ ],
62
+ "use_post_quant_conv": true,
63
+ "use_quant_conv": true
64
+ }
neuronxcc-2.17.194.0+d312836f/MODULE_290d6364f00ca86a0a51/vae_encoder/model.neuron ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:595b22cf5f8fd728f875b7fb1c3b73e6a19042c782024fa3567d16e68506e568
3
+ size 351604243