diffusers_weights (#1)
Browse files- upload weights (5ffa745f1e2d6dee0551cd17ce7ffce261052ed9)
latent_upsampler/config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "LTXLatentUpsamplerModel",
|
3 |
+
"_diffusers_version": "0.34.0.dev0"
|
4 |
+
}
|
latent_upsampler/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1d5e5cc4bdda2ff8ece07ab86e746890e1e515848797d2dd1c9e0179f442fdc
|
3 |
+
size 505009832
|
model_index.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "LTXLatentUpsamplePipeline",
|
3 |
+
"_diffusers_version": "0.34.0.dev0",
|
4 |
+
"latent_upsampler": [
|
5 |
+
"ltx",
|
6 |
+
"LTXLatentUpsamplerModel"
|
7 |
+
],
|
8 |
+
"vae": [
|
9 |
+
"diffusers",
|
10 |
+
"AutoencoderKLLTXVideo"
|
11 |
+
]
|
12 |
+
}
|
vae/config.json
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "AutoencoderKLLTXVideo",
|
3 |
+
"_diffusers_version": "0.34.0.dev0",
|
4 |
+
"block_out_channels": [
|
5 |
+
128,
|
6 |
+
256,
|
7 |
+
512,
|
8 |
+
1024,
|
9 |
+
2048
|
10 |
+
],
|
11 |
+
"decoder_block_out_channels": [
|
12 |
+
256,
|
13 |
+
512,
|
14 |
+
1024
|
15 |
+
],
|
16 |
+
"decoder_causal": false,
|
17 |
+
"decoder_inject_noise": [
|
18 |
+
false,
|
19 |
+
false,
|
20 |
+
false,
|
21 |
+
false
|
22 |
+
],
|
23 |
+
"decoder_layers_per_block": [
|
24 |
+
5,
|
25 |
+
5,
|
26 |
+
5,
|
27 |
+
5
|
28 |
+
],
|
29 |
+
"decoder_spatio_temporal_scaling": [
|
30 |
+
true,
|
31 |
+
true,
|
32 |
+
true
|
33 |
+
],
|
34 |
+
"down_block_types": [
|
35 |
+
"LTXVideo095DownBlock3D",
|
36 |
+
"LTXVideo095DownBlock3D",
|
37 |
+
"LTXVideo095DownBlock3D",
|
38 |
+
"LTXVideo095DownBlock3D"
|
39 |
+
],
|
40 |
+
"downsample_type": [
|
41 |
+
"spatial",
|
42 |
+
"temporal",
|
43 |
+
"spatiotemporal",
|
44 |
+
"spatiotemporal"
|
45 |
+
],
|
46 |
+
"encoder_causal": true,
|
47 |
+
"in_channels": 3,
|
48 |
+
"latent_channels": 128,
|
49 |
+
"layers_per_block": [
|
50 |
+
4,
|
51 |
+
6,
|
52 |
+
6,
|
53 |
+
2,
|
54 |
+
2
|
55 |
+
],
|
56 |
+
"out_channels": 3,
|
57 |
+
"patch_size": 4,
|
58 |
+
"patch_size_t": 1,
|
59 |
+
"resnet_norm_eps": 1e-06,
|
60 |
+
"scaling_factor": 1.0,
|
61 |
+
"spatial_compression_ratio": 32,
|
62 |
+
"spatio_temporal_scaling": [
|
63 |
+
true,
|
64 |
+
true,
|
65 |
+
true,
|
66 |
+
true
|
67 |
+
],
|
68 |
+
"temporal_compression_ratio": 8,
|
69 |
+
"timestep_conditioning": true,
|
70 |
+
"upsample_factor": [
|
71 |
+
2,
|
72 |
+
2,
|
73 |
+
2
|
74 |
+
],
|
75 |
+
"upsample_residual": [
|
76 |
+
true,
|
77 |
+
true,
|
78 |
+
true
|
79 |
+
]
|
80 |
+
}
|
vae/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3419989c7059923ee4134b858e0511d0b294a7c88b7745169763b37ebc4db7f0
|
3 |
+
size 2493855612
|