dacorvo HF Staff commited on
Commit
582a4ed
·
verified ·
1 Parent(s): 31d15ab

Synchronizing local compiler cache.

Browse files
neuronxcc-2.15.143.0+e39249ad/MODULE_c02439fb9c269005eef2/text_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cd18656866b43fed1d9287459f702a158681400b6bb75bc1756cbb5bce601be7
3
  size 1373452281
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e466a656a0b3d245d9809d0bbe1d50ca235fefb9156c6ae63cb8119b302c7fd
3
  size 1373452281
neuronxcc-2.15.143.0+e39249ad/MODULE_c02439fb9c269005eef2/unet/config.json CHANGED
@@ -4,32 +4,32 @@
4
  "_diffusers_version": "0.30.3",
5
  "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/unet",
6
  "_use_default_values": [
 
 
7
  "reverse_transformer_layers_per_block",
 
 
 
8
  "conv_out_kernel",
9
- "time_cond_proj_dim",
10
- "num_attention_heads",
11
  "mid_block_type",
12
- "encoder_hid_dim_type",
13
- "attention_type",
 
14
  "time_embedding_dim",
15
- "addition_embed_type_num_heads",
16
- "time_embedding_type",
17
- "resnet_out_scale_factor",
18
- "class_embed_type",
19
- "conv_in_kernel",
20
  "mid_block_only_cross_attention",
21
- "addition_time_embed_dim",
 
22
  "class_embeddings_concat",
23
- "addition_embed_type",
24
- "resnet_time_scale_shift",
25
- "time_embedding_act_fn",
26
  "timestep_post_act",
27
- "dropout",
28
- "transformer_layers_per_block",
29
- "resnet_skip_time_act",
30
  "projection_class_embeddings_input_dim",
31
- "cross_attention_norm",
32
- "encoder_hid_dim"
 
 
 
 
33
  ],
34
  "act_fn": "silu",
35
  "addition_embed_type": null,
 
4
  "_diffusers_version": "0.30.3",
5
  "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/unet",
6
  "_use_default_values": [
7
+ "resnet_time_scale_shift",
8
+ "encoder_hid_dim_type",
9
  "reverse_transformer_layers_per_block",
10
+ "class_embed_type",
11
+ "addition_time_embed_dim",
12
+ "conv_in_kernel",
13
  "conv_out_kernel",
 
 
14
  "mid_block_type",
15
+ "time_cond_proj_dim",
16
+ "cross_attention_norm",
17
+ "resnet_skip_time_act",
18
  "time_embedding_dim",
 
 
 
 
 
19
  "mid_block_only_cross_attention",
20
+ "transformer_layers_per_block",
21
+ "attention_type",
22
  "class_embeddings_concat",
23
+ "resnet_out_scale_factor",
24
+ "num_attention_heads",
 
25
  "timestep_post_act",
 
 
 
26
  "projection_class_embeddings_input_dim",
27
+ "encoder_hid_dim",
28
+ "time_embedding_type",
29
+ "addition_embed_type",
30
+ "addition_embed_type_num_heads",
31
+ "time_embedding_act_fn",
32
+ "dropout"
33
  ],
34
  "act_fn": "silu",
35
  "addition_embed_type": null,
neuronxcc-2.15.143.0+e39249ad/MODULE_c02439fb9c269005eef2/unet/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bcd9086a0aa30694409c235839257cc32497f44b6e2515525d90a1267cd3cf52
3
  size 3739123405
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d015f2d24ad67022a2aeb43bd464c5797aa7ddb4065d1693d06c108d41825c54
3
  size 3739123405
neuronxcc-2.15.143.0+e39249ad/MODULE_c02439fb9c269005eef2/vae_decoder/config.json CHANGED
@@ -4,14 +4,14 @@
4
  "_diffusers_version": "0.30.3",
5
  "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
6
  "_use_default_values": [
7
- "scaling_factor",
8
- "latents_std",
9
- "latents_mean",
10
- "shift_factor",
11
  "use_quant_conv",
12
- "use_post_quant_conv",
 
13
  "force_upcast",
14
- "mid_block_add_attention"
 
 
 
15
  ],
16
  "act_fn": "silu",
17
  "block_out_channels": [
 
4
  "_diffusers_version": "0.30.3",
5
  "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
6
  "_use_default_values": [
 
 
 
 
7
  "use_quant_conv",
8
+ "latents_mean",
9
+ "mid_block_add_attention",
10
  "force_upcast",
11
+ "use_post_quant_conv",
12
+ "shift_factor",
13
+ "latents_std",
14
+ "scaling_factor"
15
  ],
16
  "act_fn": "silu",
17
  "block_out_channels": [
neuronxcc-2.15.143.0+e39249ad/MODULE_c02439fb9c269005eef2/vae_decoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f507dd5fe5bac592f68bb000288fd5cf0cee21f311e183179e004eedf51cec1
3
  size 532513941
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10a7ccf37892a494bab3a954bea82a3189d6497797c8376797b0572234ac8bce
3
  size 532513941
neuronxcc-2.15.143.0+e39249ad/MODULE_c02439fb9c269005eef2/vae_encoder/config.json CHANGED
@@ -4,14 +4,14 @@
4
  "_diffusers_version": "0.30.3",
5
  "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
6
  "_use_default_values": [
7
- "scaling_factor",
8
- "latents_std",
9
- "latents_mean",
10
- "shift_factor",
11
  "use_quant_conv",
12
- "use_post_quant_conv",
 
13
  "force_upcast",
14
- "mid_block_add_attention"
 
 
 
15
  ],
16
  "act_fn": "silu",
17
  "block_out_channels": [
 
4
  "_diffusers_version": "0.30.3",
5
  "_name_or_path": "/home/runner/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
6
  "_use_default_values": [
 
 
 
 
7
  "use_quant_conv",
8
+ "latents_mean",
9
+ "mid_block_add_attention",
10
  "force_upcast",
11
+ "use_post_quant_conv",
12
+ "shift_factor",
13
+ "latents_std",
14
+ "scaling_factor"
15
  ],
16
  "act_fn": "silu",
17
  "block_out_channels": [
neuronxcc-2.15.143.0+e39249ad/MODULE_c02439fb9c269005eef2/vae_encoder/model.neuron CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:67a26748f0b59f6b234225e570db622d7ab9e7a02e382f4c84ecf1944278a999
3
  size 318559763
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eff87c1a48bf6c0aa81cfbaa57c3e5c3ed96918b018d6ef1fe819f14b1cafb3
3
  size 318559763