LtxComfy / NStage3_API.json
Coercer's picture
Upload 8 files
e0d2503 verified
{
"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)"
}
}
}