Lawrence-cj
commited on
Commit
•
bf3622d
1
Parent(s):
38ebe9b
Upload files with `sana-upload`.
Browse filesUpload model_index.json
Upload text_encoder/config.json
Upload tokenizer/tokenizer.json
Upload transformer/diffusion_pytorch_model.safetensors.index.json
Upload transformer/config.json
Upload transformer/diffusion_pytorch_model-00001-of-00002.safetensors
Upload transformer/diffusion_pytorch_model-00002-of-00002.safetensors
Upload vae/diffusion_pytorch_model.safetensors
Upload vae/config.json
- model_index.json +1 -1
- text_encoder/config.json +1 -1
- tokenizer/tokenizer.json +2 -2
- transformer/config.json +2 -27
- transformer/diffusion_pytorch_model-00001-of-00002.safetensors +3 -0
- transformer/diffusion_pytorch_model-00002-of-00002.safetensors +3 -0
- transformer/diffusion_pytorch_model.safetensors.index.json +403 -0
- vae/config.json +53 -26
- vae/diffusion_pytorch_model.safetensors +2 -2
model_index.json
CHANGED
@@ -19,6 +19,6 @@
|
|
19 |
],
|
20 |
"vae": [
|
21 |
"diffusers",
|
22 |
-
"
|
23 |
]
|
24 |
}
|
|
|
19 |
],
|
20 |
"vae": [
|
21 |
"diffusers",
|
22 |
+
"AutoencoderDC"
|
23 |
]
|
24 |
}
|
text_encoder/config.json
CHANGED
@@ -30,7 +30,7 @@
|
|
30 |
"rope_theta": 10000.0,
|
31 |
"sliding_window": 4096,
|
32 |
"torch_dtype": "bfloat16",
|
33 |
-
"transformers_version": "4.
|
34 |
"use_cache": true,
|
35 |
"vocab_size": 256000
|
36 |
}
|
|
|
30 |
"rope_theta": 10000.0,
|
31 |
"sliding_window": 4096,
|
32 |
"torch_dtype": "bfloat16",
|
33 |
+
"transformers_version": "4.46.0",
|
34 |
"use_cache": true,
|
35 |
"vocab_size": 256000
|
36 |
}
|
tokenizer/tokenizer.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f7eee611703c5ce5d1eee32d9cdcfe465647b8aff0c1dfb3bed7ad7dbb05060
|
3 |
+
size 34362873
|
transformer/config.json
CHANGED
@@ -1,45 +1,20 @@
|
|
1 |
{
|
2 |
"_class_name": "SanaTransformer2DModel",
|
3 |
"_diffusers_version": "0.32.0.dev0",
|
4 |
-
"activation_fn": [
|
5 |
-
"silu",
|
6 |
-
"silu",
|
7 |
-
null
|
8 |
-
],
|
9 |
"attention_bias": false,
|
10 |
"attention_head_dim": 32,
|
11 |
-
"attention_type": "default",
|
12 |
"caption_channels": 2304,
|
13 |
-
"caption_norm_scale_factor": 0.1,
|
14 |
"cross_attention_dim": 2240,
|
15 |
"cross_attention_head_dim": 112,
|
16 |
"dropout": 0.0,
|
17 |
-
"expand_ratio": 2.5,
|
18 |
-
"ff_bias": [
|
19 |
-
true,
|
20 |
-
true,
|
21 |
-
false
|
22 |
-
],
|
23 |
-
"ff_norm": [
|
24 |
-
null,
|
25 |
-
null,
|
26 |
-
null
|
27 |
-
],
|
28 |
"in_channels": 32,
|
29 |
-
"
|
30 |
"norm_elementwise_affine": false,
|
31 |
"norm_eps": 1e-06,
|
32 |
-
"norm_num_groups": 32,
|
33 |
-
"norm_type": "ada_norm_single",
|
34 |
"num_attention_heads": 70,
|
35 |
"num_cross_attention_heads": 20,
|
36 |
-
"num_embeds_ada_norm": 1000,
|
37 |
"num_layers": 20,
|
38 |
"out_channels": 32,
|
39 |
"patch_size": 1,
|
40 |
-
"sample_size": 32
|
41 |
-
"upcast_attention": false,
|
42 |
-
"use_additional_conditions": false,
|
43 |
-
"use_caption_norm": true,
|
44 |
-
"use_pe": false
|
45 |
}
|
|
|
1 |
{
|
2 |
"_class_name": "SanaTransformer2DModel",
|
3 |
"_diffusers_version": "0.32.0.dev0",
|
|
|
|
|
|
|
|
|
|
|
4 |
"attention_bias": false,
|
5 |
"attention_head_dim": 32,
|
|
|
6 |
"caption_channels": 2304,
|
|
|
7 |
"cross_attention_dim": 2240,
|
8 |
"cross_attention_head_dim": 112,
|
9 |
"dropout": 0.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
"in_channels": 32,
|
11 |
+
"mlp_ratio": 2.5,
|
12 |
"norm_elementwise_affine": false,
|
13 |
"norm_eps": 1e-06,
|
|
|
|
|
14 |
"num_attention_heads": 70,
|
15 |
"num_cross_attention_heads": 20,
|
|
|
16 |
"num_layers": 20,
|
17 |
"out_channels": 32,
|
18 |
"patch_size": 1,
|
19 |
+
"sample_size": 32
|
|
|
|
|
|
|
|
|
20 |
}
|
transformer/diffusion_pytorch_model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed9a7b95dc53b9ee4adf58513bd7ae312d7c1610128d0578943dfa1e1d708f14
|
3 |
+
size 4999769624
|
transformer/diffusion_pytorch_model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3369a57d76d00d6cfb0d1591640c3fed4c1b60fb1d7ed611fd0cfc79d76874e4
|
3 |
+
size 1418127024
|
transformer/diffusion_pytorch_model.safetensors.index.json
ADDED
@@ -0,0 +1,403 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 6417851008
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"caption_norm.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
7 |
+
"caption_projection.linear_1.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
8 |
+
"caption_projection.linear_1.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
9 |
+
"caption_projection.linear_2.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
10 |
+
"caption_projection.linear_2.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
11 |
+
"patch_embed.proj.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
12 |
+
"patch_embed.proj.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
13 |
+
"proj_out.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
14 |
+
"proj_out.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
15 |
+
"scale_shift_table": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
16 |
+
"time_embed.emb.timestep_embedder.linear_1.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
17 |
+
"time_embed.emb.timestep_embedder.linear_1.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
18 |
+
"time_embed.emb.timestep_embedder.linear_2.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
19 |
+
"time_embed.emb.timestep_embedder.linear_2.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
20 |
+
"time_embed.linear.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
21 |
+
"time_embed.linear.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
22 |
+
"transformer_blocks.0.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
23 |
+
"transformer_blocks.0.attn1.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
24 |
+
"transformer_blocks.0.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
25 |
+
"transformer_blocks.0.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
26 |
+
"transformer_blocks.0.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
27 |
+
"transformer_blocks.0.attn2.to_k.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
28 |
+
"transformer_blocks.0.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
29 |
+
"transformer_blocks.0.attn2.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
30 |
+
"transformer_blocks.0.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
31 |
+
"transformer_blocks.0.attn2.to_q.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
32 |
+
"transformer_blocks.0.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
33 |
+
"transformer_blocks.0.attn2.to_v.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
34 |
+
"transformer_blocks.0.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
35 |
+
"transformer_blocks.0.ff.conv_depth.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
36 |
+
"transformer_blocks.0.ff.conv_depth.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
37 |
+
"transformer_blocks.0.ff.conv_inverted.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
38 |
+
"transformer_blocks.0.ff.conv_inverted.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
39 |
+
"transformer_blocks.0.ff.conv_point.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
40 |
+
"transformer_blocks.0.scale_shift_table": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
41 |
+
"transformer_blocks.1.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
42 |
+
"transformer_blocks.1.attn1.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
43 |
+
"transformer_blocks.1.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
44 |
+
"transformer_blocks.1.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
45 |
+
"transformer_blocks.1.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
46 |
+
"transformer_blocks.1.attn2.to_k.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
47 |
+
"transformer_blocks.1.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
48 |
+
"transformer_blocks.1.attn2.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
49 |
+
"transformer_blocks.1.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
50 |
+
"transformer_blocks.1.attn2.to_q.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
51 |
+
"transformer_blocks.1.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
52 |
+
"transformer_blocks.1.attn2.to_v.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
53 |
+
"transformer_blocks.1.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
54 |
+
"transformer_blocks.1.ff.conv_depth.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
55 |
+
"transformer_blocks.1.ff.conv_depth.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
56 |
+
"transformer_blocks.1.ff.conv_inverted.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
57 |
+
"transformer_blocks.1.ff.conv_inverted.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
58 |
+
"transformer_blocks.1.ff.conv_point.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
59 |
+
"transformer_blocks.1.scale_shift_table": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
60 |
+
"transformer_blocks.10.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
61 |
+
"transformer_blocks.10.attn1.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
62 |
+
"transformer_blocks.10.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
63 |
+
"transformer_blocks.10.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
64 |
+
"transformer_blocks.10.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
65 |
+
"transformer_blocks.10.attn2.to_k.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
66 |
+
"transformer_blocks.10.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
67 |
+
"transformer_blocks.10.attn2.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
68 |
+
"transformer_blocks.10.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
69 |
+
"transformer_blocks.10.attn2.to_q.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
70 |
+
"transformer_blocks.10.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
71 |
+
"transformer_blocks.10.attn2.to_v.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
72 |
+
"transformer_blocks.10.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
73 |
+
"transformer_blocks.10.ff.conv_depth.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
74 |
+
"transformer_blocks.10.ff.conv_depth.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
75 |
+
"transformer_blocks.10.ff.conv_inverted.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
76 |
+
"transformer_blocks.10.ff.conv_inverted.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
77 |
+
"transformer_blocks.10.ff.conv_point.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
78 |
+
"transformer_blocks.10.scale_shift_table": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
79 |
+
"transformer_blocks.11.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
80 |
+
"transformer_blocks.11.attn1.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
81 |
+
"transformer_blocks.11.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
82 |
+
"transformer_blocks.11.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
83 |
+
"transformer_blocks.11.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
84 |
+
"transformer_blocks.11.attn2.to_k.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
85 |
+
"transformer_blocks.11.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
86 |
+
"transformer_blocks.11.attn2.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
87 |
+
"transformer_blocks.11.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
88 |
+
"transformer_blocks.11.attn2.to_q.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
89 |
+
"transformer_blocks.11.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
90 |
+
"transformer_blocks.11.attn2.to_v.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
91 |
+
"transformer_blocks.11.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
92 |
+
"transformer_blocks.11.ff.conv_depth.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
93 |
+
"transformer_blocks.11.ff.conv_depth.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
94 |
+
"transformer_blocks.11.ff.conv_inverted.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
95 |
+
"transformer_blocks.11.ff.conv_inverted.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
96 |
+
"transformer_blocks.11.ff.conv_point.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
97 |
+
"transformer_blocks.11.scale_shift_table": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
98 |
+
"transformer_blocks.12.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
99 |
+
"transformer_blocks.12.attn1.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
100 |
+
"transformer_blocks.12.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
101 |
+
"transformer_blocks.12.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
102 |
+
"transformer_blocks.12.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
103 |
+
"transformer_blocks.12.attn2.to_k.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
104 |
+
"transformer_blocks.12.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
105 |
+
"transformer_blocks.12.attn2.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
106 |
+
"transformer_blocks.12.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
107 |
+
"transformer_blocks.12.attn2.to_q.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
108 |
+
"transformer_blocks.12.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
109 |
+
"transformer_blocks.12.attn2.to_v.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
110 |
+
"transformer_blocks.12.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
111 |
+
"transformer_blocks.12.ff.conv_depth.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
112 |
+
"transformer_blocks.12.ff.conv_depth.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
113 |
+
"transformer_blocks.12.ff.conv_inverted.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
114 |
+
"transformer_blocks.12.ff.conv_inverted.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
115 |
+
"transformer_blocks.12.ff.conv_point.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
116 |
+
"transformer_blocks.12.scale_shift_table": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
117 |
+
"transformer_blocks.13.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
118 |
+
"transformer_blocks.13.attn1.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
119 |
+
"transformer_blocks.13.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
120 |
+
"transformer_blocks.13.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
121 |
+
"transformer_blocks.13.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
122 |
+
"transformer_blocks.13.attn2.to_k.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
123 |
+
"transformer_blocks.13.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
124 |
+
"transformer_blocks.13.attn2.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
125 |
+
"transformer_blocks.13.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
126 |
+
"transformer_blocks.13.attn2.to_q.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
127 |
+
"transformer_blocks.13.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
128 |
+
"transformer_blocks.13.attn2.to_v.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
129 |
+
"transformer_blocks.13.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
130 |
+
"transformer_blocks.13.ff.conv_depth.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
131 |
+
"transformer_blocks.13.ff.conv_depth.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
132 |
+
"transformer_blocks.13.ff.conv_inverted.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
133 |
+
"transformer_blocks.13.ff.conv_inverted.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
134 |
+
"transformer_blocks.13.ff.conv_point.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
135 |
+
"transformer_blocks.13.scale_shift_table": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
136 |
+
"transformer_blocks.14.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
137 |
+
"transformer_blocks.14.attn1.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
138 |
+
"transformer_blocks.14.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
139 |
+
"transformer_blocks.14.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
140 |
+
"transformer_blocks.14.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
141 |
+
"transformer_blocks.14.attn2.to_k.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
142 |
+
"transformer_blocks.14.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
143 |
+
"transformer_blocks.14.attn2.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
144 |
+
"transformer_blocks.14.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
145 |
+
"transformer_blocks.14.attn2.to_q.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
146 |
+
"transformer_blocks.14.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
147 |
+
"transformer_blocks.14.attn2.to_v.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
148 |
+
"transformer_blocks.14.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
149 |
+
"transformer_blocks.14.ff.conv_depth.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
150 |
+
"transformer_blocks.14.ff.conv_depth.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
151 |
+
"transformer_blocks.14.ff.conv_inverted.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
152 |
+
"transformer_blocks.14.ff.conv_inverted.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
153 |
+
"transformer_blocks.14.ff.conv_point.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
154 |
+
"transformer_blocks.14.scale_shift_table": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
155 |
+
"transformer_blocks.15.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
156 |
+
"transformer_blocks.15.attn1.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
157 |
+
"transformer_blocks.15.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
158 |
+
"transformer_blocks.15.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
159 |
+
"transformer_blocks.15.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
160 |
+
"transformer_blocks.15.attn2.to_k.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
161 |
+
"transformer_blocks.15.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
162 |
+
"transformer_blocks.15.attn2.to_out.0.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
163 |
+
"transformer_blocks.15.attn2.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
164 |
+
"transformer_blocks.15.attn2.to_q.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
165 |
+
"transformer_blocks.15.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
166 |
+
"transformer_blocks.15.attn2.to_v.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
167 |
+
"transformer_blocks.15.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
168 |
+
"transformer_blocks.15.ff.conv_depth.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
169 |
+
"transformer_blocks.15.ff.conv_depth.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
170 |
+
"transformer_blocks.15.ff.conv_inverted.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
171 |
+
"transformer_blocks.15.ff.conv_inverted.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
172 |
+
"transformer_blocks.15.ff.conv_point.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
173 |
+
"transformer_blocks.15.scale_shift_table": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
174 |
+
"transformer_blocks.16.attn1.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
175 |
+
"transformer_blocks.16.attn1.to_out.0.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
176 |
+
"transformer_blocks.16.attn1.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
177 |
+
"transformer_blocks.16.attn1.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
178 |
+
"transformer_blocks.16.attn1.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
179 |
+
"transformer_blocks.16.attn2.to_k.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
180 |
+
"transformer_blocks.16.attn2.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
181 |
+
"transformer_blocks.16.attn2.to_out.0.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
182 |
+
"transformer_blocks.16.attn2.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
183 |
+
"transformer_blocks.16.attn2.to_q.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
184 |
+
"transformer_blocks.16.attn2.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
185 |
+
"transformer_blocks.16.attn2.to_v.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
186 |
+
"transformer_blocks.16.attn2.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
187 |
+
"transformer_blocks.16.ff.conv_depth.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
188 |
+
"transformer_blocks.16.ff.conv_depth.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
189 |
+
"transformer_blocks.16.ff.conv_inverted.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
190 |
+
"transformer_blocks.16.ff.conv_inverted.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
191 |
+
"transformer_blocks.16.ff.conv_point.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
192 |
+
"transformer_blocks.16.scale_shift_table": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
193 |
+
"transformer_blocks.17.attn1.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
194 |
+
"transformer_blocks.17.attn1.to_out.0.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
195 |
+
"transformer_blocks.17.attn1.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
196 |
+
"transformer_blocks.17.attn1.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
197 |
+
"transformer_blocks.17.attn1.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
198 |
+
"transformer_blocks.17.attn2.to_k.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
199 |
+
"transformer_blocks.17.attn2.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
200 |
+
"transformer_blocks.17.attn2.to_out.0.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
201 |
+
"transformer_blocks.17.attn2.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
202 |
+
"transformer_blocks.17.attn2.to_q.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
203 |
+
"transformer_blocks.17.attn2.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
204 |
+
"transformer_blocks.17.attn2.to_v.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
205 |
+
"transformer_blocks.17.attn2.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
206 |
+
"transformer_blocks.17.ff.conv_depth.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
207 |
+
"transformer_blocks.17.ff.conv_depth.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
208 |
+
"transformer_blocks.17.ff.conv_inverted.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
209 |
+
"transformer_blocks.17.ff.conv_inverted.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
210 |
+
"transformer_blocks.17.ff.conv_point.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
211 |
+
"transformer_blocks.17.scale_shift_table": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
212 |
+
"transformer_blocks.18.attn1.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
213 |
+
"transformer_blocks.18.attn1.to_out.0.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
214 |
+
"transformer_blocks.18.attn1.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
215 |
+
"transformer_blocks.18.attn1.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
216 |
+
"transformer_blocks.18.attn1.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
217 |
+
"transformer_blocks.18.attn2.to_k.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
218 |
+
"transformer_blocks.18.attn2.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
219 |
+
"transformer_blocks.18.attn2.to_out.0.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
220 |
+
"transformer_blocks.18.attn2.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
221 |
+
"transformer_blocks.18.attn2.to_q.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
222 |
+
"transformer_blocks.18.attn2.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
223 |
+
"transformer_blocks.18.attn2.to_v.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
224 |
+
"transformer_blocks.18.attn2.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
225 |
+
"transformer_blocks.18.ff.conv_depth.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
226 |
+
"transformer_blocks.18.ff.conv_depth.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
227 |
+
"transformer_blocks.18.ff.conv_inverted.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
228 |
+
"transformer_blocks.18.ff.conv_inverted.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
229 |
+
"transformer_blocks.18.ff.conv_point.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
230 |
+
"transformer_blocks.18.scale_shift_table": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
231 |
+
"transformer_blocks.19.attn1.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
232 |
+
"transformer_blocks.19.attn1.to_out.0.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
233 |
+
"transformer_blocks.19.attn1.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
234 |
+
"transformer_blocks.19.attn1.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
235 |
+
"transformer_blocks.19.attn1.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
236 |
+
"transformer_blocks.19.attn2.to_k.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
237 |
+
"transformer_blocks.19.attn2.to_k.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
238 |
+
"transformer_blocks.19.attn2.to_out.0.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
239 |
+
"transformer_blocks.19.attn2.to_out.0.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
240 |
+
"transformer_blocks.19.attn2.to_q.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
241 |
+
"transformer_blocks.19.attn2.to_q.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
242 |
+
"transformer_blocks.19.attn2.to_v.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
243 |
+
"transformer_blocks.19.attn2.to_v.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
244 |
+
"transformer_blocks.19.ff.conv_depth.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
245 |
+
"transformer_blocks.19.ff.conv_depth.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
246 |
+
"transformer_blocks.19.ff.conv_inverted.bias": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
247 |
+
"transformer_blocks.19.ff.conv_inverted.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
248 |
+
"transformer_blocks.19.ff.conv_point.weight": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
249 |
+
"transformer_blocks.19.scale_shift_table": "diffusion_pytorch_model-00002-of-00002.safetensors",
|
250 |
+
"transformer_blocks.2.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
251 |
+
"transformer_blocks.2.attn1.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
252 |
+
"transformer_blocks.2.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
253 |
+
"transformer_blocks.2.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
254 |
+
"transformer_blocks.2.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
255 |
+
"transformer_blocks.2.attn2.to_k.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
256 |
+
"transformer_blocks.2.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
257 |
+
"transformer_blocks.2.attn2.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
258 |
+
"transformer_blocks.2.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
259 |
+
"transformer_blocks.2.attn2.to_q.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
260 |
+
"transformer_blocks.2.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
261 |
+
"transformer_blocks.2.attn2.to_v.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
262 |
+
"transformer_blocks.2.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
263 |
+
"transformer_blocks.2.ff.conv_depth.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
264 |
+
"transformer_blocks.2.ff.conv_depth.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
265 |
+
"transformer_blocks.2.ff.conv_inverted.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
266 |
+
"transformer_blocks.2.ff.conv_inverted.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
267 |
+
"transformer_blocks.2.ff.conv_point.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
268 |
+
"transformer_blocks.2.scale_shift_table": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
269 |
+
"transformer_blocks.3.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
270 |
+
"transformer_blocks.3.attn1.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
271 |
+
"transformer_blocks.3.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
272 |
+
"transformer_blocks.3.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
273 |
+
"transformer_blocks.3.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
274 |
+
"transformer_blocks.3.attn2.to_k.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
275 |
+
"transformer_blocks.3.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
276 |
+
"transformer_blocks.3.attn2.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
277 |
+
"transformer_blocks.3.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
278 |
+
"transformer_blocks.3.attn2.to_q.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
279 |
+
"transformer_blocks.3.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
280 |
+
"transformer_blocks.3.attn2.to_v.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
281 |
+
"transformer_blocks.3.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
282 |
+
"transformer_blocks.3.ff.conv_depth.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
283 |
+
"transformer_blocks.3.ff.conv_depth.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
284 |
+
"transformer_blocks.3.ff.conv_inverted.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
285 |
+
"transformer_blocks.3.ff.conv_inverted.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
286 |
+
"transformer_blocks.3.ff.conv_point.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
287 |
+
"transformer_blocks.3.scale_shift_table": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
288 |
+
"transformer_blocks.4.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
289 |
+
"transformer_blocks.4.attn1.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
290 |
+
"transformer_blocks.4.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
291 |
+
"transformer_blocks.4.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
292 |
+
"transformer_blocks.4.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
293 |
+
"transformer_blocks.4.attn2.to_k.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
294 |
+
"transformer_blocks.4.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
295 |
+
"transformer_blocks.4.attn2.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
296 |
+
"transformer_blocks.4.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
297 |
+
"transformer_blocks.4.attn2.to_q.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
298 |
+
"transformer_blocks.4.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
299 |
+
"transformer_blocks.4.attn2.to_v.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
300 |
+
"transformer_blocks.4.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
301 |
+
"transformer_blocks.4.ff.conv_depth.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
302 |
+
"transformer_blocks.4.ff.conv_depth.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
303 |
+
"transformer_blocks.4.ff.conv_inverted.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
304 |
+
"transformer_blocks.4.ff.conv_inverted.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
305 |
+
"transformer_blocks.4.ff.conv_point.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
306 |
+
"transformer_blocks.4.scale_shift_table": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
307 |
+
"transformer_blocks.5.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
308 |
+
"transformer_blocks.5.attn1.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
309 |
+
"transformer_blocks.5.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
310 |
+
"transformer_blocks.5.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
311 |
+
"transformer_blocks.5.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
312 |
+
"transformer_blocks.5.attn2.to_k.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
313 |
+
"transformer_blocks.5.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
314 |
+
"transformer_blocks.5.attn2.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
315 |
+
"transformer_blocks.5.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
316 |
+
"transformer_blocks.5.attn2.to_q.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
317 |
+
"transformer_blocks.5.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
318 |
+
"transformer_blocks.5.attn2.to_v.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
319 |
+
"transformer_blocks.5.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
320 |
+
"transformer_blocks.5.ff.conv_depth.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
321 |
+
"transformer_blocks.5.ff.conv_depth.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
322 |
+
"transformer_blocks.5.ff.conv_inverted.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
323 |
+
"transformer_blocks.5.ff.conv_inverted.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
324 |
+
"transformer_blocks.5.ff.conv_point.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
325 |
+
"transformer_blocks.5.scale_shift_table": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
326 |
+
"transformer_blocks.6.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
327 |
+
"transformer_blocks.6.attn1.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
328 |
+
"transformer_blocks.6.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
329 |
+
"transformer_blocks.6.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
330 |
+
"transformer_blocks.6.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
331 |
+
"transformer_blocks.6.attn2.to_k.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
332 |
+
"transformer_blocks.6.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
333 |
+
"transformer_blocks.6.attn2.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
334 |
+
"transformer_blocks.6.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
335 |
+
"transformer_blocks.6.attn2.to_q.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
336 |
+
"transformer_blocks.6.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
337 |
+
"transformer_blocks.6.attn2.to_v.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
338 |
+
"transformer_blocks.6.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
339 |
+
"transformer_blocks.6.ff.conv_depth.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
340 |
+
"transformer_blocks.6.ff.conv_depth.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
341 |
+
"transformer_blocks.6.ff.conv_inverted.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
342 |
+
"transformer_blocks.6.ff.conv_inverted.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
343 |
+
"transformer_blocks.6.ff.conv_point.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
344 |
+
"transformer_blocks.6.scale_shift_table": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
345 |
+
"transformer_blocks.7.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
346 |
+
"transformer_blocks.7.attn1.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
347 |
+
"transformer_blocks.7.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
348 |
+
"transformer_blocks.7.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
349 |
+
"transformer_blocks.7.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
350 |
+
"transformer_blocks.7.attn2.to_k.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
351 |
+
"transformer_blocks.7.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
352 |
+
"transformer_blocks.7.attn2.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
353 |
+
"transformer_blocks.7.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
354 |
+
"transformer_blocks.7.attn2.to_q.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
355 |
+
"transformer_blocks.7.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
356 |
+
"transformer_blocks.7.attn2.to_v.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
357 |
+
"transformer_blocks.7.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
358 |
+
"transformer_blocks.7.ff.conv_depth.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
359 |
+
"transformer_blocks.7.ff.conv_depth.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
360 |
+
"transformer_blocks.7.ff.conv_inverted.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
361 |
+
"transformer_blocks.7.ff.conv_inverted.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
362 |
+
"transformer_blocks.7.ff.conv_point.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
363 |
+
"transformer_blocks.7.scale_shift_table": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
364 |
+
"transformer_blocks.8.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
365 |
+
"transformer_blocks.8.attn1.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
366 |
+
"transformer_blocks.8.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
367 |
+
"transformer_blocks.8.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
368 |
+
"transformer_blocks.8.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
369 |
+
"transformer_blocks.8.attn2.to_k.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
370 |
+
"transformer_blocks.8.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
371 |
+
"transformer_blocks.8.attn2.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
372 |
+
"transformer_blocks.8.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
373 |
+
"transformer_blocks.8.attn2.to_q.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
374 |
+
"transformer_blocks.8.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
375 |
+
"transformer_blocks.8.attn2.to_v.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
376 |
+
"transformer_blocks.8.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
377 |
+
"transformer_blocks.8.ff.conv_depth.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
378 |
+
"transformer_blocks.8.ff.conv_depth.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
379 |
+
"transformer_blocks.8.ff.conv_inverted.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
380 |
+
"transformer_blocks.8.ff.conv_inverted.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
381 |
+
"transformer_blocks.8.ff.conv_point.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
382 |
+
"transformer_blocks.8.scale_shift_table": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
383 |
+
"transformer_blocks.9.attn1.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
384 |
+
"transformer_blocks.9.attn1.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
385 |
+
"transformer_blocks.9.attn1.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
386 |
+
"transformer_blocks.9.attn1.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
387 |
+
"transformer_blocks.9.attn1.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
388 |
+
"transformer_blocks.9.attn2.to_k.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
389 |
+
"transformer_blocks.9.attn2.to_k.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
390 |
+
"transformer_blocks.9.attn2.to_out.0.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
391 |
+
"transformer_blocks.9.attn2.to_out.0.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
392 |
+
"transformer_blocks.9.attn2.to_q.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
393 |
+
"transformer_blocks.9.attn2.to_q.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
394 |
+
"transformer_blocks.9.attn2.to_v.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
395 |
+
"transformer_blocks.9.attn2.to_v.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
396 |
+
"transformer_blocks.9.ff.conv_depth.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
397 |
+
"transformer_blocks.9.ff.conv_depth.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
398 |
+
"transformer_blocks.9.ff.conv_inverted.bias": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
399 |
+
"transformer_blocks.9.ff.conv_inverted.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
400 |
+
"transformer_blocks.9.ff.conv_point.weight": "diffusion_pytorch_model-00001-of-00002.safetensors",
|
401 |
+
"transformer_blocks.9.scale_shift_table": "diffusion_pytorch_model-00001-of-00002.safetensors"
|
402 |
+
}
|
403 |
+
}
|
vae/config.json
CHANGED
@@ -1,17 +1,26 @@
|
|
1 |
{
|
2 |
-
"_class_name": "
|
3 |
"_diffusers_version": "0.32.0.dev0",
|
4 |
-
"_name_or_path": "
|
5 |
-
"
|
6 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
"ResBlock",
|
8 |
"ResBlock",
|
9 |
"ResBlock",
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
],
|
14 |
-
"
|
15 |
3,
|
16 |
3,
|
17 |
3,
|
@@ -19,8 +28,23 @@
|
|
19 |
3,
|
20 |
3
|
21 |
],
|
22 |
-
"
|
23 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
128,
|
25 |
256,
|
26 |
512,
|
@@ -28,17 +52,15 @@
|
|
28 |
1024,
|
29 |
1024
|
30 |
],
|
31 |
-
"
|
32 |
-
"encoder_act": "silu",
|
33 |
-
"encoder_block_type": [
|
34 |
"ResBlock",
|
35 |
"ResBlock",
|
36 |
"ResBlock",
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
],
|
41 |
-
"
|
42 |
2,
|
43 |
2,
|
44 |
2,
|
@@ -46,17 +68,22 @@
|
|
46 |
3,
|
47 |
3
|
48 |
],
|
49 |
-
"
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
|
|
|
|
|
|
|
|
|
|
57 |
],
|
58 |
"in_channels": 3,
|
59 |
"latent_channels": 32,
|
60 |
"scaling_factor": 0.41407,
|
61 |
-
"upsample_block_type": "
|
62 |
}
|
|
|
1 |
{
|
2 |
+
"_class_name": "AutoencoderDC",
|
3 |
"_diffusers_version": "0.32.0.dev0",
|
4 |
+
"_name_or_path": "mit-han-lab/dc-ae-f32c32-sana-1.0-diffusers",
|
5 |
+
"attention_head_dim": 32,
|
6 |
+
"decoder_act_fns": "silu",
|
7 |
+
"decoder_block_out_channels": [
|
8 |
+
128,
|
9 |
+
256,
|
10 |
+
512,
|
11 |
+
512,
|
12 |
+
1024,
|
13 |
+
1024
|
14 |
+
],
|
15 |
+
"decoder_block_types": [
|
16 |
"ResBlock",
|
17 |
"ResBlock",
|
18 |
"ResBlock",
|
19 |
+
"EfficientViTBlock",
|
20 |
+
"EfficientViTBlock",
|
21 |
+
"EfficientViTBlock"
|
22 |
],
|
23 |
+
"decoder_layers_per_block": [
|
24 |
3,
|
25 |
3,
|
26 |
3,
|
|
|
28 |
3,
|
29 |
3
|
30 |
],
|
31 |
+
"decoder_norm_types": "rms_norm",
|
32 |
+
"decoder_qkv_multiscales": [
|
33 |
+
[],
|
34 |
+
[],
|
35 |
+
[],
|
36 |
+
[
|
37 |
+
5
|
38 |
+
],
|
39 |
+
[
|
40 |
+
5
|
41 |
+
],
|
42 |
+
[
|
43 |
+
5
|
44 |
+
]
|
45 |
+
],
|
46 |
+
"downsample_block_type": "Conv",
|
47 |
+
"encoder_block_out_channels": [
|
48 |
128,
|
49 |
256,
|
50 |
512,
|
|
|
52 |
1024,
|
53 |
1024
|
54 |
],
|
55 |
+
"encoder_block_types": [
|
|
|
|
|
56 |
"ResBlock",
|
57 |
"ResBlock",
|
58 |
"ResBlock",
|
59 |
+
"EfficientViTBlock",
|
60 |
+
"EfficientViTBlock",
|
61 |
+
"EfficientViTBlock"
|
62 |
],
|
63 |
+
"encoder_layers_per_block": [
|
64 |
2,
|
65 |
2,
|
66 |
2,
|
|
|
68 |
3,
|
69 |
3
|
70 |
],
|
71 |
+
"encoder_qkv_multiscales": [
|
72 |
+
[],
|
73 |
+
[],
|
74 |
+
[],
|
75 |
+
[
|
76 |
+
5
|
77 |
+
],
|
78 |
+
[
|
79 |
+
5
|
80 |
+
],
|
81 |
+
[
|
82 |
+
5
|
83 |
+
]
|
84 |
],
|
85 |
"in_channels": 3,
|
86 |
"latent_channels": 32,
|
87 |
"scaling_factor": 0.41407,
|
88 |
+
"upsample_block_type": "interpolate"
|
89 |
}
|
vae/diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15a4b09e56d95b768a0ec9da50b702e21d920333fc9b3480d66bb5c7fad9d87f
|
3 |
+
size 1249044836
|