Kyo-Kai commited on
Commit
75fdb17
·
verified ·
1 Parent(s): 0a7ec96

Update ltxvideo-v2v.json

Browse files
Files changed (1) hide show
  1. ltxvideo-v2v.json +58 -30
ltxvideo-v2v.json CHANGED
@@ -1,55 +1,83 @@
1
  {
2
  "3": {
3
- "inputs": { "video": "placeholder_video.mp4" },
4
- "class_type": "VHS_LoadVideo",
5
- "_meta": { "title": "Load V2V Input" }
 
 
 
 
 
 
6
  },
7
  "4": {
8
- "inputs": { "ckpt_name": "ltx-video-2b-v0.9.safetensors" },
9
- "class_type": "CheckpointLoaderSimple",
10
- "_meta": { "title": "Load V2V Checkpoint" }
 
11
  },
12
  "6": {
13
- "inputs": { "text": "Positive prompt placeholder", "clip": ["10", 0] },
14
- "class_type": "CLIPTextEncode",
15
- "_meta": { "title": "Positive Prompt" }
 
 
16
  },
17
  "7": {
18
- "inputs": { "text": "Negative prompt placeholder", "clip": ["10", 0] },
19
- "class_type": "CLIPTextEncode",
20
- "_meta": { "title": "Negative Prompt" }
 
 
21
  },
22
  "8": {
23
- "inputs": { "samples": ["17", 0], "vae": ["4", 2] },
24
- "class_type": "VAEDecode",
25
- "_meta": { "title": "VAE Decode" }
 
 
26
  },
27
  "10": {
28
- "inputs": { "clip_name": "PixArt-XL-2-1024-MS/text_encoder/model-00001-of-00002.safetensors" },
29
- "class_type": "CLIPLoader",
30
- "_meta": { "title": "Load V2V CLIP" }
 
31
  },
32
  "17": {
33
  "inputs": {
34
- "add_noise": "enable", "noise_seed": 42, "steps": 15, "cfg": 3.5,
35
- "sampler_name": "euler", "scheduler": "normal", "denoise": 0.5,
36
- "model": ["4", 0], "positive": ["6", 0], "negative": ["7", 0],
 
 
 
 
 
 
37
  "latent_image": ["19", 0]
38
  },
39
- "class_type": "KSampler",
40
- "_meta": { "title": "V2V KSampler" }
41
  },
42
  "19": {
43
- "inputs": { "pixels": ["3", 0], "vae": ["4", 2] },
44
- "class_type": "VAEEncode",
45
- "_meta": { "title": "Encode V2V Input" }
 
 
46
  },
47
  "20": {
48
  "inputs": {
49
- "frame_rate": 25, "filename_prefix": "placeholder_prefix",
50
- "format": "video/h264-mp4", "save_output": true, "images": ["8", 0]
 
 
 
 
 
 
 
 
51
  },
52
- "class_type": "VHS_VideoCombine",
53
- "_meta": { "title": "Combine V2V Output" }
54
  }
55
  }
 
1
  {
2
  "3": {
3
+ "inputs": {
4
+ "video": "placeholder_video.mp4",
5
+ "force_rate": 0,
6
+ "force_size": "Disabled",
7
+ "frame_load_cap": 0,
8
+ "skip_first_frames": 0,
9
+ "select_every_nth": 1
10
+ },
11
+ "class_type": "VHS_LoadVideo"
12
  },
13
  "4": {
14
+ "inputs": {
15
+ "ckpt_name": "ltx-video-2b-v0.9.safetensors"
16
+ },
17
+ "class_type": "CheckpointLoaderSimple"
18
  },
19
  "6": {
20
+ "inputs": {
21
+ "text": "Positive prompt placeholder",
22
+ "clip": ["10", 0]
23
+ },
24
+ "class_type": "CLIPTextEncode"
25
  },
26
  "7": {
27
+ "inputs": {
28
+ "text": "Negative prompt placeholder",
29
+ "clip": ["10", 0]
30
+ },
31
+ "class_type": "CLIPTextEncode"
32
  },
33
  "8": {
34
+ "inputs": {
35
+ "samples": ["17", 0],
36
+ "vae": ["4", 2]
37
+ },
38
+ "class_type": "VAEDecode"
39
  },
40
  "10": {
41
+ "inputs": {
42
+ "clip_name": "model-00001-of-00002.safetensors"
43
+ },
44
+ "class_type": "CLIPLoader"
45
  },
46
  "17": {
47
  "inputs": {
48
+ "seed": 42,
49
+ "steps": 15,
50
+ "cfg": 3.5,
51
+ "sampler_name": "euler",
52
+ "scheduler": "normal",
53
+ "denoise": 0.5,
54
+ "model": ["4", 0],
55
+ "positive": ["6", 0],
56
+ "negative": ["7", 0],
57
  "latent_image": ["19", 0]
58
  },
59
+ "class_type": "KSampler"
 
60
  },
61
  "19": {
62
+ "inputs": {
63
+ "pixels": ["3", 0],
64
+ "vae": ["4", 2]
65
+ },
66
+ "class_type": "VAEEncode"
67
  },
68
  "20": {
69
  "inputs": {
70
+ "frame_rate": 25,
71
+ "loop_count": 0,
72
+ "filename_prefix": "placeholder_prefix",
73
+ "format": "video/h264-mp4",
74
+ "pix_fmt": "yuv420p",
75
+ "crf": 19,
76
+ "save_metadata": true,
77
+ "pingpong": false,
78
+ "save_output": true,
79
+ "images": ["8", 0]
80
  },
81
+ "class_type": "VHS_VideoCombine"
 
82
  }
83
  }