Kyo-Kai commited on
Commit
f8f5ce9
·
verified ·
1 Parent(s): 5a0bf24

Update ltxvideo-v2v.json

Browse files
Files changed (1) hide show
  1. 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": { "inputs": { "ckpt_name": "ltx-video-2b-v0.9.5.safetensors" }, "class_type": "CheckpointLoaderSimple" },
4
- "6": { "inputs": { "text": "A cinematic, high-quality, beautiful shot", "clip": ["10", 0] }, "class_type": "CLIPTextEncode" },
5
- "7": { "inputs": { "text": "blurry, distorted, low quality", "clip": ["10", 0] }, "class_type": "CLIPTextEncode" },
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
- "seed": 42, "steps": 30, "cfg": 3.0, "sampler_name": "euler",
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": { "pixels": ["3", 0], "vae": ["4", 2] }, "class_type": "VAEEncode" },
17
  "20": {
18
- "inputs": {
19
- "frame_rate": 24, "loop_count": 0, "filename_prefix": "placeholder_prefix",
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
  }