Update ltxvideo-v2v.json
Browse files- ltxvideo-v2v.json +8 -16
ltxvideo-v2v.json
CHANGED
|
@@ -1,25 +1,17 @@
|
|
| 1 |
{
|
| 2 |
"3": { "inputs": { "video": "placeholder_video.mp4" }, "class_type": "VHS_LoadVideo" },
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"8": { "inputs": { "samples": ["17", 0], "vae": ["4", 2] }, "class_type": "VAEDecode" },
|
| 7 |
-
"10": { "inputs": { "clip_name": "t5xxl_fp16.safetensors", "type": "ltxv", "device": "default" }, "class_type": "CLIPLoader" },
|
| 8 |
"17": {
|
| 9 |
-
"inputs": {
|
| 10 |
-
|
| 11 |
-
"scheduler": "normal", "denoise": 0.5, "model": ["4", 0],
|
| 12 |
-
"positive": ["6", 0], "negative": ["7", 0], "latent_image": ["19", 0]
|
| 13 |
-
},
|
| 14 |
"class_type": "KSampler"
|
| 15 |
},
|
| 16 |
-
"19": { "inputs": {
|
| 17 |
"20": {
|
| 18 |
-
"inputs": {
|
| 19 |
-
|
| 20 |
-
"format": "video/h264-mp4", "pix_fmt": "yuv420p", "crf": 19,
|
| 21 |
-
"save_metadata": true, "pingpong": false, "save_output": true, "images": ["8", 0]
|
| 22 |
-
},
|
| 23 |
"class_type": "VHS_VideoCombine"
|
| 24 |
}
|
| 25 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"3": { "inputs": { "video": "placeholder_video.mp4" }, "class_type": "VHS_LoadVideo" },
|
| 3 |
+
"6": { "inputs": { "text": "Positive" }, "class_type": "CLIPTextEncode" },
|
| 4 |
+
"7": { "inputs": { "text": "Negative" }, "class_type": "CLIPTextEncode" },
|
| 5 |
+
"8": { "inputs": {}, "class_type": "VAEDecode" },
|
|
|
|
|
|
|
| 6 |
"17": {
|
| 7 |
+
"inputs": { "seed": 42, "steps": 30, "cfg": 3.0, "sampler_name": "euler",
|
| 8 |
+
"scheduler": "normal", "denoise": 0.5 },
|
|
|
|
|
|
|
|
|
|
| 9 |
"class_type": "KSampler"
|
| 10 |
},
|
| 11 |
+
"19": { "inputs": {}, "class_type": "VAEEncode" },
|
| 12 |
"20": {
|
| 13 |
+
"inputs": { "frame_rate": 24, "filename_prefix": "placeholder_prefix",
|
| 14 |
+
"save_output": true, "format": "video/h264-mp4" },
|
|
|
|
|
|
|
|
|
|
| 15 |
"class_type": "VHS_VideoCombine"
|
| 16 |
}
|
| 17 |
}
|