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

Update ltxvideo-v2v.json

Browse files
Files changed (1) hide show
  1. ltxvideo-v2v.json +56 -84
ltxvideo-v2v.json CHANGED
@@ -1,86 +1,58 @@
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
  }
 
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
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  }