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

Update ltxvideo-v2v.json

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