Update ltxvideo-v2v.json
Browse files- ltxvideo-v2v.json +51 -11
ltxvideo-v2v.json
CHANGED
|
@@ -1,17 +1,57 @@
|
|
| 1 |
{
|
| 2 |
-
"3": {
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
"17": {
|
| 7 |
-
"inputs": {
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
"class_type": "KSampler"
|
| 10 |
},
|
| 11 |
-
"19": {
|
|
|
|
|
|
|
|
|
|
| 12 |
"20": {
|
| 13 |
-
"inputs": {
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
"class_type": "VHS_VideoCombine"
|
| 16 |
-
}
|
| 17 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"3": {
|
| 3 |
+
"inputs": {
|
| 4 |
+
"video": "placeholder_video.mp4", "force_rate": 0, "force_size": "Disabled",
|
| 5 |
+
"custom_width": 512, "custom_height": 512, "frame_load_cap": 0,
|
| 6 |
+
"skip_first_frames": 0, "select_every_nth": 1
|
| 7 |
+
},
|
| 8 |
+
"class_type": "VHS_LoadVideo"
|
| 9 |
+
},
|
| 10 |
+
"4": {
|
| 11 |
+
"inputs": {
|
| 12 |
+
"ckpt_name": "ltx-video-2b-v0.9.5.safetensors"
|
| 13 |
+
},
|
| 14 |
+
"class_type": "CheckpointLoaderSimple"
|
| 15 |
+
},
|
| 16 |
+
"6": {
|
| 17 |
+
"inputs": { "text": "Positive prompt placeholder", "clip": ["10", 0] },
|
| 18 |
+
"class_type": "CLIPTextEncode"
|
| 19 |
+
},
|
| 20 |
+
"7": {
|
| 21 |
+
"inputs": { "text": "Negative prompt placeholder", "clip": ["10", 0] },
|
| 22 |
+
"class_type": "CLIPTextEncode"
|
| 23 |
+
},
|
| 24 |
+
"8": {
|
| 25 |
+
"inputs": { "samples": ["17", 0], "vae": ["4", 2] },
|
| 26 |
+
"class_type": "VAEDecode"
|
| 27 |
+
},
|
| 28 |
+
"10": {
|
| 29 |
+
"inputs": {
|
| 30 |
+
"clip_name": "t5xxl_fp16.safetensors",
|
| 31 |
+
"type": "ltxv",
|
| 32 |
+
"device": "default"
|
| 33 |
+
},
|
| 34 |
+
"class_type": "CLIPLoader"
|
| 35 |
+
},
|
| 36 |
"17": {
|
| 37 |
+
"inputs": {
|
| 38 |
+
"seed": 42, "steps": 15, "cfg": 3.0, "sampler_name": "euler",
|
| 39 |
+
"scheduler": "normal", "denoise": 0.5,
|
| 40 |
+
"model": ["4", 0], "positive": ["6", 0], "negative": ["7", 0],
|
| 41 |
+
"latent_image": ["19", 0]
|
| 42 |
+
},
|
| 43 |
"class_type": "KSampler"
|
| 44 |
},
|
| 45 |
+
"19": {
|
| 46 |
+
"inputs": { "pixels": ["3", 0], "vae": ["4", 2] },
|
| 47 |
+
"class_type": "VAEEncode"
|
| 48 |
+
},
|
| 49 |
"20": {
|
| 50 |
+
"inputs": {
|
| 51 |
+
"frame_rate": 25, "loop_count": 0, "filename_prefix": "placeholder_prefix",
|
| 52 |
+
"format": "video/h264-mp4", "pix_fmt": "yuv420p", "crf": 19,
|
| 53 |
+
"save_metadata": true, "pingpong": false, "save_output": true,
|
| 54 |
+
"images": ["8", 0]
|
| 55 |
+
},
|
| 56 |
"class_type": "VHS_VideoCombine"
|
| 57 |
+
}
|
|
|