frutiemax commited on
Commit
f4c26c9
1 Parent(s): 838fee6

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": 4096,
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:c8ad476dc9f0fd5e8080130e9f734d99d5d259c845fdf1cbfdc41f02a7cb414b
3
- size 2444156432
 
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": "AuraDiffusion/16ch-vae",
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": false,
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": false,
25
  "norm_num_groups": 32,
26
  "out_channels": 3,
27
- "sample_size": 1024,
28
- "scaling_factor": 0.18215,
29
- "shift_factor": 0,
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:ead97b12214d10d347a57425f2387242710c8e101e09466bcf91bc0f28d65e9c
3
- size 326896452
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6468f242218bc72981284b6fda570cc7c07ce043e84979cc1bb7d99d39a64a2
3
+ size 229094420