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

Update ltxvideo-v2v.json

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