Kyo-Kai commited on
Commit
b91e763
·
verified ·
1 Parent(s): 7a9c05e

Update ltxvideo-v2v.json

Browse files
Files changed (1) hide show
  1. ltxvideo-v2v.json +56 -13
ltxvideo-v2v.json CHANGED
@@ -54,7 +54,8 @@
54
  },
55
  "37": {
56
  "inputs": {
57
- "noise_seed": 43
 
58
  },
59
  "class_type": "RandomNoise",
60
  "_meta": {
@@ -84,12 +85,24 @@
84
  },
85
  "60": {
86
  "inputs": {
 
 
 
 
 
 
 
 
 
87
  "images": [
88
  "8",
89
  0
90
  ]
91
  },
92
- "_meta": {}
 
 
 
93
  },
94
  "81": {
95
  "inputs": {
@@ -129,18 +142,27 @@
129
  },
130
  "class_type": "CLIPTextEncode",
131
  "_meta": {
132
- "title": "CLIP Text Encode (Prompt)"
133
  }
134
  },
135
  "102": {
136
  "inputs": {
137
- "UNKNOWN": "ltx-video-2b-v0.9.safetensors"
138
  },
139
- "_meta": {}
 
 
 
140
  },
141
  "103": {
142
  "inputs": {
143
- "UNKNOWN": true,
 
 
 
 
 
 
144
  "model": [
145
  "102",
146
  0
@@ -154,11 +176,16 @@
154
  0
155
  ]
156
  },
157
- "_meta": {}
 
 
 
158
  },
159
  "104": {
160
  "inputs": {
161
- "UNKNOWN": 0.1,
 
 
162
  "sigmas": [
163
  "81",
164
  0
@@ -168,13 +195,19 @@
168
  2
169
  ]
170
  },
171
- "_meta": {}
 
 
 
172
  },
173
  "105": {
174
  "inputs": {
175
- "UNKNOWN": "PixArt-XL-2-1024-MS/text_encoder/model-00001-of-00002.safetensors"
176
  },
177
- "_meta": {}
 
 
 
178
  },
179
  "109": {
180
  "inputs": {
@@ -190,7 +223,17 @@
190
  }
191
  },
192
  "110": {
193
- "inputs": {},
194
- "_meta": {}
 
 
 
 
 
 
 
 
 
 
195
  }
196
  }
 
54
  },
55
  "37": {
56
  "inputs": {
57
+ "noise_seed": 43,
58
+ "control_after_generate": "fixed"
59
  },
60
  "class_type": "RandomNoise",
61
  "_meta": {
 
85
  },
86
  "60": {
87
  "inputs": {
88
+ "frame_rate": 25,
89
+ "loop_count": 0,
90
+ "filename_prefix": "LTXVideo",
91
+ "format": "video/h264-mp4",
92
+ "pix_fmt": "yuv420p",
93
+ "crf": 19,
94
+ "save_metadata": true,
95
+ "pingpong": false,
96
+ "save_output": true,
97
  "images": [
98
  "8",
99
  0
100
  ]
101
  },
102
+ "class_type": "VHS_VideoCombine",
103
+ "_meta": {
104
+ "title": "Video Combine"
105
+ }
106
  },
107
  "81": {
108
  "inputs": {
 
142
  },
143
  "class_type": "CLIPTextEncode",
144
  "_meta": {
145
+ "title": "CLIP Text Encode (Negative)"
146
  }
147
  },
148
  "102": {
149
  "inputs": {
150
+ "model_name": "ltx-video-2b-v0.9.safetensors"
151
  },
152
+ "class_type": "LTXVLoader",
153
+ "_meta": {
154
+ "title": "LTXVLoader"
155
+ }
156
  },
157
  "103": {
158
  "inputs": {
159
+ "mode": "Custom",
160
+ "width": 768,
161
+ "height": 512,
162
+ "bucket_size": 65,
163
+ "frame_count": 25,
164
+ "strength": 1,
165
+ "motion_lora_strength_multiplier_enabled": true,
166
  "model": [
167
  "102",
168
  0
 
176
  0
177
  ]
178
  },
179
+ "class_type": "LTXVModelConfigurator",
180
+ "_meta": {
181
+ "title": "LTXVModelConfigurator"
182
+ }
183
  },
184
  "104": {
185
  "inputs": {
186
+ "start_percent": 1.820833333,
187
+ "rescale": true,
188
+ "rescale_strength": 0.1,
189
  "sigmas": [
190
  "81",
191
  0
 
195
  2
196
  ]
197
  },
198
+ "class_type": "LTXVShiftSigmas",
199
+ "_meta": {
200
+ "title": "LTXVShiftSigmas"
201
+ }
202
  },
203
  "105": {
204
  "inputs": {
205
+ "clip_name": "PixArt-XL-2-1024-MS/text_encoder/model-00001-of-00002.safetensors"
206
  },
207
+ "class_type": "LTXVCLIPModelLoader",
208
+ "_meta": {
209
+ "title": "LTXVCLIPModelLoader"
210
+ }
211
  },
212
  "109": {
213
  "inputs": {
 
223
  }
224
  },
225
  "110": {
226
+ "inputs": {
227
+ "video": "video.mp4",
228
+ "force_rate": 0,
229
+ "force_size": "Disabled",
230
+ "frame_load_cap": 0,
231
+ "skip_first_frames": 0,
232
+ "select_every_nth": 1
233
+ },
234
+ "class_type": "VHS_LoadVideo",
235
+ "_meta": {
236
+ "title": "Load Video"
237
+ }
238
  }
239
  }