Upload PixArtSigmaPipeline
Browse files
transformer/config.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"attention_bias": true,
|
6 |
"attention_head_dim": 72,
|
7 |
"attention_type": "default",
|
8 |
-
"caption_channels":
|
9 |
"cross_attention_dim": 1152,
|
10 |
"dropout": 0.0,
|
11 |
"in_channels": 16,
|
|
|
5 |
"attention_bias": true,
|
6 |
"attention_head_dim": 72,
|
7 |
"attention_type": "default",
|
8 |
+
"caption_channels": null,
|
9 |
"cross_attention_dim": 1152,
|
10 |
"dropout": 0.0,
|
11 |
"in_channels": 16,
|
transformer/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:6a08a9aad6fa1aeb417d308863c433ea478677f73fa5aec5c5d965517f081123
|
3 |
+
size 2419963984
|
vae/config.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
"_diffusers_version": "0.30.2",
|
4 |
-
"_name_or_path": "
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
|
|
7 |
128,
|
8 |
256,
|
9 |
-
512,
|
10 |
512
|
11 |
],
|
12 |
"down_block_types": [
|
@@ -15,18 +15,18 @@
|
|
15 |
"DownEncoderBlock2D",
|
16 |
"DownEncoderBlock2D"
|
17 |
],
|
18 |
-
"force_upcast":
|
19 |
"in_channels": 3,
|
20 |
"latent_channels": 16,
|
21 |
"latents_mean": null,
|
22 |
"latents_std": null,
|
23 |
"layers_per_block": 2,
|
24 |
-
"mid_block_add_attention":
|
25 |
"norm_num_groups": 32,
|
26 |
"out_channels": 3,
|
27 |
-
"sample_size":
|
28 |
-
"scaling_factor": 0.
|
29 |
-
"shift_factor":
|
30 |
"up_block_types": [
|
31 |
"UpDecoderBlock2D",
|
32 |
"UpDecoderBlock2D",
|
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
"_diffusers_version": "0.30.2",
|
4 |
+
"_name_or_path": "ostris/vae-kl-f8-d16",
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
7 |
+
128,
|
8 |
128,
|
9 |
256,
|
|
|
10 |
512
|
11 |
],
|
12 |
"down_block_types": [
|
|
|
15 |
"DownEncoderBlock2D",
|
16 |
"DownEncoderBlock2D"
|
17 |
],
|
18 |
+
"force_upcast": true,
|
19 |
"in_channels": 3,
|
20 |
"latent_channels": 16,
|
21 |
"latents_mean": null,
|
22 |
"latents_std": null,
|
23 |
"layers_per_block": 2,
|
24 |
+
"mid_block_add_attention": true,
|
25 |
"norm_num_groups": 32,
|
26 |
"out_channels": 3,
|
27 |
+
"sample_size": 512,
|
28 |
+
"scaling_factor": 0.2614,
|
29 |
+
"shift_factor": null,
|
30 |
"up_block_types": [
|
31 |
"UpDecoderBlock2D",
|
32 |
"UpDecoderBlock2D",
|
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:b6468f242218bc72981284b6fda570cc7c07ce043e84979cc1bb7d99d39a64a2
|
3 |
+
size 229094420
|