dacorvo HF staff commited on
Commit
72f4cd1
1 Parent(s): f9b348a

Synchronizing local compiler cache.

Browse files
neuronxcc-2.14.227.0+2d4f85be/0_REGISTRY/0.0.25.dev0/inference/stable-diffusion/stabilityai/stable-diffusion-xl-refiner-1.0/4f818708f1ed542b69ca.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.14.227.0+2d4f85be", "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.14.227.0+2d4f85be", "dynamic_batch_size": false, "inline_weights_to_neff": true, "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": 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.14.227.0+2d4f85be/MODULE_4f818708f1ed542b69ca/text_encoder_2/config.json CHANGED
@@ -45,6 +45,6 @@
45
  "task": "feature-extraction",
46
  "torch_dtype": "float16",
47
  "torchscript": true,
48
- "transformers_version": "4.41.1",
49
  "vocab_size": 49408
50
  }
 
45
  "task": "feature-extraction",
46
  "torch_dtype": "float16",
47
  "torchscript": true,
48
+ "transformers_version": "4.43.2",
49
  "vocab_size": 49408
50
  }
neuronxcc-2.14.227.0+2d4f85be/MODULE_4f818708f1ed542b69ca/text_encoder_2/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dba1216297466a5459145f76cd3ec4e8aa6c49e8a5727e984b6c228446626c88
3
  size 2803259957
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:423a6ce56a16d09a0609d02650a3f8779212baa2f756ccf9c41410d47ce30024
3
  size 2803259957
neuronxcc-2.14.227.0+2d4f85be/MODULE_4f818708f1ed542b69ca/unet/config.json CHANGED
@@ -4,9 +4,9 @@
4
  "_diffusers_version": "0.28.2",
5
  "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-refiner-1.0/snapshots/5d4cfe854c9a9a87939ff3653551c2b3c99a4356/unet",
6
  "_use_default_values": [
 
7
  "dropout",
8
- "reverse_transformer_layers_per_block",
9
- "attention_type"
10
  ],
11
  "act_fn": "silu",
12
  "addition_embed_type": "text_time",
 
4
  "_diffusers_version": "0.28.2",
5
  "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-refiner-1.0/snapshots/5d4cfe854c9a9a87939ff3653551c2b3c99a4356/unet",
6
  "_use_default_values": [
7
+ "attention_type",
8
  "dropout",
9
+ "reverse_transformer_layers_per_block"
 
10
  ],
11
  "act_fn": "silu",
12
  "addition_embed_type": "text_time",
neuronxcc-2.14.227.0+2d4f85be/MODULE_4f818708f1ed542b69ca/unet/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a4e05632c9f9988a65063e39f12efeb29d6aa5a1e6ee2febf6666035122443bf
3
  size 3652226361
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c09df6c0aadd89b0335eb545f92b5f959b9622123e1f78eab916aadace884489
3
  size 3652226361
neuronxcc-2.14.227.0+2d4f85be/MODULE_4f818708f1ed542b69ca/vae_decoder/config.json CHANGED
@@ -4,8 +4,8 @@
4
  "_diffusers_version": "0.28.2",
5
  "_name_or_path": "/home/runner/.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": [
 
4
  "_diffusers_version": "0.28.2",
5
  "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-refiner-1.0/snapshots/5d4cfe854c9a9a87939ff3653551c2b3c99a4356/vae",
6
  "_use_default_values": [
7
+ "latents_mean",
8
+ "latents_std"
9
  ],
10
  "act_fn": "silu",
11
  "block_out_channels": [
neuronxcc-2.14.227.0+2d4f85be/MODULE_4f818708f1ed542b69ca/vae_decoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:faa469bd65073de1ea753d3de5c565ab810b6d24c1a9d5f7d5f5cc2a12ee78cf
3
  size 445006387
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88beb53c18ab498467c7cefcb06c44e50a9109b4d1c28d535da923978be85bd1
3
  size 445006387
neuronxcc-2.14.227.0+2d4f85be/MODULE_4f818708f1ed542b69ca/vae_encoder/config.json CHANGED
@@ -4,8 +4,8 @@
4
  "_diffusers_version": "0.28.2",
5
  "_name_or_path": "/home/runner/.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": [
 
4
  "_diffusers_version": "0.28.2",
5
  "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-refiner-1.0/snapshots/5d4cfe854c9a9a87939ff3653551c2b3c99a4356/vae",
6
  "_use_default_values": [
7
+ "latents_mean",
8
+ "latents_std"
9
  ],
10
  "act_fn": "silu",
11
  "block_out_channels": [
neuronxcc-2.14.227.0+2d4f85be/MODULE_4f818708f1ed542b69ca/vae_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d2002ba0a5df9fbf9dd0c27e95128aae546f33eb31a7d507bf39a747b37c7125
3
  size 252422705
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebf34d28ea42514ceae8b0cc827828fdc542a170dcccd462bb463946bb37132d
3
  size 252422705