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

Update ltxvideo-v2v.json

Browse files
Files changed (1) hide show
  1. ltxvideo-v2v.json +12 -45
ltxvideo-v2v.json CHANGED
@@ -1,57 +1,24 @@
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
  }
 
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
  }