Kyo-Kai commited on
Commit
5cbdb05
·
verified ·
1 Parent(s): 4562d8b

Update ltxvideo-v2v.json

Browse files
Files changed (1) hide show
  1. ltxvideo-v2v.json +15 -142
ltxvideo-v2v.json CHANGED
@@ -1,144 +1,17 @@
1
  {
2
- "8": {
3
- "inputs": {
4
- "samples": [ "36", 0 ],
5
- "vae": [ "102", 1 ]
6
- },
7
- "class_type": "VAEDecode",
8
- "_meta": { "title": "VAE Decode" }
9
- },
10
- "14": {
11
- "inputs": {
12
- "sampler_name": "euler"
13
- },
14
- "class_type": "KSamplerSelect",
15
- "_meta": { "title": "KSamplerSelect" }
16
- },
17
- "36": {
18
- "inputs": {
19
- "noise": [ "37", 0 ],
20
- "guider": [ "42", 0 ],
21
- "sampler": [ "14", 0 ],
22
- "sigmas": [ "109", 1 ],
23
- "latent_image": [ "103", 1 ]
24
- },
25
- "class_type": "SamplerCustomAdvanced",
26
- "_meta": { "title": "SamplerCustomAdvanced" }
27
- },
28
- "37": {
29
- "inputs": {
30
- "noise_seed": 43,
31
- "control_after_generate": "fixed"
32
- },
33
- "class_type": "RandomNoise",
34
- "_meta": { "title": "RandomNoise" }
35
- },
36
- "42": {
37
- "inputs": {
38
- "cfg": 4,
39
- "model": [ "103", 0 ],
40
- "positive": [ "87", 0 ],
41
- "negative": [ "88", 0 ]
42
- },
43
- "class_type": "CFGGuider",
44
- "_meta": { "title": "CFGGuider" }
45
- },
46
- "60": {
47
- "inputs": {
48
- "frame_rate": 25,
49
- "filename_prefix": "v2v_default_prefix",
50
- "format": "video/h264-mp4",
51
- "save_output": true,
52
- "images": [ "8", 0 ]
53
- },
54
- "class_type": "VHS_VideoCombine",
55
- "_meta": { "title": "Video Combine" }
56
- },
57
- "81": {
58
- "inputs": {
59
- "scheduler": "normal",
60
- "steps": 20,
61
- "denoise": 1,
62
- "model": [ "103", 0 ]
63
- },
64
- "class_type": "BasicScheduler",
65
- "_meta": { "title": "BasicScheduler" }
66
- },
67
- "87": {
68
- "inputs": {
69
- "text": "Default positive prompt.",
70
- "clip": [ "105", 0 ]
71
- },
72
- "class_type": "CLIPTextEncode",
73
- "_meta": { "title": "Positive Prompt" }
74
- },
75
- "88": {
76
- "inputs": {
77
- "text": "worst quality, blurry, distorted",
78
- "clip": [ "105", 0 ]
79
- },
80
- "class_type": "CLIPTextEncode",
81
- "_meta": { "title": "Negative Prompt" }
82
- },
83
- "102": {
84
- "inputs": {
85
- "model_name": "ltx-video-2b-v0.9.safetensors"
86
- },
87
- "class_type": "LTXVLoader",
88
- "_meta": { "title": "LTXVLoader" }
89
- },
90
- "103": {
91
- "inputs": {
92
- "mode": "Custom",
93
- "width": 768,
94
- "height": 512,
95
- "bucket_size": 64,
96
- "frame_count": 25,
97
- "strength": 1,
98
- "motion_lora_strength_multiplier_enabled": true,
99
- "model": [ "102", 0 ],
100
- "vae": [ "102", 1 ],
101
- "conditioning": [ "110", 0 ]
102
- },
103
- "class_type": "LTXVModelConfigurator",
104
- "_meta": { "title": "LTXVModelConfigurator" }
105
- },
106
- "104": {
107
- "inputs": {
108
- "start_percent": 1.8,
109
- "rescale": true,
110
- "rescale_strength": 0.1,
111
- "sigmas": [ "81", 0 ],
112
- "sigma_shift": [ "103", 2 ]
113
- },
114
- "class_type": "LTXVShiftSigmas",
115
- "_meta": { "title": "LTXVShiftSigmas" }
116
- },
117
- "105": {
118
- "inputs": {
119
- "model_name": "PixArt-XL-2-1024-MS/text_encoder/model-00001-of-00002.safetensors"
120
- },
121
- "class_type": "LTXVCLIPModelLoader",
122
- "_meta": { "title": "LTXVCLIPModelLoader" }
123
- },
124
- "109": {
125
- "inputs": {
126
- "step": 1,
127
- "sigmas": [ "104", 0 ]
128
- },
129
- "class_type": "SplitSigmas",
130
- "_meta": { "title": "SplitSigmas" }
131
- },
132
- "110": {
133
- "inputs": {
134
- "video": "default_video.mp4",
135
- "force_rate": 0,
136
- "force_size": "Disabled",
137
- "frame_load_cap": 0,
138
- "skip_first_frames": 0,
139
- "select_every_nth": 1
140
- },
141
- "class_type": "VHS_LoadVideo",
142
- "_meta": { "title": "Load Video" }
143
- }
144
  }
 
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": 512, "height": 512, "bucket_size": 64, "frame_count": 25, "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": { "model_name": "PixArt-XL-2-1024-MS/text_encoder/model-00001-of-00002.safetensors" } },
15
+ "109": { "class_type": "SplitSigmas", "inputs": { "step": 1, "sigmas": ["104", 0] } },
16
+ "110": { "class_type": "VHS_LoadVideo", "inputs": { "video": "placeholder_video.mp4" } }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  }