katuni4ka commited on
Commit
d40b3b4
1 Parent(s): 108b703

Upload 23 files

Browse files
transformer/config.json CHANGED
@@ -7,7 +7,7 @@
7
  "joint_attention_dim": 32,
8
  "num_attention_heads": 4,
9
  "num_layers": 1,
10
- "out_channels": 4,
11
  "patch_size": 1,
12
  "pooled_projection_dim": 64,
13
  "pos_embed_max_size": 96,
 
7
  "joint_attention_dim": 32,
8
  "num_attention_heads": 4,
9
  "num_layers": 1,
10
+ "out_channels": 16,
11
  "patch_size": 1,
12
  "pooled_projection_dim": 64,
13
  "pos_embed_max_size": 96,
transformer/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ec3dbd81a46df7a8fec37608af7d0f1b11f2392e7cd7f07502338d610025891
3
- size 1343952
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f087b0a8f37a4f9c5b466a1da13c954fc4e1c9dc901aa038e8321011e0a7d95
3
+ size 1345536
vae/config.json CHANGED
@@ -3,14 +3,14 @@
3
  "_diffusers_version": "0.29.2",
4
  "act_fn": "silu",
5
  "block_out_channels": [
6
- 4
7
  ],
8
  "down_block_types": [
9
  "DownEncoderBlock2D"
10
  ],
11
  "force_upcast": true,
12
  "in_channels": 3,
13
- "latent_channels": 4,
14
  "latents_mean": null,
15
  "latents_std": null,
16
  "layers_per_block": 1,
 
3
  "_diffusers_version": "0.29.2",
4
  "act_fn": "silu",
5
  "block_out_channels": [
6
+ 16
7
  ],
8
  "down_block_types": [
9
  "DownEncoderBlock2D"
10
  ],
11
  "force_upcast": true,
12
  "in_channels": 3,
13
+ "latent_channels": 16,
14
  "latents_mean": null,
15
  "latents_std": null,
16
  "layers_per_block": 1,
vae/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b1ab1a3c4ba0a281f5564d27ad63ef516dfc8b21847b184990af3338a15cd1f3
3
- size 20844
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:426ccd3e764e1d051510db1039f4cd497b547cdffa66108d9d3e58efb23d7c21
3
+ size 181300