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":
|
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:
|
3 |
-
size
|
|
|
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 |
-
|
7 |
],
|
8 |
"down_block_types": [
|
9 |
"DownEncoderBlock2D"
|
10 |
],
|
11 |
"force_upcast": true,
|
12 |
"in_channels": 3,
|
13 |
-
"latent_channels":
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:426ccd3e764e1d051510db1039f4cd497b547cdffa66108d9d3e58efb23d7c21
|
3 |
+
size 181300
|