File size: 1,823 Bytes
e0d2503 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | {
"1": {
"inputs": {
"av_latent": [
"9",
0
]
},
"class_type": "LTXVSeparateAVLatent",
"_meta": {
"title": "LTXVSeparateAVLatent"
}
},
"3": {
"inputs": {
"samples": [
"1",
1
],
"audio_vae": [
"14",
0
]
},
"class_type": "LTXVAudioVAEDecode",
"_meta": {
"title": "LTXV Audio VAE Decode"
}
},
"4": {
"inputs": {
"fps": 25,
"images": [
"17",
0
],
"audio": [
"3",
0
]
},
"class_type": "CreateVideo",
"_meta": {
"title": "Create Video"
}
},
"7": {
"inputs": {
"filename_prefix": "video/LTX_2.3_i2v",
"format": "auto",
"codec": "auto",
"video": [
"4",
0
]
},
"class_type": "SaveVideo",
"_meta": {
"title": "Save Video"
}
},
"9": {
"inputs": {
"latent_file": "Latent_00002_.latent"
},
"class_type": "LoadUniversalLatent",
"_meta": {
"title": "Load Universal Latent"
}
},
"13": {
"inputs": {
"vae_name": "LTX23_video_vae_bf16.safetensors"
},
"class_type": "VAELoader",
"_meta": {
"title": "Load VAE (video VAE)"
}
},
"14": {
"inputs": {
"vae_name": "LTX23_audio_vae_bf16.safetensors",
"device": "main_device",
"weight_dtype": "bf16"
},
"class_type": "VAELoaderKJ",
"_meta": {
"title": "VAELoader KJ (audio VAE)"
}
},
"17": {
"inputs": {
"tile_size": 512,
"overlap": 64,
"temporal_size": 4096,
"temporal_overlap": 8,
"samples": [
"1",
0
]
},
"class_type": "VAEDecodeTiled",
"_meta": {
"title": "VAE Decode (Tiled)"
}
}
} |