Upload 3 files
Browse files
vae3d_sd3/config.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "CVVAESD3Model",
|
| 3 |
+
"_diffusers_version": "0.29.2",
|
| 4 |
+
"act_fn": "silu",
|
| 5 |
+
"block_out_channels": [
|
| 6 |
+
128,
|
| 7 |
+
256,
|
| 8 |
+
512,
|
| 9 |
+
512
|
| 10 |
+
],
|
| 11 |
+
"causal_decoder": false,
|
| 12 |
+
"causal_encoder": true,
|
| 13 |
+
"double_z": true,
|
| 14 |
+
"down_block_types": [
|
| 15 |
+
"DownEncoderBlock3D",
|
| 16 |
+
"DownEncoderBlock3D",
|
| 17 |
+
"DownEncoderBlock3D",
|
| 18 |
+
"DownEncoderBlock3D"
|
| 19 |
+
],
|
| 20 |
+
"en_de_n_frames_a_time": 16,
|
| 21 |
+
"half_3d": true,
|
| 22 |
+
"in_channels": 3,
|
| 23 |
+
"layers_per_block": 2,
|
| 24 |
+
"mid_block_add_attention": true,
|
| 25 |
+
"norm_num_groups": 32,
|
| 26 |
+
"num_video_frames": null,
|
| 27 |
+
"out_channels": 16,
|
| 28 |
+
"reshape_x_dim_to_4": false,
|
| 29 |
+
"reshape_z_dim_to_4": false,
|
| 30 |
+
"spatial_n_compress": 8,
|
| 31 |
+
"tile_overlap_ratio": 0.2222,
|
| 32 |
+
"tile_spatial_size": 576,
|
| 33 |
+
"time_n_compress": 4,
|
| 34 |
+
"up_block_types": [
|
| 35 |
+
"UpDecoderBlock3D",
|
| 36 |
+
"UpDecoderBlock3D",
|
| 37 |
+
"UpDecoderBlock3D",
|
| 38 |
+
"UpDecoderBlock3D"
|
| 39 |
+
]
|
| 40 |
+
}
|
vae3d_sd3/cvvae_sd3.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:756a2400629005601be30819c631a2a2fa8a7975b846431f7253cb048c38e8b6
|
| 3 |
+
size 902627297
|
vae3d_sd3/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66e45eb202fbe90ffe0d132bafe3259fe7d4d8fa0f0d17579daa6fc4ebddc0b0
|
| 3 |
+
size 727597660
|