Upload folder using huggingface_hub
Browse files
model_index.json
CHANGED
|
@@ -5,6 +5,14 @@
|
|
| 5 |
"diffusers",
|
| 6 |
"LTX2Transformer3DModel"
|
| 7 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
"vae": [
|
| 9 |
"diffusers",
|
| 10 |
"CausalVideoAutoencoder"
|
|
|
|
| 5 |
"diffusers",
|
| 6 |
"LTX2Transformer3DModel"
|
| 7 |
],
|
| 8 |
+
"spatial_upsampler": [
|
| 9 |
+
"diffusers",
|
| 10 |
+
"LTX2LatentUpsampler"
|
| 11 |
+
],
|
| 12 |
+
"temporal_upsampler": [
|
| 13 |
+
"diffusers",
|
| 14 |
+
"LTX2LatentUpsampler"
|
| 15 |
+
],
|
| 16 |
"vae": [
|
| 17 |
"diffusers",
|
| 18 |
"CausalVideoAutoencoder"
|
spatial_upsampler/config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "LTX2LatentUpsampler",
|
| 3 |
+
"in_channels": 128,
|
| 4 |
+
"mid_channels": 1024,
|
| 5 |
+
"num_blocks_per_stage": 4,
|
| 6 |
+
"dims": 3,
|
| 7 |
+
"spatial_upsample": true,
|
| 8 |
+
"temporal_upsample": false,
|
| 9 |
+
"spatial_scale": 2.0,
|
| 10 |
+
"rational_resampler": true
|
| 11 |
+
}
|
spatial_upsampler/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a29d0701f1fe4fb8dc42419e861461f3e20485e66856d9230b681aab6b964a6a
|
| 3 |
+
size 995743450
|
temporal_upsampler/config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "LTX2LatentUpsampler",
|
| 3 |
+
"in_channels": 128,
|
| 4 |
+
"mid_channels": 512,
|
| 5 |
+
"num_blocks_per_stage": 4,
|
| 6 |
+
"dims": 3,
|
| 7 |
+
"spatial_upsample": false,
|
| 8 |
+
"temporal_upsample": true
|
| 9 |
+
}
|
temporal_upsampler/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b6a87fe0feba467c926ea5898273a1f3290f2f40ec46ce1da53d106b796045e
|
| 3 |
+
size 261943728
|