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

Update ltxvideo-v2v.json

Browse files
Files changed (1) hide show
  1. ltxvideo-v2v.json +81 -15
ltxvideo-v2v.json CHANGED
@@ -1,17 +1,83 @@
1
  {
2
- "8": { "class_type": "VAEDecode", "inputs": { "samples": ["36", 0], "vae": ["102", 1] } },
3
- "14": { "class_type": "KSamplerSelect", "inputs": { "sampler_name": "euler" } },
4
- "36": { "class_type": "SamplerCustomAdvanced", "inputs": { "noise": ["37", 0], "guider": ["42", 0], "sampler": ["14", 0], "sigmas": ["109", 1], "latent_image": ["103", 1] } },
5
- "37": { "class_type": "RandomNoise", "inputs": { "noise_seed": 42, "control_after_generate": "fixed" } },
6
- "42": { "class_type": "CFGGuider", "inputs": { "cfg": 4.0, "model": ["103", 0], "positive": ["87", 0], "negative": ["88", 0] } },
7
- "60": { "class_type": "VHS_VideoCombine", "inputs": { "frame_rate": 25, "filename_prefix": "placeholder_prefix", "format": "video/h264-mp4", "save_output": true, "images": ["8", 0] } },
8
- "81": { "class_type": "BasicScheduler", "inputs": { "scheduler": "normal", "steps": 20, "denoise": 1.0, "model": ["103", 0] } },
9
- "87": { "class_type": "CLIPTextEncode", "inputs": { "text": "Positive prompt placeholder", "clip": ["105", 0] } },
10
- "88": { "class_type": "CLIPTextEncode", "inputs": { "text": "Negative prompt placeholder", "clip": ["105", 0] } },
11
- "102": { "class_type": "LTXVLoader", "inputs": { "model_name": "ltx-video-2b-v0.9.safetensors" } },
12
- "103": { "class_type": "LTXVModelConfigurator", "inputs": { "mode": "Custom", "width": 288, "height": 512, "bucket_size": 64, "frame_count": 150, "strength": 1.0, "motion_lora_strength_multiplier_enabled": true, "model": ["102", 0], "vae": ["102", 1], "conditioning": ["110", 0] } },
13
- "104": { "class_type": "LTXVShiftSigmas", "inputs": { "start_percent": 1.8, "rescale": true, "rescale_strength": 0.1, "sigmas": ["81", 0], "sigma_shift": ["103", 2] } },
14
- "105": { "class_type": "LTXVCLIPModelLoader", "inputs": { "clip_name": "placeholder_clip.safetensors" } },
15
- "109": { "class_type": "SplitSigmas", "inputs": { "step": 1, "sigmas": ["104", 0] } },
16
- "110": { "class_type": "VHS_LoadVideo", "inputs": { "video": "placeholder_video.mp4", "force_rate": 0, "force_size": "Disabled", "frame_load_cap": 0, "skip_first_frames": 0, "select_every_nth": 1 } }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  }
 
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" }
82
+ }
83
  }