Upload folder using huggingface_hub
Browse files- vae/config.json +44 -0
- vae/diffusion_pytorch_model.safetensors +3 -0
vae/config.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "AutoencoderKLAllegro",
|
| 3 |
+
"_diffusers_version": "0.31.0.dev0",
|
| 4 |
+
"act_fn": "silu",
|
| 5 |
+
"block_out_channels": [
|
| 6 |
+
128,
|
| 7 |
+
256,
|
| 8 |
+
512,
|
| 9 |
+
512
|
| 10 |
+
],
|
| 11 |
+
"down_block_types": [
|
| 12 |
+
"AllegroDownBlock3D",
|
| 13 |
+
"AllegroDownBlock3D",
|
| 14 |
+
"AllegroDownBlock3D",
|
| 15 |
+
"AllegroDownBlock3D"
|
| 16 |
+
],
|
| 17 |
+
"force_upcast": true,
|
| 18 |
+
"in_channels": 3,
|
| 19 |
+
"latent_channels": 4,
|
| 20 |
+
"layers_per_block": 2,
|
| 21 |
+
"norm_num_groups": 32,
|
| 22 |
+
"out_channels": 3,
|
| 23 |
+
"sample_size": 320,
|
| 24 |
+
"scaling_factor": 0.13,
|
| 25 |
+
"temporal_compression_ratio": 4,
|
| 26 |
+
"temporal_downsample_blocks": [
|
| 27 |
+
true,
|
| 28 |
+
true,
|
| 29 |
+
false,
|
| 30 |
+
false
|
| 31 |
+
],
|
| 32 |
+
"temporal_upsample_blocks": [
|
| 33 |
+
false,
|
| 34 |
+
true,
|
| 35 |
+
true,
|
| 36 |
+
false
|
| 37 |
+
],
|
| 38 |
+
"up_block_types": [
|
| 39 |
+
"AllegroUpBlock3D",
|
| 40 |
+
"AllegroUpBlock3D",
|
| 41 |
+
"AllegroUpBlock3D",
|
| 42 |
+
"AllegroUpBlock3D"
|
| 43 |
+
]
|
| 44 |
+
}
|
vae/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47871a698b18f92f15019d361a81cbc8af4676f8eef9a47fd2b95354a39f831a
|
| 3 |
+
size 699904972
|