workflowFiles / ltxvideo-v2v.json
Kyo-Kai's picture
Update ltxvideo-v2v.json
5cbdb05 verified
raw
history blame
2.04 kB
{
"8": { "class_type": "VAEDecode", "inputs": { "samples": ["36", 0], "vae": ["102", 1] } },
"14": { "class_type": "KSamplerSelect", "inputs": { "sampler_name": "euler" } },
"36": { "class_type": "SamplerCustomAdvanced", "inputs": { "noise": ["37", 0], "guider": ["42", 0], "sampler": ["14", 0], "sigmas": ["109", 1], "latent_image": ["103", 1] } },
"37": { "class_type": "RandomNoise", "inputs": { "noise_seed": 42, "control_after_generate": "fixed" } },
"42": { "class_type": "CFGGuider", "inputs": { "cfg": 4.0, "model": ["103", 0], "positive": ["87", 0], "negative": ["88", 0] } },
"60": { "class_type": "VHS_VideoCombine", "inputs": { "frame_rate": 25, "filename_prefix": "placeholder_prefix", "format": "video/h264-mp4", "save_output": true, "images": ["8", 0] } },
"81": { "class_type": "BasicScheduler", "inputs": { "scheduler": "normal", "steps": 20, "denoise": 1.0, "model": ["103", 0] } },
"87": { "class_type": "CLIPTextEncode", "inputs": { "text": "Positive prompt placeholder", "clip": ["105", 0] } },
"88": { "class_type": "CLIPTextEncode", "inputs": { "text": "Negative prompt placeholder", "clip": ["105", 0] } },
"102": { "class_type": "LTXVLoader", "inputs": { "model_name": "ltx-video-2b-v0.9.safetensors" } },
"103": { "class_type": "LTXVModelConfigurator", "inputs": { "mode": "Custom", "width": 512, "height": 512, "bucket_size": 64, "frame_count": 25, "strength": 1.0, "motion_lora_strength_multiplier_enabled": true, "model": ["102", 0], "vae": ["102", 1], "conditioning": ["110", 0] } },
"104": { "class_type": "LTXVShiftSigmas", "inputs": { "start_percent": 1.8, "rescale": true, "rescale_strength": 0.1, "sigmas": ["81", 0], "sigma_shift": ["103", 2] } },
"105": { "class_type": "LTXVCLIPModelLoader", "inputs": { "model_name": "PixArt-XL-2-1024-MS/text_encoder/model-00001-of-00002.safetensors" } },
"109": { "class_type": "SplitSigmas", "inputs": { "step": 1, "sigmas": ["104", 0] } },
"110": { "class_type": "VHS_LoadVideo", "inputs": { "video": "placeholder_video.mp4" } }
}