Synchronizing local compiler cache.
Browse files- .gitattributes +4 -0
- neuronxcc-2.12.68.0+4480452af/0_REGISTRY/0.0.21.dev0/inference/stable-diffusion/stabilityai/stable-diffusion-xl-refiner-1.0/c658f424c983d468243e.json +1 -0
- neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/model_index.json +43 -0
- neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/scheduler/scheduler_config.json +22 -0
- neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/text_encoder_2/config.json +50 -0
- neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/text_encoder_2/model.neuron +3 -0
- neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/tokenizer_2/merges.txt +0 -0
- neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/tokenizer_2/special_tokens_map.json +24 -0
- neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/tokenizer_2/tokenizer_config.json +38 -0
- neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/tokenizer_2/vocab.json +0 -0
- neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/unet/config.json +108 -0
- neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/unet/model.neuron +3 -0
- neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/vae_decoder/config.json +63 -0
- neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/vae_decoder/model.neuron +3 -0
- neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/vae_encoder/config.json +63 -0
- neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/vae_encoder/model.neuron +3 -0
.gitattributes
CHANGED
@@ -1848,3 +1848,7 @@ neuronxcc-2.12.68.0+4480452af/MODULE_cb10fa3dd06630c3a41b/text_encoder_2/model.n
|
|
1848 |
neuronxcc-2.12.68.0+4480452af/MODULE_cb10fa3dd06630c3a41b/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
|
1849 |
neuronxcc-2.12.68.0+4480452af/MODULE_cb10fa3dd06630c3a41b/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
|
1850 |
neuronxcc-2.12.68.0+4480452af/MODULE_cb10fa3dd06630c3a41b/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
1848 |
neuronxcc-2.12.68.0+4480452af/MODULE_cb10fa3dd06630c3a41b/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
|
1849 |
neuronxcc-2.12.68.0+4480452af/MODULE_cb10fa3dd06630c3a41b/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
|
1850 |
neuronxcc-2.12.68.0+4480452af/MODULE_cb10fa3dd06630c3a41b/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
|
1851 |
+
neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/text_encoder_2/model.neuron filter=lfs diff=lfs merge=lfs -text
|
1852 |
+
neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/unet/model.neuron filter=lfs diff=lfs merge=lfs -text
|
1853 |
+
neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/vae_decoder/model.neuron filter=lfs diff=lfs merge=lfs -text
|
1854 |
+
neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/vae_encoder/model.neuron filter=lfs diff=lfs merge=lfs -text
|
neuronxcc-2.12.68.0+4480452af/0_REGISTRY/0.0.21.dev0/inference/stable-diffusion/stabilityai/stable-diffusion-xl-refiner-1.0/c658f424c983d468243e.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"model_type": "stable-diffusion", "text_encoder_2": {"architectures": ["CLIPTextModelWithProjection"], "attention_dropout": 0.0, "dropout": 0.0, "hidden_act": "gelu", "hidden_size": 1280, "initializer_factor": 1.0, "initializer_range": 0.02, "intermediate_size": 5120, "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.12.68.0+4480452af", "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": 20, "num_hidden_layers": 32, "output_hidden_states": true, "task": "feature-extraction", "vocab_size": 49408}, "unet": {"_class_name": "UNet2DConditionModel", "act_fn": "silu", "addition_embed_type": "text_time", "addition_embed_type_num_heads": 64, "addition_time_embed_dim": 256, "attention_head_dim": [6, 12, 24, 24], "attention_type": "default", "block_out_channels": [384, 768, 1536, 1536], "center_input_sample": false, "class_embed_type": null, "class_embeddings_concat": false, "conv_in_kernel": 3, "conv_out_kernel": 3, "cross_attention_dim": 1280, "cross_attention_norm": null, "down_block_types": ["DownBlock2D", "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.12.68.0+4480452af", "dynamic_batch_size": false, "inline_weights_to_neff": false, "optlevel": "2", "output_attentions": false, "output_hidden_states": false, "static_batch_size": 1, "static_height": 128, "static_num_channels": 4, "static_sequence_length": 77, "static_width": 128}, "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": 2560, "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": 4, "up_block_types": ["UpBlock2D", "CrossAttnUpBlock2D", "CrossAttnUpBlock2D", "UpBlock2D"], "upcast_attention": null, "use_linear_projection": true}}
|
neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/model_index.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "StableDiffusionXLImg2ImgPipeline",
|
3 |
+
"_diffusers_version": "0.27.2",
|
4 |
+
"_name_or_path": "stabilityai/stable-diffusion-xl-refiner-1.0",
|
5 |
+
"feature_extractor": [
|
6 |
+
null,
|
7 |
+
null
|
8 |
+
],
|
9 |
+
"force_zeros_for_empty_prompt": false,
|
10 |
+
"image_encoder": [
|
11 |
+
null,
|
12 |
+
null
|
13 |
+
],
|
14 |
+
"requires_aesthetics_score": true,
|
15 |
+
"scheduler": [
|
16 |
+
"diffusers",
|
17 |
+
"EulerDiscreteScheduler"
|
18 |
+
],
|
19 |
+
"text_encoder": [
|
20 |
+
null,
|
21 |
+
null
|
22 |
+
],
|
23 |
+
"text_encoder_2": [
|
24 |
+
"transformers",
|
25 |
+
"CLIPTextModelWithProjection"
|
26 |
+
],
|
27 |
+
"tokenizer": [
|
28 |
+
null,
|
29 |
+
null
|
30 |
+
],
|
31 |
+
"tokenizer_2": [
|
32 |
+
"transformers",
|
33 |
+
"CLIPTokenizer"
|
34 |
+
],
|
35 |
+
"unet": [
|
36 |
+
"diffusers",
|
37 |
+
"UNet2DConditionModel"
|
38 |
+
],
|
39 |
+
"vae": [
|
40 |
+
"diffusers",
|
41 |
+
"AutoencoderKL"
|
42 |
+
]
|
43 |
+
}
|
neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/scheduler/scheduler_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "EulerDiscreteScheduler",
|
3 |
+
"_diffusers_version": "0.27.2",
|
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 |
+
"sigma_max": null,
|
15 |
+
"sigma_min": null,
|
16 |
+
"skip_prk_steps": true,
|
17 |
+
"steps_offset": 1,
|
18 |
+
"timestep_spacing": "leading",
|
19 |
+
"timestep_type": "discrete",
|
20 |
+
"trained_betas": null,
|
21 |
+
"use_karras_sigmas": false
|
22 |
+
}
|
neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/text_encoder_2/config.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-refiner-1.0/snapshots/5d4cfe854c9a9a87939ff3653551c2b3c99a4356/text_encoder_2",
|
3 |
+
"architectures": [
|
4 |
+
"CLIPTextModelWithProjection"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"dropout": 0.0,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_size": 1280,
|
12 |
+
"initializer_factor": 1.0,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 5120,
|
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.12.68.0+4480452af",
|
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 |
+
"text_embeds",
|
34 |
+
"last_hidden_state",
|
35 |
+
"hidden_states"
|
36 |
+
],
|
37 |
+
"static_batch_size": 1,
|
38 |
+
"static_sequence_length": 77
|
39 |
+
},
|
40 |
+
"num_attention_heads": 20,
|
41 |
+
"num_hidden_layers": 32,
|
42 |
+
"output_hidden_states": true,
|
43 |
+
"pad_token_id": 1,
|
44 |
+
"projection_dim": 1280,
|
45 |
+
"task": "feature-extraction",
|
46 |
+
"torch_dtype": "float16",
|
47 |
+
"torchscript": true,
|
48 |
+
"transformers_version": "4.36.2",
|
49 |
+
"vocab_size": 49408
|
50 |
+
}
|
neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/text_encoder_2/model.neuron
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb929c5a9257a797b1b8b2931b4a221559bc524eed270127bc6ba3b0be840e97
|
3 |
+
size 2805503411
|
neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/tokenizer_2/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/tokenizer_2/special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"unk_token": {
|
18 |
+
"content": "<|endoftext|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": true,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/tokenizer_2/tokenizer_config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"0": {
|
5 |
+
"content": "!",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"49406": {
|
13 |
+
"content": "<|startoftext|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": true,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"49407": {
|
21 |
+
"content": "<|endoftext|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": true,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
}
|
28 |
+
},
|
29 |
+
"bos_token": "<|startoftext|>",
|
30 |
+
"clean_up_tokenization_spaces": true,
|
31 |
+
"do_lower_case": true,
|
32 |
+
"eos_token": "<|endoftext|>",
|
33 |
+
"errors": "replace",
|
34 |
+
"model_max_length": 77,
|
35 |
+
"pad_token": "!",
|
36 |
+
"tokenizer_class": "CLIPTokenizer",
|
37 |
+
"unk_token": "<|endoftext|>"
|
38 |
+
}
|
neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/tokenizer_2/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/unet/config.json
ADDED
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DConditionModel",
|
3 |
+
"_commit_hash": null,
|
4 |
+
"_diffusers_version": "0.27.2",
|
5 |
+
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-refiner-1.0/snapshots/5d4cfe854c9a9a87939ff3653551c2b3c99a4356/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,
|
14 |
+
"addition_time_embed_dim": 256,
|
15 |
+
"attention_head_dim": [
|
16 |
+
6,
|
17 |
+
12,
|
18 |
+
24,
|
19 |
+
24
|
20 |
+
],
|
21 |
+
"attention_type": "default",
|
22 |
+
"block_out_channels": [
|
23 |
+
384,
|
24 |
+
768,
|
25 |
+
1536,
|
26 |
+
1536
|
27 |
+
],
|
28 |
+
"center_input_sample": false,
|
29 |
+
"class_embed_type": null,
|
30 |
+
"class_embeddings_concat": false,
|
31 |
+
"conv_in_kernel": 3,
|
32 |
+
"conv_out_kernel": 3,
|
33 |
+
"cross_attention_dim": 1280,
|
34 |
+
"cross_attention_norm": null,
|
35 |
+
"down_block_types": [
|
36 |
+
"DownBlock2D",
|
37 |
+
"CrossAttnDownBlock2D",
|
38 |
+
"CrossAttnDownBlock2D",
|
39 |
+
"DownBlock2D"
|
40 |
+
],
|
41 |
+
"downsample_padding": 1,
|
42 |
+
"dropout": 0.0,
|
43 |
+
"dual_cross_attention": false,
|
44 |
+
"encoder_hid_dim": null,
|
45 |
+
"encoder_hid_dim_type": null,
|
46 |
+
"flip_sin_to_cos": true,
|
47 |
+
"freq_shift": 0,
|
48 |
+
"in_channels": 4,
|
49 |
+
"layers_per_block": 2,
|
50 |
+
"mid_block_only_cross_attention": null,
|
51 |
+
"mid_block_scale_factor": 1,
|
52 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
53 |
+
"neuron": {
|
54 |
+
"auto_cast": "matmul",
|
55 |
+
"auto_cast_type": "bf16",
|
56 |
+
"compiler_type": "neuronx-cc",
|
57 |
+
"compiler_version": "2.12.68.0+4480452af",
|
58 |
+
"dynamic_batch_size": false,
|
59 |
+
"inline_weights_to_neff": false,
|
60 |
+
"input_names": [
|
61 |
+
"sample",
|
62 |
+
"timestep",
|
63 |
+
"encoder_hidden_states",
|
64 |
+
"text_embeds",
|
65 |
+
"time_ids"
|
66 |
+
],
|
67 |
+
"model_type": "unet",
|
68 |
+
"optlevel": "2",
|
69 |
+
"output_attentions": false,
|
70 |
+
"output_hidden_states": false,
|
71 |
+
"output_names": [
|
72 |
+
"sample"
|
73 |
+
],
|
74 |
+
"static_batch_size": 1,
|
75 |
+
"static_height": 128,
|
76 |
+
"static_num_channels": 4,
|
77 |
+
"static_sequence_length": 77,
|
78 |
+
"static_width": 128
|
79 |
+
},
|
80 |
+
"norm_eps": 1e-05,
|
81 |
+
"norm_num_groups": 32,
|
82 |
+
"num_attention_heads": null,
|
83 |
+
"num_class_embeds": null,
|
84 |
+
"only_cross_attention": false,
|
85 |
+
"out_channels": 4,
|
86 |
+
"projection_class_embeddings_input_dim": 2560,
|
87 |
+
"resnet_out_scale_factor": 1.0,
|
88 |
+
"resnet_skip_time_act": false,
|
89 |
+
"resnet_time_scale_shift": "default",
|
90 |
+
"reverse_transformer_layers_per_block": null,
|
91 |
+
"sample_size": 128,
|
92 |
+
"task": "semantic-segmentation",
|
93 |
+
"time_cond_proj_dim": null,
|
94 |
+
"time_embedding_act_fn": null,
|
95 |
+
"time_embedding_dim": null,
|
96 |
+
"time_embedding_type": "positional",
|
97 |
+
"timestep_post_act": null,
|
98 |
+
"transformer_layers_per_block": 4,
|
99 |
+
"transformers_version": null,
|
100 |
+
"up_block_types": [
|
101 |
+
"UpBlock2D",
|
102 |
+
"CrossAttnUpBlock2D",
|
103 |
+
"CrossAttnUpBlock2D",
|
104 |
+
"UpBlock2D"
|
105 |
+
],
|
106 |
+
"upcast_attention": null,
|
107 |
+
"use_linear_projection": true
|
108 |
+
}
|
neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/unet/model.neuron
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa0f2e4d6dfc18515f108425473deaa87a6fda5f236a0d13595a010a2500c980
|
3 |
+
size 9113229836
|
neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/vae_decoder/config.json
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "AutoencoderKL",
|
3 |
+
"_commit_hash": null,
|
4 |
+
"_diffusers_version": "0.27.2",
|
5 |
+
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-refiner-1.0/snapshots/5d4cfe854c9a9a87939ff3653551c2b3c99a4356/vae",
|
6 |
+
"_use_default_values": [
|
7 |
+
"latents_std",
|
8 |
+
"latents_mean"
|
9 |
+
],
|
10 |
+
"act_fn": "silu",
|
11 |
+
"block_out_channels": [
|
12 |
+
128,
|
13 |
+
256,
|
14 |
+
512,
|
15 |
+
512
|
16 |
+
],
|
17 |
+
"down_block_types": [
|
18 |
+
"DownEncoderBlock2D",
|
19 |
+
"DownEncoderBlock2D",
|
20 |
+
"DownEncoderBlock2D",
|
21 |
+
"DownEncoderBlock2D"
|
22 |
+
],
|
23 |
+
"force_upcast": true,
|
24 |
+
"in_channels": 3,
|
25 |
+
"latent_channels": 4,
|
26 |
+
"latents_mean": null,
|
27 |
+
"latents_std": null,
|
28 |
+
"layers_per_block": 2,
|
29 |
+
"neuron": {
|
30 |
+
"auto_cast": "matmul",
|
31 |
+
"auto_cast_type": "bf16",
|
32 |
+
"compiler_type": "neuronx-cc",
|
33 |
+
"compiler_version": "2.12.68.0+4480452af",
|
34 |
+
"dynamic_batch_size": false,
|
35 |
+
"inline_weights_to_neff": false,
|
36 |
+
"input_names": [
|
37 |
+
"latent_sample"
|
38 |
+
],
|
39 |
+
"model_type": "vae-decoder",
|
40 |
+
"optlevel": "2",
|
41 |
+
"output_attentions": false,
|
42 |
+
"output_hidden_states": false,
|
43 |
+
"output_names": [
|
44 |
+
"sample"
|
45 |
+
],
|
46 |
+
"static_batch_size": 1,
|
47 |
+
"static_height": 128,
|
48 |
+
"static_num_channels": 4,
|
49 |
+
"static_width": 128
|
50 |
+
},
|
51 |
+
"norm_num_groups": 32,
|
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": [
|
58 |
+
"UpDecoderBlock2D",
|
59 |
+
"UpDecoderBlock2D",
|
60 |
+
"UpDecoderBlock2D",
|
61 |
+
"UpDecoderBlock2D"
|
62 |
+
]
|
63 |
+
}
|
neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/vae_decoder/model.neuron
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:155dc6b9797c1e1ea74f2833de0e104be8ec730afb7e063062f2d14249983626
|
3 |
+
size 912124924
|
neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/vae_encoder/config.json
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "AutoencoderKL",
|
3 |
+
"_commit_hash": null,
|
4 |
+
"_diffusers_version": "0.27.2",
|
5 |
+
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-refiner-1.0/snapshots/5d4cfe854c9a9a87939ff3653551c2b3c99a4356/vae",
|
6 |
+
"_use_default_values": [
|
7 |
+
"latents_std",
|
8 |
+
"latents_mean"
|
9 |
+
],
|
10 |
+
"act_fn": "silu",
|
11 |
+
"block_out_channels": [
|
12 |
+
128,
|
13 |
+
256,
|
14 |
+
512,
|
15 |
+
512
|
16 |
+
],
|
17 |
+
"down_block_types": [
|
18 |
+
"DownEncoderBlock2D",
|
19 |
+
"DownEncoderBlock2D",
|
20 |
+
"DownEncoderBlock2D",
|
21 |
+
"DownEncoderBlock2D"
|
22 |
+
],
|
23 |
+
"force_upcast": true,
|
24 |
+
"in_channels": 3,
|
25 |
+
"latent_channels": 4,
|
26 |
+
"latents_mean": null,
|
27 |
+
"latents_std": null,
|
28 |
+
"layers_per_block": 2,
|
29 |
+
"neuron": {
|
30 |
+
"auto_cast": "matmul",
|
31 |
+
"auto_cast_type": "bf16",
|
32 |
+
"compiler_type": "neuronx-cc",
|
33 |
+
"compiler_version": "2.12.68.0+4480452af",
|
34 |
+
"dynamic_batch_size": false,
|
35 |
+
"inline_weights_to_neff": false,
|
36 |
+
"input_names": [
|
37 |
+
"sample"
|
38 |
+
],
|
39 |
+
"model_type": "vae-encoder",
|
40 |
+
"optlevel": "2",
|
41 |
+
"output_attentions": false,
|
42 |
+
"output_hidden_states": false,
|
43 |
+
"output_names": [
|
44 |
+
"latent_sample"
|
45 |
+
],
|
46 |
+
"static_batch_size": 1,
|
47 |
+
"static_height": 1024,
|
48 |
+
"static_num_channels": 3,
|
49 |
+
"static_width": 1024
|
50 |
+
},
|
51 |
+
"norm_num_groups": 32,
|
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": [
|
58 |
+
"UpDecoderBlock2D",
|
59 |
+
"UpDecoderBlock2D",
|
60 |
+
"UpDecoderBlock2D",
|
61 |
+
"UpDecoderBlock2D"
|
62 |
+
]
|
63 |
+
}
|
neuronxcc-2.12.68.0+4480452af/MODULE_c658f424c983d468243e/vae_encoder/model.neuron
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbace1a1be42ebb381da491d7da361522c802af1028e5a3be5eeceb965b903d9
|
3 |
+
size 471549342
|