Image-to-Video
LTX.io
GGUF
ltx-2
comfyui
comfy
ltx-video
ltx-2-3
ltx-2.5
ltxv
text-to-video
audio-to-video
video-to-video
Instructions to use RuneXX/LTX-2.3-2.5-Workflows with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LTX.io
How to use RuneXX/LTX-2.3-2.5-Workflows with LTX.io:
# Install the LTX-2 pipelines git clone https://github.com/Lightricks/LTX-2.git cd LTX-2 uv sync --frozen
# Download the weights from this repo, plus the Gemma text encoder hf download RuneXX/LTX-2.3-2.5-Workflows --local-dir models/LTX-2.3-2.5-Workflows hf download google/gemma-3-12b-it-qat-q4_0-unquantized --local-dir models/gemma-3-12b
# Fast pipeline (distilled model, no distilled LoRA needed) uv run python -m ltx_pipelines.distilled \ --distilled-checkpoint-path models/LTX-2.3-2.5-Workflows/<distilled-checkpoint>.safetensors \ --spatial-upsampler-path models/LTX-2.3-2.5-Workflows/<spatial-upsampler>.safetensors \ --gemma-root models/gemma-3-12b \ --prompt "A beautiful sunset over the ocean" \ --output-path output.mp4 # For image-to-video, add: --image path/to/image.jpg 0 0.8# HQ pipeline (two-stage, higher quality) uv run python -m ltx_pipelines.ti2vid_two_stages_hq \ --checkpoint-path models/LTX-2.3-2.5-Workflows/<checkpoint>.safetensors \ --distilled-lora models/LTX-2.3-2.5-Workflows/<distilled-lora>.safetensors 0.8 \ --spatial-upsampler-path models/LTX-2.3-2.5-Workflows/<spatial-upsampler>.safetensors \ --gemma-root models/gemma-3-12b \ --prompt "A beautiful sunset over the ocean" \ --output-path output.mp4 # For image-to-video, add: --image path/to/image.jpg 0 0.8 - Notebooks
- Google Colab
- Kaggle
Update Music-Video-Creator/Helper-Workflows/Video_merge_combine_with_interpolate_upscale.json
Browse files
Music-Video-Creator/Helper-Workflows/Video_merge_combine_with_interpolate_upscale.json
CHANGED
|
@@ -89,87 +89,6 @@
|
|
| 89 |
"ULTRA"
|
| 90 |
]
|
| 91 |
},
|
| 92 |
-
{
|
| 93 |
-
"id": 14,
|
| 94 |
-
"type": "VHS_VideoCombine",
|
| 95 |
-
"pos": [
|
| 96 |
-
197.75437578126017,
|
| 97 |
-
-265.893986319985
|
| 98 |
-
],
|
| 99 |
-
"size": [
|
| 100 |
-
420.02203369140625,
|
| 101 |
-
576.5840192522321
|
| 102 |
-
],
|
| 103 |
-
"flags": {},
|
| 104 |
-
"order": 24,
|
| 105 |
-
"mode": 0,
|
| 106 |
-
"inputs": [
|
| 107 |
-
{
|
| 108 |
-
"name": "images",
|
| 109 |
-
"type": "IMAGE",
|
| 110 |
-
"link": 77
|
| 111 |
-
},
|
| 112 |
-
{
|
| 113 |
-
"name": "audio",
|
| 114 |
-
"shape": 7,
|
| 115 |
-
"type": "AUDIO",
|
| 116 |
-
"link": 91
|
| 117 |
-
},
|
| 118 |
-
{
|
| 119 |
-
"name": "meta_batch",
|
| 120 |
-
"shape": 7,
|
| 121 |
-
"type": "VHS_BatchManager",
|
| 122 |
-
"link": null
|
| 123 |
-
},
|
| 124 |
-
{
|
| 125 |
-
"name": "vae",
|
| 126 |
-
"shape": 7,
|
| 127 |
-
"type": "VAE",
|
| 128 |
-
"link": null
|
| 129 |
-
}
|
| 130 |
-
],
|
| 131 |
-
"outputs": [
|
| 132 |
-
{
|
| 133 |
-
"name": "Filenames",
|
| 134 |
-
"type": "VHS_FILENAMES",
|
| 135 |
-
"links": null
|
| 136 |
-
}
|
| 137 |
-
],
|
| 138 |
-
"properties": {
|
| 139 |
-
"cnr_id": "comfyui-videohelpersuite",
|
| 140 |
-
"ver": "a7ce59e381934733bfae03b1be029756d6ce936d",
|
| 141 |
-
"Node name for S&R": "VHS_VideoCombine",
|
| 142 |
-
"ue_properties": {
|
| 143 |
-
"version": "7.0.1",
|
| 144 |
-
"widget_ue_connectable": {}
|
| 145 |
-
}
|
| 146 |
-
},
|
| 147 |
-
"widgets_values": {
|
| 148 |
-
"frame_rate": 32,
|
| 149 |
-
"loop_count": 0,
|
| 150 |
-
"filename_prefix": "Video-Merged",
|
| 151 |
-
"format": "video/h264-mp4",
|
| 152 |
-
"pix_fmt": "yuv420p",
|
| 153 |
-
"crf": 19,
|
| 154 |
-
"save_metadata": true,
|
| 155 |
-
"trim_to_audio": false,
|
| 156 |
-
"pingpong": false,
|
| 157 |
-
"save_output": true,
|
| 158 |
-
"videopreview": {
|
| 159 |
-
"hidden": false,
|
| 160 |
-
"paused": false,
|
| 161 |
-
"params": {
|
| 162 |
-
"filename": "Video-Merged_00097.mp4",
|
| 163 |
-
"subfolder": "",
|
| 164 |
-
"type": "output",
|
| 165 |
-
"format": "video/h264-mp4",
|
| 166 |
-
"frame_rate": 32,
|
| 167 |
-
"workflow": "Video-Merged_00097.png",
|
| 168 |
-
"fullpath": "E:\\AI\\ComfyUI\\output\\Video-Merged_00097.mp4"
|
| 169 |
-
}
|
| 170 |
-
}
|
| 171 |
-
}
|
| 172 |
-
},
|
| 173 |
{
|
| 174 |
"id": 12,
|
| 175 |
"type": "ImageBatch",
|
|
@@ -972,57 +891,167 @@
|
|
| 972 |
"ndPowerEnabled": false
|
| 973 |
},
|
| 974 |
{
|
| 975 |
-
"id":
|
| 976 |
-
"type": "
|
| 977 |
"pos": [
|
| 978 |
-
-
|
| 979 |
-
-
|
| 980 |
],
|
| 981 |
"size": [
|
| 982 |
-
|
| 983 |
-
|
| 984 |
],
|
| 985 |
"flags": {
|
| 986 |
"collapsed": true
|
| 987 |
},
|
| 988 |
-
"order":
|
| 989 |
"mode": 0,
|
| 990 |
"inputs": [
|
| 991 |
{
|
| 992 |
-
"name": "
|
| 993 |
-
"type": "
|
| 994 |
-
"link":
|
| 995 |
},
|
| 996 |
{
|
| 997 |
-
"name": "
|
| 998 |
-
"type": "
|
| 999 |
-
"link":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1000 |
}
|
| 1001 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1002 |
"outputs": [
|
| 1003 |
{
|
| 1004 |
"name": "AUDIO",
|
| 1005 |
"type": "AUDIO",
|
| 1006 |
"links": [
|
| 1007 |
-
|
| 1008 |
]
|
| 1009 |
}
|
| 1010 |
],
|
| 1011 |
"properties": {
|
| 1012 |
"cnr_id": "comfy-core",
|
| 1013 |
"ver": "0.20.1",
|
| 1014 |
-
"Node name for S&R": "
|
| 1015 |
},
|
| 1016 |
"widgets_values": [
|
| 1017 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1018 |
]
|
| 1019 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1020 |
{
|
| 1021 |
"id": 57,
|
| 1022 |
"type": "AudioConcat",
|
| 1023 |
"pos": [
|
| 1024 |
-
-
|
| 1025 |
-
-
|
| 1026 |
],
|
| 1027 |
"size": [
|
| 1028 |
210,
|
|
@@ -1032,7 +1061,7 @@
|
|
| 1032 |
"collapsed": true
|
| 1033 |
},
|
| 1034 |
"order": 16,
|
| 1035 |
-
"mode":
|
| 1036 |
"inputs": [
|
| 1037 |
{
|
| 1038 |
"name": "audio1",
|
|
@@ -1064,11 +1093,11 @@
|
|
| 1064 |
]
|
| 1065 |
},
|
| 1066 |
{
|
| 1067 |
-
"id":
|
| 1068 |
"type": "AudioConcat",
|
| 1069 |
"pos": [
|
| 1070 |
-
-
|
| 1071 |
-
-
|
| 1072 |
],
|
| 1073 |
"size": [
|
| 1074 |
210,
|
|
@@ -1077,18 +1106,18 @@
|
|
| 1077 |
"flags": {
|
| 1078 |
"collapsed": true
|
| 1079 |
},
|
| 1080 |
-
"order":
|
| 1081 |
-
"mode":
|
| 1082 |
"inputs": [
|
| 1083 |
{
|
| 1084 |
"name": "audio1",
|
| 1085 |
"type": "AUDIO",
|
| 1086 |
-
"link":
|
| 1087 |
},
|
| 1088 |
{
|
| 1089 |
"name": "audio2",
|
| 1090 |
"type": "AUDIO",
|
| 1091 |
-
"link":
|
| 1092 |
}
|
| 1093 |
],
|
| 1094 |
"outputs": [
|
|
@@ -1096,7 +1125,7 @@
|
|
| 1096 |
"name": "AUDIO",
|
| 1097 |
"type": "AUDIO",
|
| 1098 |
"links": [
|
| 1099 |
-
|
| 1100 |
]
|
| 1101 |
}
|
| 1102 |
],
|
|
@@ -1110,59 +1139,57 @@
|
|
| 1110 |
]
|
| 1111 |
},
|
| 1112 |
{
|
| 1113 |
-
"id":
|
| 1114 |
-
"type": "
|
| 1115 |
"pos": [
|
| 1116 |
-
-
|
| 1117 |
-
-
|
| 1118 |
],
|
| 1119 |
"size": [
|
| 1120 |
-
|
| 1121 |
-
|
| 1122 |
],
|
| 1123 |
"flags": {
|
| 1124 |
"collapsed": true
|
| 1125 |
},
|
| 1126 |
-
"order":
|
| 1127 |
-
"mode":
|
| 1128 |
"inputs": [
|
| 1129 |
{
|
| 1130 |
-
"name": "
|
| 1131 |
-
"type": "
|
| 1132 |
-
"link":
|
| 1133 |
},
|
| 1134 |
{
|
| 1135 |
-
"name": "
|
| 1136 |
-
"type": "
|
| 1137 |
-
"link":
|
| 1138 |
}
|
| 1139 |
],
|
| 1140 |
"outputs": [
|
| 1141 |
{
|
| 1142 |
-
"name": "
|
| 1143 |
-
"type": "
|
| 1144 |
"links": [
|
| 1145 |
-
|
| 1146 |
]
|
| 1147 |
}
|
| 1148 |
],
|
| 1149 |
"properties": {
|
| 1150 |
"cnr_id": "comfy-core",
|
| 1151 |
-
"ver": "0.
|
| 1152 |
-
"Node name for S&R": "
|
| 1153 |
-
"ue_properties": {
|
| 1154 |
-
"version": "7.0.1",
|
| 1155 |
-
"widget_ue_connectable": {}
|
| 1156 |
-
}
|
| 1157 |
},
|
| 1158 |
-
"widgets_values": [
|
|
|
|
|
|
|
| 1159 |
},
|
| 1160 |
{
|
| 1161 |
"id": 59,
|
| 1162 |
"type": "AudioConcat",
|
| 1163 |
"pos": [
|
| 1164 |
-
-
|
| 1165 |
-
-
|
| 1166 |
],
|
| 1167 |
"size": [
|
| 1168 |
210,
|
|
@@ -1172,7 +1199,7 @@
|
|
| 1172 |
"collapsed": true
|
| 1173 |
},
|
| 1174 |
"order": 20,
|
| 1175 |
-
"mode":
|
| 1176 |
"inputs": [
|
| 1177 |
{
|
| 1178 |
"name": "audio1",
|
|
@@ -1204,113 +1231,84 @@
|
|
| 1204 |
]
|
| 1205 |
},
|
| 1206 |
{
|
| 1207 |
-
"id":
|
| 1208 |
-
"type": "
|
| 1209 |
-
"pos": [
|
| 1210 |
-
-189.49146789496413,
|
| 1211 |
-
-553.5155354405412
|
| 1212 |
-
],
|
| 1213 |
-
"size": [
|
| 1214 |
-
282.798828125,
|
| 1215 |
-
136
|
| 1216 |
-
],
|
| 1217 |
-
"flags": {},
|
| 1218 |
-
"order": 10,
|
| 1219 |
-
"mode": 4,
|
| 1220 |
-
"inputs": [],
|
| 1221 |
-
"outputs": [
|
| 1222 |
-
{
|
| 1223 |
-
"name": "AUDIO",
|
| 1224 |
-
"type": "AUDIO",
|
| 1225 |
-
"links": [
|
| 1226 |
-
81
|
| 1227 |
-
]
|
| 1228 |
-
}
|
| 1229 |
-
],
|
| 1230 |
-
"properties": {
|
| 1231 |
-
"cnr_id": "comfy-core",
|
| 1232 |
-
"ver": "0.20.1",
|
| 1233 |
-
"Node name for S&R": "LoadAudio"
|
| 1234 |
-
},
|
| 1235 |
-
"widgets_values": [
|
| 1236 |
-
"(Verse).mp3",
|
| 1237 |
-
null,
|
| 1238 |
-
""
|
| 1239 |
-
],
|
| 1240 |
-
"ndSuperSelectorEnabled": false,
|
| 1241 |
-
"ndPowerEnabled": false
|
| 1242 |
-
},
|
| 1243 |
-
{
|
| 1244 |
-
"id": 54,
|
| 1245 |
-
"type": "TrimAudioDuration",
|
| 1246 |
"pos": [
|
| 1247 |
-
|
| 1248 |
-
-
|
| 1249 |
],
|
| 1250 |
"size": [
|
| 1251 |
-
|
| 1252 |
-
|
| 1253 |
],
|
| 1254 |
"flags": {},
|
| 1255 |
-
"order":
|
| 1256 |
-
"mode":
|
| 1257 |
"inputs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1258 |
{
|
| 1259 |
"name": "audio",
|
|
|
|
| 1260 |
"type": "AUDIO",
|
| 1261 |
-
"link":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1262 |
}
|
| 1263 |
],
|
| 1264 |
"outputs": [
|
| 1265 |
{
|
| 1266 |
-
"name": "
|
| 1267 |
-
"type": "
|
| 1268 |
"links": null
|
| 1269 |
}
|
| 1270 |
],
|
| 1271 |
"properties": {
|
| 1272 |
-
"cnr_id": "
|
| 1273 |
-
"ver": "
|
| 1274 |
-
"Node name for S&R": "
|
| 1275 |
-
|
| 1276 |
-
|
| 1277 |
-
|
| 1278 |
-
60
|
| 1279 |
-
]
|
| 1280 |
-
},
|
| 1281 |
-
{
|
| 1282 |
-
"id": 60,
|
| 1283 |
-
"type": "Reroute",
|
| 1284 |
-
"pos": [
|
| 1285 |
-
26.672351168539798,
|
| 1286 |
-
-379.5880589500937
|
| 1287 |
-
],
|
| 1288 |
-
"size": [
|
| 1289 |
-
75,
|
| 1290 |
-
26
|
| 1291 |
-
],
|
| 1292 |
-
"flags": {},
|
| 1293 |
-
"order": 22,
|
| 1294 |
-
"mode": 0,
|
| 1295 |
-
"inputs": [
|
| 1296 |
-
{
|
| 1297 |
-
"name": "",
|
| 1298 |
-
"type": "*",
|
| 1299 |
-
"link": 90
|
| 1300 |
}
|
| 1301 |
-
|
| 1302 |
-
"
|
| 1303 |
-
|
| 1304 |
-
|
| 1305 |
-
|
| 1306 |
-
|
| 1307 |
-
|
| 1308 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1309 |
}
|
| 1310 |
-
],
|
| 1311 |
-
"properties": {
|
| 1312 |
-
"showOutputText": false,
|
| 1313 |
-
"horizontal": false
|
| 1314 |
}
|
| 1315 |
}
|
| 1316 |
],
|
|
@@ -1498,14 +1496,6 @@
|
|
| 1498 |
60,
|
| 1499 |
0,
|
| 1500 |
"AUDIO"
|
| 1501 |
-
],
|
| 1502 |
-
[
|
| 1503 |
-
91,
|
| 1504 |
-
60,
|
| 1505 |
-
0,
|
| 1506 |
-
14,
|
| 1507 |
-
1,
|
| 1508 |
-
"AUDIO"
|
| 1509 |
]
|
| 1510 |
],
|
| 1511 |
"groups": [
|
|
@@ -1565,10 +1555,10 @@
|
|
| 1565 |
"config": {},
|
| 1566 |
"extra": {
|
| 1567 |
"ds": {
|
| 1568 |
-
"scale": 0.
|
| 1569 |
"offset": [
|
| 1570 |
-
|
| 1571 |
-
|
| 1572 |
]
|
| 1573 |
},
|
| 1574 |
"ue_links": [],
|
|
|
|
| 89 |
"ULTRA"
|
| 90 |
]
|
| 91 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 92 |
{
|
| 93 |
"id": 12,
|
| 94 |
"type": "ImageBatch",
|
|
|
|
| 891 |
"ndPowerEnabled": false
|
| 892 |
},
|
| 893 |
{
|
| 894 |
+
"id": 43,
|
| 895 |
+
"type": "ImageBatch",
|
| 896 |
"pos": [
|
| 897 |
+
-660.3495673509383,
|
| 898 |
+
-212.12523660456867
|
| 899 |
],
|
| 900 |
"size": [
|
| 901 |
+
140,
|
| 902 |
+
46
|
| 903 |
],
|
| 904 |
"flags": {
|
| 905 |
"collapsed": true
|
| 906 |
},
|
| 907 |
+
"order": 19,
|
| 908 |
"mode": 0,
|
| 909 |
"inputs": [
|
| 910 |
{
|
| 911 |
+
"name": "image1",
|
| 912 |
+
"type": "IMAGE",
|
| 913 |
+
"link": 70
|
| 914 |
},
|
| 915 |
{
|
| 916 |
+
"name": "image2",
|
| 917 |
+
"type": "IMAGE",
|
| 918 |
+
"link": 63
|
| 919 |
+
}
|
| 920 |
+
],
|
| 921 |
+
"outputs": [
|
| 922 |
+
{
|
| 923 |
+
"name": "IMAGE",
|
| 924 |
+
"type": "IMAGE",
|
| 925 |
+
"links": [
|
| 926 |
+
74
|
| 927 |
+
]
|
| 928 |
}
|
| 929 |
],
|
| 930 |
+
"properties": {
|
| 931 |
+
"cnr_id": "comfy-core",
|
| 932 |
+
"ver": "0.3.41",
|
| 933 |
+
"Node name for S&R": "ImageBatch",
|
| 934 |
+
"ue_properties": {
|
| 935 |
+
"version": "7.0.1",
|
| 936 |
+
"widget_ue_connectable": {}
|
| 937 |
+
}
|
| 938 |
+
},
|
| 939 |
+
"widgets_values": []
|
| 940 |
+
},
|
| 941 |
+
{
|
| 942 |
+
"id": 53,
|
| 943 |
+
"type": "LoadAudio",
|
| 944 |
+
"pos": [
|
| 945 |
+
-189.49146789496413,
|
| 946 |
+
-553.5155354405412
|
| 947 |
+
],
|
| 948 |
+
"size": [
|
| 949 |
+
282.798828125,
|
| 950 |
+
136
|
| 951 |
+
],
|
| 952 |
+
"flags": {},
|
| 953 |
+
"order": 10,
|
| 954 |
+
"mode": 4,
|
| 955 |
+
"inputs": [],
|
| 956 |
"outputs": [
|
| 957 |
{
|
| 958 |
"name": "AUDIO",
|
| 959 |
"type": "AUDIO",
|
| 960 |
"links": [
|
| 961 |
+
81
|
| 962 |
]
|
| 963 |
}
|
| 964 |
],
|
| 965 |
"properties": {
|
| 966 |
"cnr_id": "comfy-core",
|
| 967 |
"ver": "0.20.1",
|
| 968 |
+
"Node name for S&R": "LoadAudio"
|
| 969 |
},
|
| 970 |
"widgets_values": [
|
| 971 |
+
"(Verse).mp3",
|
| 972 |
+
null,
|
| 973 |
+
""
|
| 974 |
+
],
|
| 975 |
+
"ndSuperSelectorEnabled": false,
|
| 976 |
+
"ndPowerEnabled": false
|
| 977 |
+
},
|
| 978 |
+
{
|
| 979 |
+
"id": 54,
|
| 980 |
+
"type": "TrimAudioDuration",
|
| 981 |
+
"pos": [
|
| 982 |
+
158.66304237928884,
|
| 983 |
+
-518.1506165294171
|
| 984 |
+
],
|
| 985 |
+
"size": [
|
| 986 |
+
270,
|
| 987 |
+
82
|
| 988 |
+
],
|
| 989 |
+
"flags": {},
|
| 990 |
+
"order": 14,
|
| 991 |
+
"mode": 4,
|
| 992 |
+
"inputs": [
|
| 993 |
+
{
|
| 994 |
+
"name": "audio",
|
| 995 |
+
"type": "AUDIO",
|
| 996 |
+
"link": 81
|
| 997 |
+
}
|
| 998 |
+
],
|
| 999 |
+
"outputs": [
|
| 1000 |
+
{
|
| 1001 |
+
"name": "AUDIO",
|
| 1002 |
+
"type": "AUDIO",
|
| 1003 |
+
"links": null
|
| 1004 |
+
}
|
| 1005 |
+
],
|
| 1006 |
+
"properties": {
|
| 1007 |
+
"cnr_id": "comfy-core",
|
| 1008 |
+
"ver": "0.20.1",
|
| 1009 |
+
"Node name for S&R": "TrimAudioDuration"
|
| 1010 |
+
},
|
| 1011 |
+
"widgets_values": [
|
| 1012 |
+
0,
|
| 1013 |
+
60
|
| 1014 |
]
|
| 1015 |
},
|
| 1016 |
+
{
|
| 1017 |
+
"id": 60,
|
| 1018 |
+
"type": "Reroute",
|
| 1019 |
+
"pos": [
|
| 1020 |
+
26.672351168539798,
|
| 1021 |
+
-379.5880589500937
|
| 1022 |
+
],
|
| 1023 |
+
"size": [
|
| 1024 |
+
75,
|
| 1025 |
+
26
|
| 1026 |
+
],
|
| 1027 |
+
"flags": {},
|
| 1028 |
+
"order": 22,
|
| 1029 |
+
"mode": 0,
|
| 1030 |
+
"inputs": [
|
| 1031 |
+
{
|
| 1032 |
+
"name": "",
|
| 1033 |
+
"type": "*",
|
| 1034 |
+
"link": 90
|
| 1035 |
+
}
|
| 1036 |
+
],
|
| 1037 |
+
"outputs": [
|
| 1038 |
+
{
|
| 1039 |
+
"name": "",
|
| 1040 |
+
"type": "AUDIO",
|
| 1041 |
+
"links": []
|
| 1042 |
+
}
|
| 1043 |
+
],
|
| 1044 |
+
"properties": {
|
| 1045 |
+
"showOutputText": false,
|
| 1046 |
+
"horizontal": false
|
| 1047 |
+
}
|
| 1048 |
+
},
|
| 1049 |
{
|
| 1050 |
"id": 57,
|
| 1051 |
"type": "AudioConcat",
|
| 1052 |
"pos": [
|
| 1053 |
+
-1126.3600247646282,
|
| 1054 |
+
-163.52798647853456
|
| 1055 |
],
|
| 1056 |
"size": [
|
| 1057 |
210,
|
|
|
|
| 1061 |
"collapsed": true
|
| 1062 |
},
|
| 1063 |
"order": 16,
|
| 1064 |
+
"mode": 4,
|
| 1065 |
"inputs": [
|
| 1066 |
{
|
| 1067 |
"name": "audio1",
|
|
|
|
| 1093 |
]
|
| 1094 |
},
|
| 1095 |
{
|
| 1096 |
+
"id": 56,
|
| 1097 |
"type": "AudioConcat",
|
| 1098 |
"pos": [
|
| 1099 |
+
-1340.1327872700085,
|
| 1100 |
+
-161.08310695575696
|
| 1101 |
],
|
| 1102 |
"size": [
|
| 1103 |
210,
|
|
|
|
| 1106 |
"flags": {
|
| 1107 |
"collapsed": true
|
| 1108 |
},
|
| 1109 |
+
"order": 13,
|
| 1110 |
+
"mode": 4,
|
| 1111 |
"inputs": [
|
| 1112 |
{
|
| 1113 |
"name": "audio1",
|
| 1114 |
"type": "AUDIO",
|
| 1115 |
+
"link": 82
|
| 1116 |
},
|
| 1117 |
{
|
| 1118 |
"name": "audio2",
|
| 1119 |
"type": "AUDIO",
|
| 1120 |
+
"link": 83
|
| 1121 |
}
|
| 1122 |
],
|
| 1123 |
"outputs": [
|
|
|
|
| 1125 |
"name": "AUDIO",
|
| 1126 |
"type": "AUDIO",
|
| 1127 |
"links": [
|
| 1128 |
+
84
|
| 1129 |
]
|
| 1130 |
}
|
| 1131 |
],
|
|
|
|
| 1139 |
]
|
| 1140 |
},
|
| 1141 |
{
|
| 1142 |
+
"id": 58,
|
| 1143 |
+
"type": "AudioConcat",
|
| 1144 |
"pos": [
|
| 1145 |
+
-888.7874398957038,
|
| 1146 |
+
-153.8472926856846
|
| 1147 |
],
|
| 1148 |
"size": [
|
| 1149 |
+
210,
|
| 1150 |
+
78
|
| 1151 |
],
|
| 1152 |
"flags": {
|
| 1153 |
"collapsed": true
|
| 1154 |
},
|
| 1155 |
+
"order": 18,
|
| 1156 |
+
"mode": 4,
|
| 1157 |
"inputs": [
|
| 1158 |
{
|
| 1159 |
+
"name": "audio1",
|
| 1160 |
+
"type": "AUDIO",
|
| 1161 |
+
"link": 86
|
| 1162 |
},
|
| 1163 |
{
|
| 1164 |
+
"name": "audio2",
|
| 1165 |
+
"type": "AUDIO",
|
| 1166 |
+
"link": 87
|
| 1167 |
}
|
| 1168 |
],
|
| 1169 |
"outputs": [
|
| 1170 |
{
|
| 1171 |
+
"name": "AUDIO",
|
| 1172 |
+
"type": "AUDIO",
|
| 1173 |
"links": [
|
| 1174 |
+
88
|
| 1175 |
]
|
| 1176 |
}
|
| 1177 |
],
|
| 1178 |
"properties": {
|
| 1179 |
"cnr_id": "comfy-core",
|
| 1180 |
+
"ver": "0.20.1",
|
| 1181 |
+
"Node name for S&R": "AudioConcat"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1182 |
},
|
| 1183 |
+
"widgets_values": [
|
| 1184 |
+
"after"
|
| 1185 |
+
]
|
| 1186 |
},
|
| 1187 |
{
|
| 1188 |
"id": 59,
|
| 1189 |
"type": "AudioConcat",
|
| 1190 |
"pos": [
|
| 1191 |
+
-678.4049043059595,
|
| 1192 |
+
-152.85712699355742
|
| 1193 |
],
|
| 1194 |
"size": [
|
| 1195 |
210,
|
|
|
|
| 1199 |
"collapsed": true
|
| 1200 |
},
|
| 1201 |
"order": 20,
|
| 1202 |
+
"mode": 4,
|
| 1203 |
"inputs": [
|
| 1204 |
{
|
| 1205 |
"name": "audio1",
|
|
|
|
| 1231 |
]
|
| 1232 |
},
|
| 1233 |
{
|
| 1234 |
+
"id": 14,
|
| 1235 |
+
"type": "VHS_VideoCombine",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1236 |
"pos": [
|
| 1237 |
+
197.75437578126017,
|
| 1238 |
+
-265.893986319985
|
| 1239 |
],
|
| 1240 |
"size": [
|
| 1241 |
+
420.02203369140625,
|
| 1242 |
+
576.5840192522321
|
| 1243 |
],
|
| 1244 |
"flags": {},
|
| 1245 |
+
"order": 24,
|
| 1246 |
+
"mode": 0,
|
| 1247 |
"inputs": [
|
| 1248 |
+
{
|
| 1249 |
+
"name": "images",
|
| 1250 |
+
"type": "IMAGE",
|
| 1251 |
+
"link": 77
|
| 1252 |
+
},
|
| 1253 |
{
|
| 1254 |
"name": "audio",
|
| 1255 |
+
"shape": 7,
|
| 1256 |
"type": "AUDIO",
|
| 1257 |
+
"link": null
|
| 1258 |
+
},
|
| 1259 |
+
{
|
| 1260 |
+
"name": "meta_batch",
|
| 1261 |
+
"shape": 7,
|
| 1262 |
+
"type": "VHS_BatchManager",
|
| 1263 |
+
"link": null
|
| 1264 |
+
},
|
| 1265 |
+
{
|
| 1266 |
+
"name": "vae",
|
| 1267 |
+
"shape": 7,
|
| 1268 |
+
"type": "VAE",
|
| 1269 |
+
"link": null
|
| 1270 |
}
|
| 1271 |
],
|
| 1272 |
"outputs": [
|
| 1273 |
{
|
| 1274 |
+
"name": "Filenames",
|
| 1275 |
+
"type": "VHS_FILENAMES",
|
| 1276 |
"links": null
|
| 1277 |
}
|
| 1278 |
],
|
| 1279 |
"properties": {
|
| 1280 |
+
"cnr_id": "comfyui-videohelpersuite",
|
| 1281 |
+
"ver": "a7ce59e381934733bfae03b1be029756d6ce936d",
|
| 1282 |
+
"Node name for S&R": "VHS_VideoCombine",
|
| 1283 |
+
"ue_properties": {
|
| 1284 |
+
"version": "7.0.1",
|
| 1285 |
+
"widget_ue_connectable": {}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1286 |
}
|
| 1287 |
+
},
|
| 1288 |
+
"widgets_values": {
|
| 1289 |
+
"frame_rate": 32,
|
| 1290 |
+
"loop_count": 0,
|
| 1291 |
+
"filename_prefix": "Video-Merged",
|
| 1292 |
+
"format": "video/h264-mp4",
|
| 1293 |
+
"pix_fmt": "yuv420p",
|
| 1294 |
+
"crf": 19,
|
| 1295 |
+
"save_metadata": true,
|
| 1296 |
+
"trim_to_audio": false,
|
| 1297 |
+
"pingpong": false,
|
| 1298 |
+
"save_output": true,
|
| 1299 |
+
"videopreview": {
|
| 1300 |
+
"hidden": false,
|
| 1301 |
+
"paused": false,
|
| 1302 |
+
"params": {
|
| 1303 |
+
"filename": "Video-Merged_00098-audio.mp4",
|
| 1304 |
+
"subfolder": "",
|
| 1305 |
+
"type": "output",
|
| 1306 |
+
"format": "video/h264-mp4",
|
| 1307 |
+
"frame_rate": 32,
|
| 1308 |
+
"workflow": "Video-Merged_00098.png",
|
| 1309 |
+
"fullpath": "E:\\AI\\ComfyUI\\output\\Video-Merged_00098-audio.mp4"
|
| 1310 |
+
}
|
| 1311 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1312 |
}
|
| 1313 |
}
|
| 1314 |
],
|
|
|
|
| 1496 |
60,
|
| 1497 |
0,
|
| 1498 |
"AUDIO"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1499 |
]
|
| 1500 |
],
|
| 1501 |
"groups": [
|
|
|
|
| 1555 |
"config": {},
|
| 1556 |
"extra": {
|
| 1557 |
"ds": {
|
| 1558 |
+
"scale": 0.5989500000000131,
|
| 1559 |
"offset": [
|
| 1560 |
+
2212.917754346375,
|
| 1561 |
+
662.513013111242
|
| 1562 |
]
|
| 1563 |
},
|
| 1564 |
"ue_links": [],
|