Image-to-Video
LTX-2
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-Workflows with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LTX-2
How to use RuneXX/LTX-2.3-Workflows with LTX-2:
# Install the LTX-2 pipelines git clone https://github.com/Lightricks/LTX-2.git cd LTX-2 uv sync --extra natten
# Download weights from this repo # Substitute filenames from this repo's "Files and versions" if they differ hf download RuneXX/LTX-2.3-Workflows \ diffusion_models/<distilled-transformer>.safetensors \ text_encoders/gemma4-12b-with-proj-ltx-2.5-bf16.safetensors \ vae/<video-vae>.safetensors \ vae/<audio-vae>.safetensors \ latent_upscale_models/<spatial-upsampler>.safetensors \ latent_upscale_models/<temporal-upsampler>.safetensors \ --local-dir models/LTX-2.3-Workflows # DFR requires the detailing IC-LoRA (separate repo; strength is fixed at 0.5) hf download Lightricks/LTX-2.5-22b-IC-LoRA-Pixel-Spatial-Upscaler --local-dir models/LTX-2.5-22b-IC-LoRA-Pixel-Spatial-Upscaler# Distilled LTX-2.5 pipeline (fast) uv run python -m ltx_pipelines.distilled \ --transformer-path models/LTX-2.3-Workflows/diffusion_models/<distilled-transformer>.safetensors \ --text-encoder-path models/LTX-2.3-Workflows/text_encoders/gemma4-12b-with-proj-ltx-2.5-bf16.safetensors \ --video-vae-path models/LTX-2.3-Workflows/vae/<video-vae>.safetensors \ --audio-vae-path models/LTX-2.3-Workflows/vae/<audio-vae>.safetensors \ --spatial-upsampler-path models/LTX-2.3-Workflows/latent_upscale_models/<spatial-upsampler>.safetensors \ --num-frames 121 \ --prompt "A beautiful sunset over the ocean" \ --output-path output.mp4 # For image-to-video, add: --image path/to/image.jpg 0 0.8# DFR pipeline (higher detail fidelity; optional temporal 2x/4x) uv run python -m ltx_pipelines.dfr_pipeline \ --transformer-path models/LTX-2.3-Workflows/diffusion_models/<distilled-transformer>.safetensors \ --text-encoder-path models/LTX-2.3-Workflows/text_encoders/gemma4-12b-with-proj-ltx-2.5-bf16.safetensors \ --video-vae-path models/LTX-2.3-Workflows/vae/<video-vae>.safetensors \ --audio-vae-path models/LTX-2.3-Workflows/vae/<audio-vae>.safetensors \ --spatial-upsampler-path models/LTX-2.3-Workflows/latent_upscale_models/<spatial-upsampler>.safetensors \ --temporal-upsampler-path models/LTX-2.3-Workflows/latent_upscale_models/<temporal-upsampler>.safetensors \ --detailing-lora models/LTX-2.5-22b-IC-LoRA-Pixel-Spatial-Upscaler/ltx-2.5-22b-ic-lora-pixel-spatial-upscaler-x2-1.0.safetensors \ --spatial-upscalings 1 \ --temporal-upscalings 1 \ --height 1088 \ --width 1920 \ --num-frames 121 \ --prompt "A beautiful sunset over the ocean" \ --output-path output.mp4 # For 4K: --spatial-upscalings 2 --width 3840 --height 2176 # For image-to-video, add: --image path/to/image.jpg 0 0.8 - Notebooks
- Google Colab
- Kaggle
Update LTX-2.3_-_I2V_T2V_Basic_Custom_Audio.json
Browse files- LTX-2.3_-_I2V_T2V_Basic_Custom_Audio.json +1001 -937
LTX-2.3_-_I2V_T2V_Basic_Custom_Audio.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"id": "d15f72da-ab9c-490d-9386-b750d889c6f8",
|
| 3 |
"revision": 0,
|
| 4 |
-
"last_node_id":
|
| 5 |
-
"last_link_id":
|
| 6 |
"nodes": [
|
| 7 |
{
|
| 8 |
"id": 218,
|
|
@@ -603,7 +603,7 @@
|
|
| 603 |
150
|
| 604 |
],
|
| 605 |
"flags": {},
|
| 606 |
-
"order":
|
| 607 |
"mode": 0,
|
| 608 |
"inputs": [
|
| 609 |
{
|
|
@@ -1314,7 +1314,7 @@
|
|
| 1314 |
"flags": {
|
| 1315 |
"collapsed": true
|
| 1316 |
},
|
| 1317 |
-
"order":
|
| 1318 |
"mode": 0,
|
| 1319 |
"inputs": [
|
| 1320 |
{
|
|
@@ -1354,7 +1354,7 @@
|
|
| 1354 |
"flags": {
|
| 1355 |
"collapsed": true
|
| 1356 |
},
|
| 1357 |
-
"order":
|
| 1358 |
"mode": 0,
|
| 1359 |
"inputs": [
|
| 1360 |
{
|
|
@@ -1398,7 +1398,7 @@
|
|
| 1398 |
"flags": {
|
| 1399 |
"collapsed": true
|
| 1400 |
},
|
| 1401 |
-
"order":
|
| 1402 |
"mode": 0,
|
| 1403 |
"inputs": [
|
| 1404 |
{
|
|
@@ -1438,7 +1438,7 @@
|
|
| 1438 |
"flags": {
|
| 1439 |
"collapsed": true
|
| 1440 |
},
|
| 1441 |
-
"order":
|
| 1442 |
"mode": 0,
|
| 1443 |
"inputs": [
|
| 1444 |
{
|
|
@@ -1478,7 +1478,7 @@
|
|
| 1478 |
"flags": {
|
| 1479 |
"collapsed": true
|
| 1480 |
},
|
| 1481 |
-
"order":
|
| 1482 |
"mode": 0,
|
| 1483 |
"inputs": [
|
| 1484 |
{
|
|
@@ -1529,7 +1529,7 @@
|
|
| 1529 |
"flags": {
|
| 1530 |
"collapsed": true
|
| 1531 |
},
|
| 1532 |
-
"order":
|
| 1533 |
"mode": 0,
|
| 1534 |
"inputs": [
|
| 1535 |
{
|
|
@@ -1570,7 +1570,7 @@
|
|
| 1570 |
"flags": {
|
| 1571 |
"collapsed": true
|
| 1572 |
},
|
| 1573 |
-
"order":
|
| 1574 |
"mode": 0,
|
| 1575 |
"inputs": [
|
| 1576 |
{
|
|
@@ -1678,7 +1678,7 @@
|
|
| 1678 |
"flags": {
|
| 1679 |
"collapsed": true
|
| 1680 |
},
|
| 1681 |
-
"order":
|
| 1682 |
"mode": 0,
|
| 1683 |
"inputs": [
|
| 1684 |
{
|
|
@@ -1716,7 +1716,7 @@
|
|
| 1716 |
"flags": {
|
| 1717 |
"collapsed": true
|
| 1718 |
},
|
| 1719 |
-
"order":
|
| 1720 |
"mode": 0,
|
| 1721 |
"inputs": [
|
| 1722 |
{
|
|
@@ -1756,7 +1756,7 @@
|
|
| 1756 |
"flags": {
|
| 1757 |
"collapsed": true
|
| 1758 |
},
|
| 1759 |
-
"order":
|
| 1760 |
"mode": 0,
|
| 1761 |
"inputs": [
|
| 1762 |
{
|
|
@@ -1796,7 +1796,7 @@
|
|
| 1796 |
"flags": {
|
| 1797 |
"collapsed": true
|
| 1798 |
},
|
| 1799 |
-
"order":
|
| 1800 |
"mode": 0,
|
| 1801 |
"inputs": [
|
| 1802 |
{
|
|
@@ -2246,49 +2246,6 @@
|
|
| 2246 |
"model_with_lora"
|
| 2247 |
]
|
| 2248 |
},
|
| 2249 |
-
{
|
| 2250 |
-
"id": 190,
|
| 2251 |
-
"type": "DualCLIPLoader",
|
| 2252 |
-
"pos": [
|
| 2253 |
-
-1520.5822224509632,
|
| 2254 |
-
4144.8324839301895
|
| 2255 |
-
],
|
| 2256 |
-
"size": [
|
| 2257 |
-
364.0273046899474,
|
| 2258 |
-
130
|
| 2259 |
-
],
|
| 2260 |
-
"flags": {
|
| 2261 |
-
"collapsed": false
|
| 2262 |
-
},
|
| 2263 |
-
"order": 28,
|
| 2264 |
-
"mode": 0,
|
| 2265 |
-
"inputs": [],
|
| 2266 |
-
"outputs": [
|
| 2267 |
-
{
|
| 2268 |
-
"name": "CLIP",
|
| 2269 |
-
"type": "CLIP",
|
| 2270 |
-
"links": [
|
| 2271 |
-
550
|
| 2272 |
-
]
|
| 2273 |
-
}
|
| 2274 |
-
],
|
| 2275 |
-
"title": "CLIPLoader (Gemma + LTX Embeddings)",
|
| 2276 |
-
"properties": {
|
| 2277 |
-
"cnr_id": "comfy-core",
|
| 2278 |
-
"ver": "0.8.2",
|
| 2279 |
-
"Node name for S&R": "DualCLIPLoader"
|
| 2280 |
-
},
|
| 2281 |
-
"widgets_values": [
|
| 2282 |
-
"gemma_3_12B_it_fpmixed.safetensors",
|
| 2283 |
-
"ltx-2.3_text_projection_bf16.safetensors",
|
| 2284 |
-
"ltxv",
|
| 2285 |
-
"default"
|
| 2286 |
-
],
|
| 2287 |
-
"color": "#1f1f48",
|
| 2288 |
-
"bgcolor": "rgba(24,24,27,.9)",
|
| 2289 |
-
"ndSuperSelectorEnabled": false,
|
| 2290 |
-
"ndPowerEnabled": false
|
| 2291 |
-
},
|
| 2292 |
{
|
| 2293 |
"id": 196,
|
| 2294 |
"type": "VAELoaderKJ",
|
|
@@ -2301,7 +2258,7 @@
|
|
| 2301 |
110.28381432699462
|
| 2302 |
],
|
| 2303 |
"flags": {},
|
| 2304 |
-
"order":
|
| 2305 |
"mode": 0,
|
| 2306 |
"inputs": [],
|
| 2307 |
"outputs": [
|
|
@@ -2343,7 +2300,7 @@
|
|
| 2343 |
"flags": {
|
| 2344 |
"collapsed": false
|
| 2345 |
},
|
| 2346 |
-
"order":
|
| 2347 |
"mode": 0,
|
| 2348 |
"inputs": [],
|
| 2349 |
"outputs": [],
|
|
@@ -2367,7 +2324,7 @@
|
|
| 2367 |
82
|
| 2368 |
],
|
| 2369 |
"flags": {},
|
| 2370 |
-
"order":
|
| 2371 |
"mode": 0,
|
| 2372 |
"inputs": [],
|
| 2373 |
"outputs": [
|
|
@@ -2412,7 +2369,7 @@
|
|
| 2412 |
"flags": {
|
| 2413 |
"collapsed": true
|
| 2414 |
},
|
| 2415 |
-
"order":
|
| 2416 |
"mode": 0,
|
| 2417 |
"inputs": [
|
| 2418 |
{
|
|
@@ -2450,7 +2407,7 @@
|
|
| 2450 |
"flags": {
|
| 2451 |
"collapsed": false
|
| 2452 |
},
|
| 2453 |
-
"order":
|
| 2454 |
"mode": 0,
|
| 2455 |
"inputs": [],
|
| 2456 |
"outputs": [],
|
|
@@ -2476,7 +2433,7 @@
|
|
| 2476 |
"flags": {
|
| 2477 |
"collapsed": false
|
| 2478 |
},
|
| 2479 |
-
"order":
|
| 2480 |
"mode": 0,
|
| 2481 |
"inputs": [],
|
| 2482 |
"outputs": [],
|
|
@@ -2500,7 +2457,7 @@
|
|
| 2500 |
58
|
| 2501 |
],
|
| 2502 |
"flags": {},
|
| 2503 |
-
"order":
|
| 2504 |
"mode": 0,
|
| 2505 |
"inputs": [],
|
| 2506 |
"outputs": [
|
|
@@ -2538,7 +2495,7 @@
|
|
| 2538 |
61.42705146159551
|
| 2539 |
],
|
| 2540 |
"flags": {},
|
| 2541 |
-
"order":
|
| 2542 |
"mode": 0,
|
| 2543 |
"inputs": [],
|
| 2544 |
"outputs": [
|
|
@@ -2576,7 +2533,7 @@
|
|
| 2576 |
73.19414812714422
|
| 2577 |
],
|
| 2578 |
"flags": {},
|
| 2579 |
-
"order":
|
| 2580 |
"mode": 0,
|
| 2581 |
"inputs": [],
|
| 2582 |
"outputs": [
|
|
@@ -2627,7 +2584,7 @@
|
|
| 2627 |
"flags": {
|
| 2628 |
"collapsed": true
|
| 2629 |
},
|
| 2630 |
-
"order":
|
| 2631 |
"mode": 0,
|
| 2632 |
"inputs": [],
|
| 2633 |
"outputs": [
|
|
@@ -2659,7 +2616,7 @@
|
|
| 2659 |
"flags": {
|
| 2660 |
"collapsed": true
|
| 2661 |
},
|
| 2662 |
-
"order":
|
| 2663 |
"mode": 0,
|
| 2664 |
"inputs": [],
|
| 2665 |
"outputs": [
|
|
@@ -2691,7 +2648,7 @@
|
|
| 2691 |
"flags": {
|
| 2692 |
"collapsed": true
|
| 2693 |
},
|
| 2694 |
-
"order":
|
| 2695 |
"mode": 0,
|
| 2696 |
"inputs": [],
|
| 2697 |
"outputs": [
|
|
@@ -2721,7 +2678,7 @@
|
|
| 2721 |
98
|
| 2722 |
],
|
| 2723 |
"flags": {},
|
| 2724 |
-
"order":
|
| 2725 |
"mode": 0,
|
| 2726 |
"inputs": [
|
| 2727 |
{
|
|
@@ -2777,7 +2734,7 @@
|
|
| 2777 |
82
|
| 2778 |
],
|
| 2779 |
"flags": {},
|
| 2780 |
-
"order":
|
| 2781 |
"mode": 0,
|
| 2782 |
"inputs": [],
|
| 2783 |
"outputs": [
|
|
@@ -2815,7 +2772,7 @@
|
|
| 2815 |
579.1223806730061
|
| 2816 |
],
|
| 2817 |
"flags": {},
|
| 2818 |
-
"order":
|
| 2819 |
"mode": 0,
|
| 2820 |
"inputs": [
|
| 2821 |
{
|
|
@@ -2877,13 +2834,13 @@
|
|
| 2877 |
"hidden": false,
|
| 2878 |
"paused": false,
|
| 2879 |
"params": {
|
| 2880 |
-
"filename": "LTX-
|
| 2881 |
"subfolder": "",
|
| 2882 |
"type": "output",
|
| 2883 |
"format": "video/h264-mp4",
|
| 2884 |
"frame_rate": 24,
|
| 2885 |
-
"workflow": "LTX-
|
| 2886 |
-
"fullpath": "E:\\AI\\ComfyUI\\output\\LTX-
|
| 2887 |
}
|
| 2888 |
}
|
| 2889 |
}
|
|
@@ -2951,7 +2908,7 @@
|
|
| 2951 |
"flags": {
|
| 2952 |
"collapsed": true
|
| 2953 |
},
|
| 2954 |
-
"order":
|
| 2955 |
"mode": 0,
|
| 2956 |
"inputs": [],
|
| 2957 |
"outputs": [
|
|
@@ -3052,7 +3009,7 @@
|
|
| 3052 |
46
|
| 3053 |
],
|
| 3054 |
"flags": {},
|
| 3055 |
-
"order":
|
| 3056 |
"mode": 0,
|
| 3057 |
"inputs": [
|
| 3058 |
{
|
|
@@ -3143,7 +3100,7 @@
|
|
| 3143 |
"flags": {
|
| 3144 |
"collapsed": true
|
| 3145 |
},
|
| 3146 |
-
"order":
|
| 3147 |
"mode": 0,
|
| 3148 |
"inputs": [],
|
| 3149 |
"outputs": [
|
|
@@ -3173,7 +3130,7 @@
|
|
| 3173 |
82
|
| 3174 |
],
|
| 3175 |
"flags": {},
|
| 3176 |
-
"order":
|
| 3177 |
"mode": 0,
|
| 3178 |
"inputs": [],
|
| 3179 |
"outputs": [
|
|
@@ -3218,7 +3175,7 @@
|
|
| 3218 |
"flags": {
|
| 3219 |
"collapsed": true
|
| 3220 |
},
|
| 3221 |
-
"order":
|
| 3222 |
"mode": 0,
|
| 3223 |
"inputs": [],
|
| 3224 |
"outputs": [
|
|
@@ -3305,7 +3262,7 @@
|
|
| 3305 |
"flags": {
|
| 3306 |
"collapsed": true
|
| 3307 |
},
|
| 3308 |
-
"order":
|
| 3309 |
"mode": 0,
|
| 3310 |
"inputs": [],
|
| 3311 |
"outputs": [
|
|
@@ -3337,7 +3294,7 @@
|
|
| 3337 |
"flags": {
|
| 3338 |
"collapsed": true
|
| 3339 |
},
|
| 3340 |
-
"order":
|
| 3341 |
"mode": 0,
|
| 3342 |
"inputs": [
|
| 3343 |
{
|
|
@@ -3377,7 +3334,7 @@
|
|
| 3377 |
"flags": {
|
| 3378 |
"collapsed": true
|
| 3379 |
},
|
| 3380 |
-
"order":
|
| 3381 |
"mode": 0,
|
| 3382 |
"inputs": [
|
| 3383 |
{
|
|
@@ -3417,7 +3374,7 @@
|
|
| 3417 |
"flags": {
|
| 3418 |
"collapsed": false
|
| 3419 |
},
|
| 3420 |
-
"order":
|
| 3421 |
"mode": 0,
|
| 3422 |
"inputs": [
|
| 3423 |
{
|
|
@@ -3591,7 +3548,7 @@
|
|
| 3591 |
"flags": {
|
| 3592 |
"collapsed": true
|
| 3593 |
},
|
| 3594 |
-
"order":
|
| 3595 |
"mode": 0,
|
| 3596 |
"inputs": [
|
| 3597 |
{
|
|
@@ -3635,7 +3592,7 @@
|
|
| 3635 |
"flags": {
|
| 3636 |
"collapsed": true
|
| 3637 |
},
|
| 3638 |
-
"order":
|
| 3639 |
"mode": 0,
|
| 3640 |
"inputs": [
|
| 3641 |
{
|
|
@@ -3685,7 +3642,7 @@
|
|
| 3685 |
"flags": {
|
| 3686 |
"collapsed": true
|
| 3687 |
},
|
| 3688 |
-
"order":
|
| 3689 |
"mode": 0,
|
| 3690 |
"inputs": [],
|
| 3691 |
"outputs": [
|
|
@@ -3722,7 +3679,7 @@
|
|
| 3722 |
"flags": {
|
| 3723 |
"collapsed": true
|
| 3724 |
},
|
| 3725 |
-
"order":
|
| 3726 |
"mode": 0,
|
| 3727 |
"inputs": [],
|
| 3728 |
"outputs": [
|
|
@@ -3762,7 +3719,7 @@
|
|
| 3762 |
"flags": {
|
| 3763 |
"collapsed": false
|
| 3764 |
},
|
| 3765 |
-
"order":
|
| 3766 |
"mode": 0,
|
| 3767 |
"inputs": [],
|
| 3768 |
"outputs": [],
|
|
@@ -3788,7 +3745,7 @@
|
|
| 3788 |
"flags": {
|
| 3789 |
"collapsed": false
|
| 3790 |
},
|
| 3791 |
-
"order":
|
| 3792 |
"mode": 0,
|
| 3793 |
"inputs": [],
|
| 3794 |
"outputs": [],
|
|
@@ -3814,7 +3771,7 @@
|
|
| 3814 |
"flags": {
|
| 3815 |
"collapsed": false
|
| 3816 |
},
|
| 3817 |
-
"order":
|
| 3818 |
"mode": 0,
|
| 3819 |
"inputs": [],
|
| 3820 |
"outputs": [],
|
|
@@ -3900,7 +3857,7 @@
|
|
| 3900 |
82
|
| 3901 |
],
|
| 3902 |
"flags": {},
|
| 3903 |
-
"order":
|
| 3904 |
"mode": 0,
|
| 3905 |
"inputs": [],
|
| 3906 |
"outputs": [
|
|
@@ -3937,7 +3894,7 @@
|
|
| 3937 |
"flags": {
|
| 3938 |
"collapsed": true
|
| 3939 |
},
|
| 3940 |
-
"order":
|
| 3941 |
"mode": 0,
|
| 3942 |
"inputs": [
|
| 3943 |
{
|
|
@@ -3995,7 +3952,7 @@
|
|
| 3995 |
"flags": {
|
| 3996 |
"collapsed": true
|
| 3997 |
},
|
| 3998 |
-
"order":
|
| 3999 |
"mode": 0,
|
| 4000 |
"inputs": [],
|
| 4001 |
"outputs": [
|
|
@@ -4100,7 +4057,7 @@
|
|
| 4100 |
"flags": {
|
| 4101 |
"collapsed": false
|
| 4102 |
},
|
| 4103 |
-
"order":
|
| 4104 |
"mode": 0,
|
| 4105 |
"inputs": [
|
| 4106 |
{
|
|
@@ -4142,7 +4099,7 @@
|
|
| 4142 |
"flags": {
|
| 4143 |
"collapsed": true
|
| 4144 |
},
|
| 4145 |
-
"order":
|
| 4146 |
"mode": 0,
|
| 4147 |
"inputs": [
|
| 4148 |
{
|
|
@@ -4241,7 +4198,7 @@
|
|
| 4241 |
"flags": {
|
| 4242 |
"collapsed": false
|
| 4243 |
},
|
| 4244 |
-
"order":
|
| 4245 |
"mode": 4,
|
| 4246 |
"inputs": [
|
| 4247 |
{
|
|
@@ -4292,17 +4249,17 @@
|
|
| 4292 |
"id": 359,
|
| 4293 |
"type": "GetNode",
|
| 4294 |
"pos": [
|
| 4295 |
-
-
|
| 4296 |
-
|
| 4297 |
],
|
| 4298 |
"size": [
|
| 4299 |
-
|
| 4300 |
34
|
| 4301 |
],
|
| 4302 |
"flags": {
|
| 4303 |
"collapsed": true
|
| 4304 |
},
|
| 4305 |
-
"order":
|
| 4306 |
"mode": 0,
|
| 4307 |
"inputs": [],
|
| 4308 |
"outputs": [
|
|
@@ -4326,17 +4283,17 @@
|
|
| 4326 |
"id": 360,
|
| 4327 |
"type": "GetNode",
|
| 4328 |
"pos": [
|
| 4329 |
-
-
|
| 4330 |
-
|
| 4331 |
],
|
| 4332 |
"size": [
|
| 4333 |
-
|
| 4334 |
34
|
| 4335 |
],
|
| 4336 |
"flags": {
|
| 4337 |
"collapsed": true
|
| 4338 |
},
|
| 4339 |
-
"order":
|
| 4340 |
"mode": 0,
|
| 4341 |
"inputs": [],
|
| 4342 |
"outputs": [
|
|
@@ -4357,73 +4314,45 @@
|
|
| 4357 |
"bgcolor": "#29699c"
|
| 4358 |
},
|
| 4359 |
{
|
| 4360 |
-
"id":
|
| 4361 |
-
"type": "
|
| 4362 |
"pos": [
|
| 4363 |
-
-
|
| 4364 |
-
|
| 4365 |
],
|
| 4366 |
"size": [
|
| 4367 |
-
|
| 4368 |
-
|
| 4369 |
],
|
| 4370 |
"flags": {
|
| 4371 |
-
"collapsed":
|
| 4372 |
},
|
| 4373 |
-
"order":
|
| 4374 |
"mode": 0,
|
| 4375 |
-
"inputs": [
|
| 4376 |
-
{
|
| 4377 |
-
"name": "width",
|
| 4378 |
-
"type": "INT",
|
| 4379 |
-
"widget": {
|
| 4380 |
-
"name": "width"
|
| 4381 |
-
},
|
| 4382 |
-
"link": 638
|
| 4383 |
-
},
|
| 4384 |
-
{
|
| 4385 |
-
"name": "height",
|
| 4386 |
-
"type": "INT",
|
| 4387 |
-
"widget": {
|
| 4388 |
-
"name": "height"
|
| 4389 |
-
},
|
| 4390 |
-
"link": 639
|
| 4391 |
-
}
|
| 4392 |
-
],
|
| 4393 |
"outputs": [
|
| 4394 |
{
|
| 4395 |
-
"name": "
|
| 4396 |
-
"type": "
|
| 4397 |
"links": [
|
| 4398 |
-
|
| 4399 |
]
|
| 4400 |
}
|
| 4401 |
],
|
| 4402 |
-
"
|
| 4403 |
-
|
| 4404 |
-
"ver": "0.7.0",
|
| 4405 |
-
"Node name for S&R": "SolidMask",
|
| 4406 |
-
"ue_properties": {
|
| 4407 |
-
"widget_ue_connectable": {
|
| 4408 |
-
"width": true,
|
| 4409 |
-
"height": true
|
| 4410 |
-
},
|
| 4411 |
-
"version": "7.5.2",
|
| 4412 |
-
"input_ue_unconnectable": {}
|
| 4413 |
-
}
|
| 4414 |
-
},
|
| 4415 |
"widgets_values": [
|
| 4416 |
-
|
| 4417 |
-
|
| 4418 |
-
|
| 4419 |
-
|
| 4420 |
},
|
| 4421 |
{
|
| 4422 |
-
"id":
|
| 4423 |
-
"type": "
|
| 4424 |
"pos": [
|
| 4425 |
-
|
| 4426 |
-
|
| 4427 |
],
|
| 4428 |
"size": [
|
| 4429 |
210,
|
|
@@ -4432,243 +4361,180 @@
|
|
| 4432 |
"flags": {
|
| 4433 |
"collapsed": true
|
| 4434 |
},
|
| 4435 |
-
"order":
|
| 4436 |
"mode": 0,
|
| 4437 |
-
"inputs": [
|
| 4438 |
-
{
|
| 4439 |
-
"name": "AUDIO",
|
| 4440 |
-
"type": "AUDIO",
|
| 4441 |
-
"link": 644
|
| 4442 |
-
}
|
| 4443 |
-
],
|
| 4444 |
"outputs": [
|
| 4445 |
{
|
| 4446 |
-
"name": "
|
| 4447 |
-
"type": "
|
| 4448 |
-
"links":
|
|
|
|
|
|
|
| 4449 |
}
|
| 4450 |
],
|
| 4451 |
-
"title": "
|
| 4452 |
-
"properties": {
|
| 4453 |
-
"previousName": "",
|
| 4454 |
-
"ue_properties": {
|
| 4455 |
-
"widget_ue_connectable": {},
|
| 4456 |
-
"version": "7.5.2",
|
| 4457 |
-
"input_ue_unconnectable": {}
|
| 4458 |
-
}
|
| 4459 |
-
},
|
| 4460 |
"widgets_values": [
|
| 4461 |
-
"
|
| 4462 |
-
]
|
|
|
|
|
|
|
| 4463 |
},
|
| 4464 |
{
|
| 4465 |
-
"id":
|
| 4466 |
-
"type": "
|
| 4467 |
"pos": [
|
| 4468 |
-
-
|
| 4469 |
-
|
| 4470 |
-
],
|
| 4471 |
"size": [
|
| 4472 |
-
|
| 4473 |
-
|
| 4474 |
],
|
| 4475 |
-
"flags": {
|
| 4476 |
-
|
| 4477 |
-
},
|
| 4478 |
-
"order": 132,
|
| 4479 |
"mode": 0,
|
| 4480 |
"inputs": [
|
| 4481 |
{
|
| 4482 |
-
"name": "
|
| 4483 |
"type": "LATENT",
|
| 4484 |
-
"link":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4485 |
}
|
| 4486 |
],
|
| 4487 |
"outputs": [
|
| 4488 |
{
|
| 4489 |
-
"name": "
|
| 4490 |
-
"type": "
|
| 4491 |
-
"links":
|
|
|
|
|
|
|
| 4492 |
}
|
| 4493 |
],
|
| 4494 |
-
"title": "
|
| 4495 |
"properties": {
|
| 4496 |
-
"
|
|
|
|
|
|
|
| 4497 |
},
|
| 4498 |
"widgets_values": [
|
| 4499 |
-
|
| 4500 |
],
|
| 4501 |
"color": "#422342",
|
| 4502 |
"bgcolor": "rgba(24,24,27,.9)"
|
| 4503 |
},
|
| 4504 |
{
|
| 4505 |
-
"id":
|
| 4506 |
-
"type": "
|
| 4507 |
"pos": [
|
| 4508 |
-
-
|
| 4509 |
-
|
| 4510 |
],
|
| 4511 |
"size": [
|
| 4512 |
-
|
| 4513 |
-
|
| 4514 |
],
|
| 4515 |
"flags": {
|
| 4516 |
"collapsed": true
|
| 4517 |
},
|
| 4518 |
-
"order":
|
| 4519 |
"mode": 0,
|
| 4520 |
-
"inputs": [
|
| 4521 |
-
{
|
| 4522 |
-
"label": "a",
|
| 4523 |
-
"name": "variables.a",
|
| 4524 |
-
"shape": 7,
|
| 4525 |
-
"type": "INT,FLOAT,BOOLEAN",
|
| 4526 |
-
"link": null
|
| 4527 |
-
},
|
| 4528 |
-
{
|
| 4529 |
-
"label": "b",
|
| 4530 |
-
"name": "variables.b",
|
| 4531 |
-
"shape": 7,
|
| 4532 |
-
"type": "INT,FLOAT,BOOLEAN",
|
| 4533 |
-
"link": null
|
| 4534 |
-
},
|
| 4535 |
-
{
|
| 4536 |
-
"name": "a",
|
| 4537 |
-
"shape": 7,
|
| 4538 |
-
"type": "*",
|
| 4539 |
-
"link": 646
|
| 4540 |
-
},
|
| 4541 |
-
{
|
| 4542 |
-
"name": "b",
|
| 4543 |
-
"shape": 7,
|
| 4544 |
-
"type": "*",
|
| 4545 |
-
"link": 647
|
| 4546 |
-
}
|
| 4547 |
-
],
|
| 4548 |
"outputs": [
|
| 4549 |
{
|
| 4550 |
-
"name": "
|
| 4551 |
-
"type": "
|
| 4552 |
"links": [
|
| 4553 |
-
|
| 4554 |
]
|
| 4555 |
-
},
|
| 4556 |
-
{
|
| 4557 |
-
"name": "INT",
|
| 4558 |
-
"type": "INT",
|
| 4559 |
-
"links": []
|
| 4560 |
-
},
|
| 4561 |
-
{
|
| 4562 |
-
"name": "BOOLEAN",
|
| 4563 |
-
"type": "BOOLEAN",
|
| 4564 |
-
"links": null
|
| 4565 |
}
|
| 4566 |
],
|
|
|
|
| 4567 |
"properties": {
|
| 4568 |
-
"cnr_id": "
|
| 4569 |
-
"ver": "
|
| 4570 |
-
"Node name for S&R": "
|
| 4571 |
},
|
| 4572 |
"widgets_values": [
|
| 4573 |
-
"a/
|
| 4574 |
]
|
| 4575 |
},
|
| 4576 |
{
|
| 4577 |
-
"id":
|
| 4578 |
-
"type": "
|
| 4579 |
"pos": [
|
| 4580 |
-
-
|
| 4581 |
-
|
| 4582 |
],
|
| 4583 |
"size": [
|
| 4584 |
-
|
| 4585 |
-
|
| 4586 |
],
|
| 4587 |
"flags": {
|
| 4588 |
-
"collapsed":
|
| 4589 |
},
|
| 4590 |
-
"order":
|
| 4591 |
"mode": 0,
|
| 4592 |
-
"inputs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4593 |
"outputs": [
|
| 4594 |
{
|
| 4595 |
-
"name": "
|
| 4596 |
-
"type": "
|
| 4597 |
-
"links":
|
| 4598 |
-
646
|
| 4599 |
-
]
|
| 4600 |
}
|
| 4601 |
],
|
| 4602 |
-
"title": "
|
| 4603 |
-
"properties": {
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4604 |
"widgets_values": [
|
| 4605 |
-
"
|
| 4606 |
],
|
| 4607 |
-
"color": "#
|
| 4608 |
-
"bgcolor": "
|
| 4609 |
},
|
| 4610 |
{
|
| 4611 |
-
"id":
|
| 4612 |
"type": "GetNode",
|
| 4613 |
"pos": [
|
| 4614 |
-
-
|
| 4615 |
-
|
| 4616 |
],
|
| 4617 |
"size": [
|
| 4618 |
-
|
| 4619 |
34
|
| 4620 |
],
|
| 4621 |
"flags": {
|
| 4622 |
"collapsed": true
|
| 4623 |
},
|
| 4624 |
-
"order": 56,
|
| 4625 |
-
"mode": 0,
|
| 4626 |
-
"inputs": [],
|
| 4627 |
-
"outputs": [
|
| 4628 |
-
{
|
| 4629 |
-
"name": "FLOAT",
|
| 4630 |
-
"type": "FLOAT",
|
| 4631 |
-
"links": [
|
| 4632 |
-
647
|
| 4633 |
-
]
|
| 4634 |
-
}
|
| 4635 |
-
],
|
| 4636 |
-
"title": "Get_fps",
|
| 4637 |
-
"properties": {},
|
| 4638 |
-
"widgets_values": [
|
| 4639 |
-
"fps"
|
| 4640 |
-
],
|
| 4641 |
-
"color": "#346434",
|
| 4642 |
-
"bgcolor": "rgba(24,24,27,.9)"
|
| 4643 |
-
},
|
| 4644 |
-
{
|
| 4645 |
-
"id": 370,
|
| 4646 |
-
"type": "MelBandRoFormerModelLoader",
|
| 4647 |
-
"pos": [
|
| 4648 |
-
-1540.625827218746,
|
| 4649 |
-
5284.050916079685
|
| 4650 |
-
],
|
| 4651 |
-
"size": [
|
| 4652 |
-
275.21982482414546,
|
| 4653 |
-
71.66026910730216
|
| 4654 |
-
],
|
| 4655 |
-
"flags": {},
|
| 4656 |
"order": 57,
|
| 4657 |
"mode": 0,
|
| 4658 |
"inputs": [],
|
| 4659 |
"outputs": [
|
| 4660 |
{
|
| 4661 |
-
"name": "
|
| 4662 |
-
"type": "
|
| 4663 |
"links": [
|
| 4664 |
-
|
| 4665 |
]
|
| 4666 |
}
|
| 4667 |
],
|
|
|
|
| 4668 |
"properties": {
|
| 4669 |
-
"cnr_id": "ComfyUI-MelBandRoFormer",
|
| 4670 |
-
"ver": "b40e263224778ec417114d91d8b3b39934e30de5",
|
| 4671 |
-
"Node name for S&R": "MelBandRoFormerModelLoader",
|
| 4672 |
"ue_properties": {
|
| 4673 |
"widget_ue_connectable": {},
|
| 4674 |
"version": "7.5.2",
|
|
@@ -4676,68 +4542,71 @@
|
|
| 4676 |
}
|
| 4677 |
},
|
| 4678 |
"widgets_values": [
|
| 4679 |
-
"
|
| 4680 |
],
|
| 4681 |
-
"
|
| 4682 |
-
"
|
| 4683 |
},
|
| 4684 |
{
|
| 4685 |
-
"id":
|
| 4686 |
-
"type": "
|
| 4687 |
"pos": [
|
| 4688 |
-
|
| 4689 |
-
|
| 4690 |
],
|
| 4691 |
"size": [
|
| 4692 |
-
|
| 4693 |
46
|
| 4694 |
],
|
| 4695 |
"flags": {},
|
| 4696 |
-
"order":
|
| 4697 |
"mode": 0,
|
| 4698 |
"inputs": [
|
| 4699 |
{
|
| 4700 |
"name": "samples",
|
| 4701 |
"type": "LATENT",
|
| 4702 |
-
"link":
|
| 4703 |
},
|
| 4704 |
{
|
| 4705 |
-
"
|
| 4706 |
-
"
|
| 4707 |
-
"
|
|
|
|
| 4708 |
}
|
| 4709 |
],
|
| 4710 |
"outputs": [
|
| 4711 |
{
|
| 4712 |
-
"name": "
|
| 4713 |
-
"type": "
|
| 4714 |
"links": [
|
| 4715 |
-
|
| 4716 |
]
|
| 4717 |
}
|
| 4718 |
],
|
| 4719 |
"properties": {
|
| 4720 |
"cnr_id": "comfy-core",
|
| 4721 |
"ver": "0.7.0",
|
| 4722 |
-
"Node name for S&R": "
|
| 4723 |
-
"
|
| 4724 |
-
|
| 4725 |
-
|
| 4726 |
-
|
| 4727 |
-
|
|
|
|
|
|
|
| 4728 |
},
|
| 4729 |
"widgets_values": []
|
| 4730 |
},
|
| 4731 |
{
|
| 4732 |
-
"id":
|
| 4733 |
"type": "GetNode",
|
| 4734 |
"pos": [
|
| 4735 |
-
|
| 4736 |
-
|
| 4737 |
],
|
| 4738 |
"size": [
|
| 4739 |
210,
|
| 4740 |
-
|
| 4741 |
],
|
| 4742 |
"flags": {
|
| 4743 |
"collapsed": true
|
|
@@ -4747,115 +4616,195 @@
|
|
| 4747 |
"inputs": [],
|
| 4748 |
"outputs": [
|
| 4749 |
{
|
| 4750 |
-
"name": "
|
| 4751 |
-
"type": "
|
| 4752 |
"links": [
|
| 4753 |
-
|
| 4754 |
]
|
| 4755 |
}
|
| 4756 |
],
|
| 4757 |
-
"title": "
|
| 4758 |
"properties": {},
|
| 4759 |
"widgets_values": [
|
| 4760 |
-
"
|
| 4761 |
-
]
|
| 4762 |
-
|
| 4763 |
-
"bgcolor": "rgba(24,24,27,.9)"
|
| 4764 |
-
},
|
| 4765 |
{
|
| 4766 |
-
"id":
|
| 4767 |
-
"type": "
|
| 4768 |
"pos": [
|
| 4769 |
-
|
| 4770 |
-
|
| 4771 |
],
|
| 4772 |
"size": [
|
| 4773 |
-
|
| 4774 |
-
|
| 4775 |
],
|
| 4776 |
-
"flags": {
|
| 4777 |
-
|
| 4778 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4779 |
"order": 59,
|
| 4780 |
"mode": 0,
|
| 4781 |
"inputs": [],
|
| 4782 |
"outputs": [
|
| 4783 |
{
|
| 4784 |
-
"name": "
|
| 4785 |
-
"type": "
|
| 4786 |
"links": [
|
| 4787 |
-
|
| 4788 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4789 |
}
|
| 4790 |
],
|
| 4791 |
-
"
|
| 4792 |
-
|
|
|
|
|
|
|
|
|
|
| 4793 |
"widgets_values": [
|
| 4794 |
-
"
|
|
|
|
| 4795 |
],
|
| 4796 |
-
"color": "#
|
| 4797 |
-
"bgcolor": "rgba(24,24,27,.9)"
|
|
|
|
|
|
|
| 4798 |
},
|
| 4799 |
{
|
| 4800 |
-
"id":
|
| 4801 |
-
"type": "
|
| 4802 |
"pos": [
|
| 4803 |
-
-
|
| 4804 |
-
|
| 4805 |
],
|
| 4806 |
"size": [
|
| 4807 |
-
|
| 4808 |
-
|
| 4809 |
],
|
| 4810 |
-
"flags": {
|
|
|
|
|
|
|
| 4811 |
"order": 93,
|
| 4812 |
"mode": 0,
|
| 4813 |
"inputs": [
|
| 4814 |
{
|
| 4815 |
-
"name": "
|
| 4816 |
-
"type": "
|
| 4817 |
-
"link":
|
| 4818 |
},
|
| 4819 |
{
|
| 4820 |
-
"name": "
|
| 4821 |
-
"
|
| 4822 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4823 |
}
|
| 4824 |
],
|
| 4825 |
"outputs": [
|
| 4826 |
{
|
| 4827 |
-
"name": "
|
| 4828 |
-
"type": "
|
| 4829 |
"links": [
|
| 4830 |
-
|
|
|
|
|
|
|
| 4831 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4832 |
}
|
| 4833 |
],
|
| 4834 |
-
"title": "Custom Audio = true | LTX Audio = false",
|
| 4835 |
"properties": {
|
| 4836 |
-
"cnr_id": "
|
| 4837 |
-
"ver": "
|
| 4838 |
-
"Node name for S&R": "
|
| 4839 |
},
|
| 4840 |
"widgets_values": [
|
| 4841 |
-
|
| 4842 |
-
|
| 4843 |
-
|
| 4844 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4845 |
},
|
| 4846 |
{
|
| 4847 |
-
"id":
|
| 4848 |
"type": "PrimitiveStringMultiline",
|
| 4849 |
"pos": [
|
| 4850 |
-
-
|
| 4851 |
-
|
| 4852 |
],
|
| 4853 |
"size": [
|
| 4854 |
-
|
| 4855 |
-
|
| 4856 |
],
|
| 4857 |
"flags": {
|
| 4858 |
-
"collapsed":
|
| 4859 |
},
|
| 4860 |
"order": 60,
|
| 4861 |
"mode": 0,
|
|
@@ -4865,271 +4814,309 @@
|
|
| 4865 |
"name": "STRING",
|
| 4866 |
"type": "STRING",
|
| 4867 |
"links": [
|
| 4868 |
-
|
| 4869 |
]
|
| 4870 |
}
|
| 4871 |
],
|
| 4872 |
-
"title": "
|
| 4873 |
"properties": {
|
| 4874 |
"cnr_id": "comfy-core",
|
| 4875 |
"ver": "0.14.1",
|
| 4876 |
"Node name for S&R": "PrimitiveStringMultiline"
|
| 4877 |
},
|
| 4878 |
"widgets_values": [
|
| 4879 |
-
"
|
| 4880 |
-
]
|
|
|
|
|
|
|
| 4881 |
},
|
| 4882 |
{
|
| 4883 |
-
"id":
|
| 4884 |
-
"type": "
|
| 4885 |
"pos": [
|
| 4886 |
-
|
| 4887 |
-
|
| 4888 |
],
|
| 4889 |
"size": [
|
| 4890 |
-
|
| 4891 |
-
|
| 4892 |
],
|
| 4893 |
"flags": {
|
| 4894 |
-
"collapsed":
|
| 4895 |
},
|
| 4896 |
-
"order":
|
| 4897 |
"mode": 0,
|
| 4898 |
-
"inputs": [
|
|
|
|
| 4899 |
{
|
| 4900 |
-
"name": "
|
| 4901 |
-
"
|
| 4902 |
-
"
|
| 4903 |
-
"link": 631
|
| 4904 |
}
|
| 4905 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4906 |
"outputs": [
|
| 4907 |
{
|
| 4908 |
-
"name": "
|
| 4909 |
-
"type": "
|
| 4910 |
-
"links":
|
|
|
|
|
|
|
| 4911 |
}
|
| 4912 |
],
|
| 4913 |
-
"title": "Enhanced Prompt",
|
| 4914 |
"properties": {
|
| 4915 |
-
"cnr_id": "
|
| 4916 |
-
"ver": "
|
| 4917 |
-
"Node name for S&R": "
|
| 4918 |
},
|
| 4919 |
"widgets_values": [
|
| 4920 |
-
"
|
| 4921 |
-
]
|
| 4922 |
-
"color": "#008181",
|
| 4923 |
-
"bgcolor": "rgba(24,24,27,.9)"
|
| 4924 |
},
|
| 4925 |
{
|
| 4926 |
-
"id":
|
| 4927 |
-
"type": "
|
| 4928 |
"pos": [
|
| 4929 |
-
|
| 4930 |
-
|
| 4931 |
],
|
| 4932 |
"size": [
|
| 4933 |
-
|
| 4934 |
-
|
| 4935 |
-
],
|
| 4936 |
-
"flags": {
|
| 4937 |
-
|
| 4938 |
-
},
|
| 4939 |
-
"order": 61,
|
| 4940 |
"mode": 0,
|
| 4941 |
"inputs": [],
|
| 4942 |
"outputs": [
|
| 4943 |
{
|
| 4944 |
-
"name": "
|
| 4945 |
-
"type": "
|
| 4946 |
"links": [
|
| 4947 |
-
|
| 4948 |
]
|
| 4949 |
}
|
| 4950 |
],
|
| 4951 |
-
"title": "Get_vae_audio",
|
| 4952 |
"properties": {
|
| 4953 |
-
"
|
| 4954 |
-
|
| 4955 |
-
|
| 4956 |
-
|
| 4957 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4958 |
},
|
| 4959 |
"widgets_values": [
|
| 4960 |
-
"
|
| 4961 |
-
]
|
| 4962 |
-
"color": "#af3535",
|
| 4963 |
-
"bgcolor": "rgba(24,24,27,.9)"
|
| 4964 |
},
|
| 4965 |
{
|
| 4966 |
-
"id":
|
| 4967 |
-
"type": "
|
| 4968 |
"pos": [
|
| 4969 |
-
|
| 4970 |
-
|
| 4971 |
],
|
| 4972 |
"size": [
|
| 4973 |
-
|
| 4974 |
-
|
| 4975 |
],
|
| 4976 |
"flags": {},
|
| 4977 |
-
"order":
|
| 4978 |
"mode": 0,
|
| 4979 |
-
"inputs": [
|
| 4980 |
-
{
|
| 4981 |
-
"name": "audio",
|
| 4982 |
-
"type": "AUDIO",
|
| 4983 |
-
"link": 658
|
| 4984 |
-
},
|
| 4985 |
-
{
|
| 4986 |
-
"label": "Audio VAE",
|
| 4987 |
-
"name": "audio_vae",
|
| 4988 |
-
"type": "VAE",
|
| 4989 |
-
"link": 643
|
| 4990 |
-
}
|
| 4991 |
-
],
|
| 4992 |
"outputs": [
|
| 4993 |
{
|
| 4994 |
-
"name": "
|
| 4995 |
-
"type": "
|
| 4996 |
"links": [
|
| 4997 |
-
|
| 4998 |
]
|
| 4999 |
}
|
| 5000 |
],
|
| 5001 |
"properties": {
|
| 5002 |
"cnr_id": "comfy-core",
|
| 5003 |
-
"ver": "0.
|
| 5004 |
-
"Node name for S&R": "
|
| 5005 |
-
"
|
| 5006 |
-
|
| 5007 |
-
|
| 5008 |
-
|
| 5009 |
-
|
|
|
|
|
|
|
| 5010 |
},
|
| 5011 |
-
"widgets_values": [
|
|
|
|
|
|
|
| 5012 |
},
|
| 5013 |
{
|
| 5014 |
-
"id":
|
| 5015 |
-
"type": "
|
| 5016 |
"pos": [
|
| 5017 |
-
|
| 5018 |
-
|
| 5019 |
],
|
| 5020 |
"size": [
|
| 5021 |
-
|
| 5022 |
-
|
| 5023 |
],
|
| 5024 |
-
"flags": {
|
| 5025 |
-
|
|
|
|
|
|
|
| 5026 |
"mode": 0,
|
| 5027 |
"inputs": [
|
| 5028 |
{
|
| 5029 |
-
"name": "
|
| 5030 |
-
"
|
| 5031 |
-
"
|
| 5032 |
-
|
| 5033 |
-
{
|
| 5034 |
-
"name": "duration",
|
| 5035 |
-
"type": "FLOAT",
|
| 5036 |
-
"widget": {
|
| 5037 |
-
"name": "duration"
|
| 5038 |
-
},
|
| 5039 |
-
"link": 651
|
| 5040 |
}
|
| 5041 |
],
|
| 5042 |
"outputs": [
|
| 5043 |
{
|
| 5044 |
-
"name": "
|
| 5045 |
-
"type": "
|
| 5046 |
-
"links": [
|
| 5047 |
-
644,
|
| 5048 |
-
649
|
| 5049 |
-
]
|
| 5050 |
}
|
| 5051 |
],
|
|
|
|
| 5052 |
"properties": {
|
| 5053 |
"cnr_id": "comfy-core",
|
| 5054 |
-
"ver": "0.
|
| 5055 |
-
"Node name for S&R": "
|
| 5056 |
-
"
|
| 5057 |
-
|
| 5058 |
-
|
| 5059 |
-
|
| 5060 |
-
|
|
|
|
|
|
|
| 5061 |
},
|
| 5062 |
"widgets_values": [
|
| 5063 |
-
|
| 5064 |
-
|
|
|
|
|
|
|
|
|
|
| 5065 |
]
|
| 5066 |
},
|
| 5067 |
{
|
| 5068 |
-
"id":
|
| 5069 |
-
"type": "
|
| 5070 |
"pos": [
|
| 5071 |
-
|
| 5072 |
-
|
| 5073 |
],
|
| 5074 |
"size": [
|
| 5075 |
-
|
| 5076 |
-
|
| 5077 |
],
|
| 5078 |
"flags": {
|
| 5079 |
-
"collapsed":
|
| 5080 |
},
|
| 5081 |
-
"order":
|
| 5082 |
"mode": 0,
|
| 5083 |
"inputs": [],
|
| 5084 |
-
"outputs": [
|
| 5085 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5086 |
"properties": {},
|
| 5087 |
"widgets_values": [
|
| 5088 |
-
"
|
| 5089 |
],
|
| 5090 |
-
"color": "#
|
| 5091 |
-
"bgcolor": "
|
| 5092 |
},
|
| 5093 |
{
|
| 5094 |
-
"id":
|
| 5095 |
-
"type": "
|
| 5096 |
"pos": [
|
| 5097 |
-
|
| 5098 |
-
|
| 5099 |
],
|
| 5100 |
"size": [
|
| 5101 |
-
|
| 5102 |
-
|
| 5103 |
],
|
| 5104 |
-
"flags": {
|
| 5105 |
-
|
|
|
|
|
|
|
| 5106 |
"mode": 0,
|
| 5107 |
"inputs": [
|
| 5108 |
{
|
| 5109 |
-
"name": "
|
| 5110 |
-
"type": "
|
| 5111 |
-
"link":
|
| 5112 |
},
|
| 5113 |
{
|
| 5114 |
-
"
|
| 5115 |
-
"
|
| 5116 |
-
"
|
| 5117 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5118 |
}
|
| 5119 |
],
|
| 5120 |
"outputs": [
|
| 5121 |
{
|
| 5122 |
-
"name": "
|
| 5123 |
-
"type": "
|
| 5124 |
"links": [
|
| 5125 |
-
|
| 5126 |
]
|
| 5127 |
}
|
| 5128 |
],
|
| 5129 |
"properties": {
|
| 5130 |
"cnr_id": "comfy-core",
|
| 5131 |
-
"ver": "0.
|
| 5132 |
-
"Node name for S&R": "
|
| 5133 |
"enableTabs": false,
|
| 5134 |
"tabWidth": 65,
|
| 5135 |
"tabXOffset": 10,
|
|
@@ -5138,130 +5125,142 @@
|
|
| 5138 |
"secondTabOffset": 80,
|
| 5139 |
"secondTabWidth": 65
|
| 5140 |
},
|
| 5141 |
-
"widgets_values": [
|
|
|
|
|
|
|
| 5142 |
},
|
| 5143 |
{
|
| 5144 |
-
"id":
|
| 5145 |
-
"type": "
|
| 5146 |
"pos": [
|
| 5147 |
-
|
| 5148 |
-
|
| 5149 |
],
|
| 5150 |
"size": [
|
| 5151 |
-
|
| 5152 |
-
|
| 5153 |
],
|
| 5154 |
-
"flags": {
|
| 5155 |
-
|
| 5156 |
-
},
|
| 5157 |
-
"order": 63,
|
| 5158 |
"mode": 0,
|
| 5159 |
"inputs": [],
|
| 5160 |
"outputs": [
|
| 5161 |
{
|
| 5162 |
-
"name": "
|
| 5163 |
-
"type": "
|
| 5164 |
"links": [
|
| 5165 |
-
|
| 5166 |
]
|
| 5167 |
}
|
| 5168 |
],
|
| 5169 |
-
"
|
| 5170 |
-
|
|
|
|
|
|
|
|
|
|
| 5171 |
"widgets_values": [
|
| 5172 |
-
"
|
| 5173 |
]
|
| 5174 |
},
|
| 5175 |
{
|
| 5176 |
-
"id":
|
| 5177 |
-
"type": "
|
| 5178 |
"pos": [
|
| 5179 |
-
|
| 5180 |
-
|
| 5181 |
],
|
| 5182 |
"size": [
|
| 5183 |
-
|
| 5184 |
-
|
| 5185 |
],
|
| 5186 |
"flags": {},
|
| 5187 |
-
"order":
|
| 5188 |
"mode": 0,
|
| 5189 |
"inputs": [
|
| 5190 |
{
|
| 5191 |
-
"name": "",
|
| 5192 |
-
"type": "
|
| 5193 |
-
"link":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5194 |
}
|
| 5195 |
],
|
| 5196 |
"outputs": [
|
| 5197 |
{
|
| 5198 |
-
"name": "",
|
| 5199 |
-
"type": "
|
| 5200 |
-
"links":
|
|
|
|
|
|
|
| 5201 |
}
|
| 5202 |
],
|
| 5203 |
"properties": {
|
| 5204 |
-
"
|
| 5205 |
-
"
|
| 5206 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5207 |
},
|
| 5208 |
{
|
| 5209 |
-
"id":
|
| 5210 |
-
"type": "
|
| 5211 |
"pos": [
|
| 5212 |
-
-
|
| 5213 |
-
|
| 5214 |
],
|
| 5215 |
"size": [
|
| 5216 |
-
|
| 5217 |
-
|
| 5218 |
],
|
| 5219 |
-
"flags": {
|
| 5220 |
-
|
|
|
|
|
|
|
| 5221 |
"mode": 0,
|
| 5222 |
-
"inputs": [
|
| 5223 |
-
{
|
| 5224 |
-
"name": "model",
|
| 5225 |
-
"type": "MELROFORMERMODEL",
|
| 5226 |
-
"link": 648
|
| 5227 |
-
},
|
| 5228 |
-
{
|
| 5229 |
-
"name": "audio",
|
| 5230 |
-
"type": "AUDIO",
|
| 5231 |
-
"link": 649
|
| 5232 |
-
}
|
| 5233 |
-
],
|
| 5234 |
"outputs": [
|
| 5235 |
{
|
| 5236 |
-
"name": "
|
| 5237 |
-
"type": "
|
| 5238 |
"links": [
|
| 5239 |
-
|
| 5240 |
]
|
| 5241 |
-
},
|
| 5242 |
-
{
|
| 5243 |
-
"name": "instruments",
|
| 5244 |
-
"type": "AUDIO",
|
| 5245 |
-
"links": null
|
| 5246 |
}
|
| 5247 |
],
|
|
|
|
| 5248 |
"properties": {
|
| 5249 |
-
"cnr_id": "
|
| 5250 |
-
"ver": "
|
| 5251 |
-
"Node name for S&R": "
|
| 5252 |
-
"ue_properties": {
|
| 5253 |
-
"widget_ue_connectable": {},
|
| 5254 |
-
"version": "7.5.2",
|
| 5255 |
-
"input_ue_unconnectable": {}
|
| 5256 |
-
}
|
| 5257 |
},
|
| 5258 |
-
"widgets_values": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5259 |
},
|
| 5260 |
{
|
| 5261 |
"id": 372,
|
| 5262 |
"type": "LoadAudio",
|
| 5263 |
"pos": [
|
| 5264 |
-
-
|
| 5265 |
5029.33003108635
|
| 5266 |
],
|
| 5267 |
"size": [
|
|
@@ -5269,7 +5268,7 @@
|
|
| 5269 |
136
|
| 5270 |
],
|
| 5271 |
"flags": {},
|
| 5272 |
-
"order":
|
| 5273 |
"mode": 0,
|
| 5274 |
"inputs": [],
|
| 5275 |
"outputs": [
|
|
@@ -5302,389 +5301,453 @@
|
|
| 5302 |
"ndPowerEnabled": false
|
| 5303 |
},
|
| 5304 |
{
|
| 5305 |
-
"id":
|
| 5306 |
-
"type": "
|
| 5307 |
"pos": [
|
| 5308 |
-
-
|
| 5309 |
-
|
| 5310 |
],
|
| 5311 |
"size": [
|
| 5312 |
-
|
| 5313 |
-
|
| 5314 |
],
|
| 5315 |
"flags": {},
|
| 5316 |
-
"order":
|
| 5317 |
"mode": 0,
|
| 5318 |
"inputs": [],
|
| 5319 |
"outputs": [
|
| 5320 |
{
|
| 5321 |
-
"name": "
|
| 5322 |
-
"type": "
|
| 5323 |
"links": [
|
| 5324 |
-
|
| 5325 |
]
|
| 5326 |
-
},
|
| 5327 |
-
{
|
| 5328 |
-
"name": "MASK",
|
| 5329 |
-
"type": "MASK",
|
| 5330 |
-
"links": []
|
| 5331 |
}
|
| 5332 |
],
|
| 5333 |
"properties": {
|
| 5334 |
-
"cnr_id": "
|
| 5335 |
-
"ver": "
|
| 5336 |
-
"Node name for S&R": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5337 |
},
|
| 5338 |
"widgets_values": [
|
| 5339 |
-
"
|
| 5340 |
-
"image"
|
| 5341 |
],
|
| 5342 |
-
"color": "#346434",
|
| 5343 |
-
"bgcolor": "rgba(24,24,27,.9)",
|
| 5344 |
"ndSuperSelectorEnabled": false,
|
| 5345 |
"ndPowerEnabled": false
|
| 5346 |
},
|
| 5347 |
{
|
| 5348 |
-
"id":
|
| 5349 |
-
"type": "
|
| 5350 |
"pos": [
|
| 5351 |
-
-
|
| 5352 |
-
|
| 5353 |
],
|
| 5354 |
"size": [
|
| 5355 |
-
|
| 5356 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5357 |
],
|
| 5358 |
"flags": {
|
| 5359 |
-
"collapsed":
|
| 5360 |
},
|
| 5361 |
-
"order":
|
| 5362 |
"mode": 0,
|
| 5363 |
"inputs": [
|
| 5364 |
{
|
| 5365 |
-
"
|
| 5366 |
-
"
|
| 5367 |
-
"
|
|
|
|
|
|
|
| 5368 |
},
|
| 5369 |
{
|
| 5370 |
-
"
|
|
|
|
| 5371 |
"shape": 7,
|
| 5372 |
-
"type": "
|
| 5373 |
"link": null
|
| 5374 |
},
|
| 5375 |
{
|
| 5376 |
-
"name": "
|
| 5377 |
-
"
|
| 5378 |
-
"
|
| 5379 |
-
|
| 5380 |
-
},
|
| 5381 |
-
"link": 472
|
| 5382 |
},
|
| 5383 |
{
|
| 5384 |
-
"name": "
|
| 5385 |
-
"
|
| 5386 |
-
"
|
| 5387 |
-
|
| 5388 |
-
},
|
| 5389 |
-
"link": 473
|
| 5390 |
}
|
| 5391 |
],
|
| 5392 |
"outputs": [
|
| 5393 |
{
|
| 5394 |
-
"name": "
|
| 5395 |
-
"type": "
|
| 5396 |
"links": [
|
| 5397 |
-
|
| 5398 |
-
483,
|
| 5399 |
-
632
|
| 5400 |
]
|
| 5401 |
},
|
| 5402 |
{
|
| 5403 |
-
"name": "
|
| 5404 |
-
"type": "INT",
|
| 5405 |
-
"links": null
|
| 5406 |
-
},
|
| 5407 |
-
{
|
| 5408 |
-
"name": "height",
|
| 5409 |
"type": "INT",
|
| 5410 |
-
"links":
|
| 5411 |
},
|
| 5412 |
{
|
| 5413 |
-
"name": "
|
| 5414 |
-
"type": "
|
| 5415 |
"links": null
|
| 5416 |
}
|
| 5417 |
],
|
| 5418 |
"properties": {
|
| 5419 |
"cnr_id": "comfyui-kjnodes",
|
| 5420 |
-
"ver": "
|
| 5421 |
-
"Node name for S&R": "
|
| 5422 |
},
|
| 5423 |
"widgets_values": [
|
| 5424 |
-
|
| 5425 |
-
1280,
|
| 5426 |
-
"nearest-exact",
|
| 5427 |
-
"crop",
|
| 5428 |
-
"0, 0, 0",
|
| 5429 |
-
"center",
|
| 5430 |
-
32,
|
| 5431 |
-
"cpu"
|
| 5432 |
]
|
| 5433 |
},
|
| 5434 |
{
|
| 5435 |
-
"id":
|
| 5436 |
-
"type": "
|
| 5437 |
"pos": [
|
| 5438 |
-
-
|
| 5439 |
-
|
| 5440 |
],
|
| 5441 |
"size": [
|
| 5442 |
-
|
| 5443 |
-
|
| 5444 |
],
|
| 5445 |
"flags": {
|
| 5446 |
-
"collapsed":
|
| 5447 |
},
|
| 5448 |
-
"order":
|
| 5449 |
"mode": 0,
|
| 5450 |
"inputs": [],
|
| 5451 |
"outputs": [
|
| 5452 |
{
|
| 5453 |
-
"name": "
|
| 5454 |
-
"type": "
|
| 5455 |
"links": [
|
| 5456 |
-
|
| 5457 |
]
|
| 5458 |
}
|
| 5459 |
],
|
| 5460 |
-
"title": "
|
| 5461 |
-
"properties": {
|
| 5462 |
-
"cnr_id": "comfy-core",
|
| 5463 |
-
"ver": "0.14.1",
|
| 5464 |
-
"Node name for S&R": "PrimitiveStringMultiline"
|
| 5465 |
-
},
|
| 5466 |
"widgets_values": [
|
| 5467 |
-
"
|
| 5468 |
],
|
| 5469 |
"color": "#346434",
|
| 5470 |
"bgcolor": "rgba(24,24,27,.9)"
|
| 5471 |
},
|
| 5472 |
{
|
| 5473 |
-
"id":
|
| 5474 |
-
"type": "
|
| 5475 |
"pos": [
|
| 5476 |
-
|
| 5477 |
-
|
| 5478 |
],
|
| 5479 |
"size": [
|
| 5480 |
-
|
| 5481 |
-
|
| 5482 |
],
|
| 5483 |
"flags": {
|
| 5484 |
"collapsed": true
|
| 5485 |
},
|
| 5486 |
-
"order":
|
| 5487 |
"mode": 0,
|
| 5488 |
-
"inputs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5489 |
"outputs": [
|
| 5490 |
{
|
| 5491 |
-
"name": "
|
| 5492 |
-
"type": "
|
| 5493 |
-
"links":
|
| 5494 |
}
|
| 5495 |
],
|
| 5496 |
-
"title": "
|
| 5497 |
"properties": {
|
| 5498 |
-
"
|
| 5499 |
-
"
|
| 5500 |
-
|
| 5501 |
-
|
| 5502 |
-
|
| 5503 |
-
|
| 5504 |
-
"hasSecondTab": false,
|
| 5505 |
-
"secondTabText": "Send Back",
|
| 5506 |
-
"secondTabOffset": 80,
|
| 5507 |
-
"secondTabWidth": 65
|
| 5508 |
},
|
| 5509 |
"widgets_values": [
|
| 5510 |
-
"
|
| 5511 |
]
|
| 5512 |
},
|
| 5513 |
{
|
| 5514 |
-
"id":
|
| 5515 |
-
"type": "
|
| 5516 |
"pos": [
|
| 5517 |
-
|
| 5518 |
-
|
| 5519 |
],
|
| 5520 |
"size": [
|
| 5521 |
-
|
| 5522 |
-
|
| 5523 |
],
|
| 5524 |
-
"flags": {
|
| 5525 |
-
|
|
|
|
|
|
|
| 5526 |
"mode": 0,
|
| 5527 |
-
"inputs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5528 |
"outputs": [
|
| 5529 |
{
|
| 5530 |
-
"name": "
|
| 5531 |
-
"type": "
|
| 5532 |
"links": [
|
| 5533 |
-
|
| 5534 |
]
|
| 5535 |
}
|
| 5536 |
],
|
| 5537 |
"properties": {
|
| 5538 |
"cnr_id": "comfy-core",
|
| 5539 |
-
"ver": "0.
|
| 5540 |
-
"Node name for S&R": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5541 |
},
|
| 5542 |
"widgets_values": [
|
| 5543 |
-
|
|
|
|
|
|
|
| 5544 |
]
|
| 5545 |
},
|
| 5546 |
{
|
| 5547 |
-
"id":
|
| 5548 |
-
"type": "
|
| 5549 |
"pos": [
|
| 5550 |
-
|
| 5551 |
-
|
| 5552 |
],
|
| 5553 |
"size": [
|
| 5554 |
270,
|
| 5555 |
-
|
| 5556 |
],
|
| 5557 |
-
"flags": {
|
| 5558 |
-
|
|
|
|
|
|
|
| 5559 |
"mode": 0,
|
| 5560 |
-
"inputs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5561 |
"outputs": [
|
| 5562 |
{
|
| 5563 |
-
"name": "
|
| 5564 |
-
"type": "
|
| 5565 |
-
"links":
|
| 5566 |
-
274
|
| 5567 |
-
]
|
| 5568 |
}
|
| 5569 |
],
|
|
|
|
| 5570 |
"properties": {
|
| 5571 |
-
"
|
| 5572 |
-
"ver": "0.3.75",
|
| 5573 |
-
"Node name for S&R": "KSamplerSelect",
|
| 5574 |
-
"enableTabs": false,
|
| 5575 |
-
"tabWidth": 65,
|
| 5576 |
-
"tabXOffset": 10,
|
| 5577 |
-
"hasSecondTab": false,
|
| 5578 |
-
"secondTabText": "Send Back",
|
| 5579 |
-
"secondTabOffset": 80,
|
| 5580 |
-
"secondTabWidth": 65
|
| 5581 |
},
|
| 5582 |
"widgets_values": [
|
| 5583 |
-
"
|
| 5584 |
-
]
|
|
|
|
|
|
|
| 5585 |
},
|
| 5586 |
{
|
| 5587 |
-
"id":
|
| 5588 |
-
"type": "
|
| 5589 |
"pos": [
|
| 5590 |
-
|
| 5591 |
-
|
| 5592 |
],
|
| 5593 |
"size": [
|
| 5594 |
-
|
| 5595 |
-
|
| 5596 |
],
|
| 5597 |
"flags": {},
|
| 5598 |
-
"order":
|
| 5599 |
"mode": 0,
|
| 5600 |
-
"inputs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5601 |
"outputs": [
|
| 5602 |
{
|
| 5603 |
-
"name": "
|
| 5604 |
-
"type": "
|
| 5605 |
"links": [
|
| 5606 |
-
|
| 5607 |
]
|
| 5608 |
}
|
| 5609 |
],
|
| 5610 |
"properties": {
|
| 5611 |
"cnr_id": "comfy-core",
|
| 5612 |
-
"ver": "0.
|
| 5613 |
-
"Node name for S&R": "
|
| 5614 |
-
"
|
| 5615 |
-
|
| 5616 |
-
|
| 5617 |
-
|
| 5618 |
-
|
| 5619 |
-
"secondTabOffset": 80,
|
| 5620 |
-
"secondTabWidth": 65
|
| 5621 |
},
|
| 5622 |
-
"widgets_values": [
|
| 5623 |
-
"euler_ancestral_cfg_pp"
|
| 5624 |
-
]
|
| 5625 |
},
|
| 5626 |
{
|
| 5627 |
-
"id":
|
| 5628 |
-
"type": "
|
| 5629 |
"pos": [
|
| 5630 |
-
|
| 5631 |
-
|
| 5632 |
],
|
| 5633 |
"size": [
|
| 5634 |
-
|
| 5635 |
-
|
| 5636 |
],
|
| 5637 |
-
"flags": {
|
| 5638 |
-
|
| 5639 |
-
},
|
| 5640 |
-
"order": 96,
|
| 5641 |
"mode": 0,
|
| 5642 |
"inputs": [
|
| 5643 |
{
|
| 5644 |
-
"name": "
|
| 5645 |
-
"
|
| 5646 |
-
"
|
| 5647 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5648 |
}
|
| 5649 |
],
|
| 5650 |
"outputs": [
|
| 5651 |
{
|
| 5652 |
-
"name": "
|
| 5653 |
-
"type": "
|
| 5654 |
-
"links": [
|
|
|
|
|
|
|
| 5655 |
}
|
| 5656 |
],
|
| 5657 |
-
"title": "LTXVScheduler (for more steps)",
|
| 5658 |
"properties": {
|
| 5659 |
"cnr_id": "comfy-core",
|
| 5660 |
-
"ver": "0.
|
| 5661 |
-
"Node name for S&R": "
|
| 5662 |
-
"
|
| 5663 |
-
|
| 5664 |
-
|
| 5665 |
-
|
| 5666 |
-
|
| 5667 |
-
"secondTabOffset": 80,
|
| 5668 |
-
"secondTabWidth": 65
|
| 5669 |
},
|
| 5670 |
-
"widgets_values": [
|
| 5671 |
-
8,
|
| 5672 |
-
2.05,
|
| 5673 |
-
0.95,
|
| 5674 |
-
true,
|
| 5675 |
-
0.1
|
| 5676 |
-
]
|
| 5677 |
},
|
| 5678 |
{
|
| 5679 |
-
"id":
|
| 5680 |
"type": "GetNode",
|
| 5681 |
"pos": [
|
| 5682 |
-
|
| 5683 |
-
|
| 5684 |
],
|
| 5685 |
"size": [
|
| 5686 |
-
|
| 5687 |
-
|
| 5688 |
],
|
| 5689 |
"flags": {
|
| 5690 |
"collapsed": true
|
|
@@ -5694,163 +5757,148 @@
|
|
| 5694 |
"inputs": [],
|
| 5695 |
"outputs": [
|
| 5696 |
{
|
| 5697 |
-
"name": "
|
| 5698 |
-
"type": "
|
| 5699 |
"links": [
|
| 5700 |
-
|
| 5701 |
-
467
|
| 5702 |
]
|
| 5703 |
}
|
| 5704 |
],
|
| 5705 |
-
"title": "
|
| 5706 |
"properties": {},
|
| 5707 |
"widgets_values": [
|
| 5708 |
-
"
|
| 5709 |
],
|
| 5710 |
-
"color": "#
|
| 5711 |
-
"bgcolor": "
|
| 5712 |
},
|
| 5713 |
{
|
| 5714 |
-
"id":
|
| 5715 |
-
"type": "
|
| 5716 |
"pos": [
|
| 5717 |
-
|
| 5718 |
-
|
| 5719 |
],
|
| 5720 |
"size": [
|
| 5721 |
-
|
| 5722 |
-
|
| 5723 |
],
|
| 5724 |
-
"flags": {
|
| 5725 |
-
|
| 5726 |
-
},
|
| 5727 |
-
"order": 89,
|
| 5728 |
"mode": 0,
|
| 5729 |
"inputs": [
|
| 5730 |
{
|
| 5731 |
-
"name": "
|
| 5732 |
-
"type": "
|
| 5733 |
-
"link":
|
| 5734 |
-
},
|
| 5735 |
-
{
|
| 5736 |
-
"name": "positive",
|
| 5737 |
-
"type": "CONDITIONING",
|
| 5738 |
-
"link": 460
|
| 5739 |
},
|
| 5740 |
{
|
| 5741 |
-
"name": "
|
| 5742 |
-
"type": "
|
| 5743 |
-
"
|
|
|
|
|
|
|
|
|
|
| 5744 |
}
|
| 5745 |
],
|
| 5746 |
"outputs": [
|
| 5747 |
{
|
| 5748 |
-
"name": "
|
| 5749 |
-
"type": "
|
| 5750 |
"links": [
|
| 5751 |
-
|
|
|
|
|
|
|
| 5752 |
]
|
| 5753 |
}
|
| 5754 |
],
|
| 5755 |
"properties": {
|
| 5756 |
"cnr_id": "comfy-core",
|
| 5757 |
-
"ver": "0.
|
| 5758 |
-
"Node name for S&R": "
|
| 5759 |
-
"
|
| 5760 |
-
|
| 5761 |
-
|
| 5762 |
-
|
| 5763 |
-
|
| 5764 |
-
"secondTabOffset": 80,
|
| 5765 |
-
"secondTabWidth": 65
|
| 5766 |
},
|
| 5767 |
"widgets_values": [
|
| 5768 |
-
|
|
|
|
| 5769 |
]
|
| 5770 |
},
|
| 5771 |
{
|
| 5772 |
-
"id":
|
| 5773 |
-
"type": "
|
| 5774 |
"pos": [
|
| 5775 |
-
|
| 5776 |
-
|
| 5777 |
],
|
| 5778 |
"size": [
|
| 5779 |
-
|
| 5780 |
-
|
| 5781 |
],
|
| 5782 |
-
"flags": {
|
|
|
|
|
|
|
| 5783 |
"order": 72,
|
| 5784 |
"mode": 0,
|
| 5785 |
"inputs": [],
|
| 5786 |
-
"outputs": [
|
| 5787 |
-
|
| 5788 |
-
|
| 5789 |
-
"type": "SIGMAS",
|
| 5790 |
-
"links": [
|
| 5791 |
-
660
|
| 5792 |
-
]
|
| 5793 |
-
}
|
| 5794 |
-
],
|
| 5795 |
-
"properties": {
|
| 5796 |
-
"cnr_id": "comfy-core",
|
| 5797 |
-
"ver": "0.14.1",
|
| 5798 |
-
"Node name for S&R": "ManualSigmas"
|
| 5799 |
-
},
|
| 5800 |
"widgets_values": [
|
| 5801 |
-
"
|
| 5802 |
-
]
|
|
|
|
|
|
|
| 5803 |
},
|
| 5804 |
{
|
| 5805 |
-
"id":
|
| 5806 |
-
"type": "
|
| 5807 |
"pos": [
|
| 5808 |
-
|
| 5809 |
-
|
| 5810 |
],
|
| 5811 |
"size": [
|
| 5812 |
-
|
| 5813 |
-
|
| 5814 |
],
|
| 5815 |
"flags": {},
|
| 5816 |
-
"order":
|
| 5817 |
"mode": 0,
|
| 5818 |
"inputs": [
|
| 5819 |
{
|
| 5820 |
-
"name": "
|
| 5821 |
-
"type": "
|
| 5822 |
-
"link":
|
| 5823 |
-
},
|
| 5824 |
-
{
|
| 5825 |
-
"name": "latent_upscale_model",
|
| 5826 |
-
"shape": 7,
|
| 5827 |
-
"type": "LATENT_UPSCALE_MODEL",
|
| 5828 |
-
"link": null
|
| 5829 |
},
|
| 5830 |
{
|
| 5831 |
-
"name": "
|
| 5832 |
-
"
|
| 5833 |
-
"
|
| 5834 |
-
"link": 617
|
| 5835 |
}
|
| 5836 |
],
|
| 5837 |
"outputs": [
|
| 5838 |
{
|
| 5839 |
-
"name": "
|
| 5840 |
-
"type": "
|
| 5841 |
"links": [
|
| 5842 |
-
|
| 5843 |
]
|
| 5844 |
}
|
| 5845 |
],
|
|
|
|
| 5846 |
"properties": {
|
| 5847 |
-
"cnr_id": "
|
| 5848 |
-
"ver": "
|
| 5849 |
-
"Node name for S&R": "
|
| 5850 |
},
|
| 5851 |
"widgets_values": [
|
| 5852 |
-
|
| 5853 |
-
]
|
|
|
|
|
|
|
| 5854 |
}
|
| 5855 |
],
|
| 5856 |
"links": [
|
|
@@ -6742,14 +6790,6 @@
|
|
| 6742 |
0,
|
| 6743 |
"AUDIO"
|
| 6744 |
],
|
| 6745 |
-
[
|
| 6746 |
-
658,
|
| 6747 |
-
371,
|
| 6748 |
-
0,
|
| 6749 |
-
364,
|
| 6750 |
-
0,
|
| 6751 |
-
"AUDIO"
|
| 6752 |
-
],
|
| 6753 |
[
|
| 6754 |
659,
|
| 6755 |
380,
|
|
@@ -6765,6 +6805,30 @@
|
|
| 6765 |
113,
|
| 6766 |
3,
|
| 6767 |
"SIGMAS"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6768 |
]
|
| 6769 |
],
|
| 6770 |
"groups": [
|
|
@@ -6943,8 +7007,8 @@
|
|
| 6943 |
"bounding": [
|
| 6944 |
-1587.1929701059898,
|
| 6945 |
4937.872573433027,
|
| 6946 |
-
|
| 6947 |
-
|
| 6948 |
],
|
| 6949 |
"color": "#3f789e",
|
| 6950 |
"font_size": 24,
|
|
@@ -6954,10 +7018,10 @@
|
|
| 6954 |
"id": 30,
|
| 6955 |
"title": "Optional",
|
| 6956 |
"bounding": [
|
| 6957 |
-
-
|
| 6958 |
-
|
| 6959 |
-
|
| 6960 |
-
|
| 6961 |
],
|
| 6962 |
"color": "#3f789e",
|
| 6963 |
"font_size": 24,
|
|
@@ -6967,10 +7031,10 @@
|
|
| 6967 |
"config": {},
|
| 6968 |
"extra": {
|
| 6969 |
"ds": {
|
| 6970 |
-
"scale": 0.
|
| 6971 |
"offset": [
|
| 6972 |
-
|
| 6973 |
-
-
|
| 6974 |
]
|
| 6975 |
},
|
| 6976 |
"frontendVersion": "1.39.19",
|
|
|
|
| 1 |
{
|
| 2 |
"id": "d15f72da-ab9c-490d-9386-b750d889c6f8",
|
| 3 |
"revision": 0,
|
| 4 |
+
"last_node_id": 382,
|
| 5 |
+
"last_link_id": 666,
|
| 6 |
"nodes": [
|
| 7 |
{
|
| 8 |
"id": 218,
|
|
|
|
| 603 |
150
|
| 604 |
],
|
| 605 |
"flags": {},
|
| 606 |
+
"order": 136,
|
| 607 |
"mode": 0,
|
| 608 |
"inputs": [
|
| 609 |
{
|
|
|
|
| 1314 |
"flags": {
|
| 1315 |
"collapsed": true
|
| 1316 |
},
|
| 1317 |
+
"order": 124,
|
| 1318 |
"mode": 0,
|
| 1319 |
"inputs": [
|
| 1320 |
{
|
|
|
|
| 1354 |
"flags": {
|
| 1355 |
"collapsed": true
|
| 1356 |
},
|
| 1357 |
+
"order": 105,
|
| 1358 |
"mode": 0,
|
| 1359 |
"inputs": [
|
| 1360 |
{
|
|
|
|
| 1398 |
"flags": {
|
| 1399 |
"collapsed": true
|
| 1400 |
},
|
| 1401 |
+
"order": 115,
|
| 1402 |
"mode": 0,
|
| 1403 |
"inputs": [
|
| 1404 |
{
|
|
|
|
| 1438 |
"flags": {
|
| 1439 |
"collapsed": true
|
| 1440 |
},
|
| 1441 |
+
"order": 123,
|
| 1442 |
"mode": 0,
|
| 1443 |
"inputs": [
|
| 1444 |
{
|
|
|
|
| 1478 |
"flags": {
|
| 1479 |
"collapsed": true
|
| 1480 |
},
|
| 1481 |
+
"order": 114,
|
| 1482 |
"mode": 0,
|
| 1483 |
"inputs": [
|
| 1484 |
{
|
|
|
|
| 1529 |
"flags": {
|
| 1530 |
"collapsed": true
|
| 1531 |
},
|
| 1532 |
+
"order": 104,
|
| 1533 |
"mode": 0,
|
| 1534 |
"inputs": [
|
| 1535 |
{
|
|
|
|
| 1570 |
"flags": {
|
| 1571 |
"collapsed": true
|
| 1572 |
},
|
| 1573 |
+
"order": 113,
|
| 1574 |
"mode": 0,
|
| 1575 |
"inputs": [
|
| 1576 |
{
|
|
|
|
| 1678 |
"flags": {
|
| 1679 |
"collapsed": true
|
| 1680 |
},
|
| 1681 |
+
"order": 83,
|
| 1682 |
"mode": 0,
|
| 1683 |
"inputs": [
|
| 1684 |
{
|
|
|
|
| 1716 |
"flags": {
|
| 1717 |
"collapsed": true
|
| 1718 |
},
|
| 1719 |
+
"order": 80,
|
| 1720 |
"mode": 0,
|
| 1721 |
"inputs": [
|
| 1722 |
{
|
|
|
|
| 1756 |
"flags": {
|
| 1757 |
"collapsed": true
|
| 1758 |
},
|
| 1759 |
+
"order": 82,
|
| 1760 |
"mode": 0,
|
| 1761 |
"inputs": [
|
| 1762 |
{
|
|
|
|
| 1796 |
"flags": {
|
| 1797 |
"collapsed": true
|
| 1798 |
},
|
| 1799 |
+
"order": 95,
|
| 1800 |
"mode": 0,
|
| 1801 |
"inputs": [
|
| 1802 |
{
|
|
|
|
| 2246 |
"model_with_lora"
|
| 2247 |
]
|
| 2248 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2249 |
{
|
| 2250 |
"id": 196,
|
| 2251 |
"type": "VAELoaderKJ",
|
|
|
|
| 2258 |
110.28381432699462
|
| 2259 |
],
|
| 2260 |
"flags": {},
|
| 2261 |
+
"order": 28,
|
| 2262 |
"mode": 0,
|
| 2263 |
"inputs": [],
|
| 2264 |
"outputs": [
|
|
|
|
| 2300 |
"flags": {
|
| 2301 |
"collapsed": false
|
| 2302 |
},
|
| 2303 |
+
"order": 29,
|
| 2304 |
"mode": 0,
|
| 2305 |
"inputs": [],
|
| 2306 |
"outputs": [],
|
|
|
|
| 2324 |
82
|
| 2325 |
],
|
| 2326 |
"flags": {},
|
| 2327 |
+
"order": 30,
|
| 2328 |
"mode": 0,
|
| 2329 |
"inputs": [],
|
| 2330 |
"outputs": [
|
|
|
|
| 2369 |
"flags": {
|
| 2370 |
"collapsed": true
|
| 2371 |
},
|
| 2372 |
+
"order": 81,
|
| 2373 |
"mode": 0,
|
| 2374 |
"inputs": [
|
| 2375 |
{
|
|
|
|
| 2407 |
"flags": {
|
| 2408 |
"collapsed": false
|
| 2409 |
},
|
| 2410 |
+
"order": 31,
|
| 2411 |
"mode": 0,
|
| 2412 |
"inputs": [],
|
| 2413 |
"outputs": [],
|
|
|
|
| 2433 |
"flags": {
|
| 2434 |
"collapsed": false
|
| 2435 |
},
|
| 2436 |
+
"order": 32,
|
| 2437 |
"mode": 0,
|
| 2438 |
"inputs": [],
|
| 2439 |
"outputs": [],
|
|
|
|
| 2457 |
58
|
| 2458 |
],
|
| 2459 |
"flags": {},
|
| 2460 |
+
"order": 33,
|
| 2461 |
"mode": 0,
|
| 2462 |
"inputs": [],
|
| 2463 |
"outputs": [
|
|
|
|
| 2495 |
61.42705146159551
|
| 2496 |
],
|
| 2497 |
"flags": {},
|
| 2498 |
+
"order": 34,
|
| 2499 |
"mode": 0,
|
| 2500 |
"inputs": [],
|
| 2501 |
"outputs": [
|
|
|
|
| 2533 |
73.19414812714422
|
| 2534 |
],
|
| 2535 |
"flags": {},
|
| 2536 |
+
"order": 35,
|
| 2537 |
"mode": 0,
|
| 2538 |
"inputs": [],
|
| 2539 |
"outputs": [
|
|
|
|
| 2584 |
"flags": {
|
| 2585 |
"collapsed": true
|
| 2586 |
},
|
| 2587 |
+
"order": 36,
|
| 2588 |
"mode": 0,
|
| 2589 |
"inputs": [],
|
| 2590 |
"outputs": [
|
|
|
|
| 2616 |
"flags": {
|
| 2617 |
"collapsed": true
|
| 2618 |
},
|
| 2619 |
+
"order": 37,
|
| 2620 |
"mode": 0,
|
| 2621 |
"inputs": [],
|
| 2622 |
"outputs": [
|
|
|
|
| 2648 |
"flags": {
|
| 2649 |
"collapsed": true
|
| 2650 |
},
|
| 2651 |
+
"order": 38,
|
| 2652 |
"mode": 0,
|
| 2653 |
"inputs": [],
|
| 2654 |
"outputs": [
|
|
|
|
| 2678 |
98
|
| 2679 |
],
|
| 2680 |
"flags": {},
|
| 2681 |
+
"order": 85,
|
| 2682 |
"mode": 0,
|
| 2683 |
"inputs": [
|
| 2684 |
{
|
|
|
|
| 2734 |
82
|
| 2735 |
],
|
| 2736 |
"flags": {},
|
| 2737 |
+
"order": 39,
|
| 2738 |
"mode": 0,
|
| 2739 |
"inputs": [],
|
| 2740 |
"outputs": [
|
|
|
|
| 2772 |
579.1223806730061
|
| 2773 |
],
|
| 2774 |
"flags": {},
|
| 2775 |
+
"order": 138,
|
| 2776 |
"mode": 0,
|
| 2777 |
"inputs": [
|
| 2778 |
{
|
|
|
|
| 2834 |
"hidden": false,
|
| 2835 |
"paused": false,
|
| 2836 |
"params": {
|
| 2837 |
+
"filename": "LTX-2_00796-audio.mp4",
|
| 2838 |
"subfolder": "",
|
| 2839 |
"type": "output",
|
| 2840 |
"format": "video/h264-mp4",
|
| 2841 |
"frame_rate": 24,
|
| 2842 |
+
"workflow": "LTX-2_00796.png",
|
| 2843 |
+
"fullpath": "E:\\AI\\ComfyUI\\output\\LTX-2_00796-audio.mp4"
|
| 2844 |
}
|
| 2845 |
}
|
| 2846 |
}
|
|
|
|
| 2908 |
"flags": {
|
| 2909 |
"collapsed": true
|
| 2910 |
},
|
| 2911 |
+
"order": 40,
|
| 2912 |
"mode": 0,
|
| 2913 |
"inputs": [],
|
| 2914 |
"outputs": [
|
|
|
|
| 3009 |
46
|
| 3010 |
],
|
| 3011 |
"flags": {},
|
| 3012 |
+
"order": 135,
|
| 3013 |
"mode": 0,
|
| 3014 |
"inputs": [
|
| 3015 |
{
|
|
|
|
| 3100 |
"flags": {
|
| 3101 |
"collapsed": true
|
| 3102 |
},
|
| 3103 |
+
"order": 41,
|
| 3104 |
"mode": 0,
|
| 3105 |
"inputs": [],
|
| 3106 |
"outputs": [
|
|
|
|
| 3130 |
82
|
| 3131 |
],
|
| 3132 |
"flags": {},
|
| 3133 |
+
"order": 42,
|
| 3134 |
"mode": 0,
|
| 3135 |
"inputs": [],
|
| 3136 |
"outputs": [
|
|
|
|
| 3175 |
"flags": {
|
| 3176 |
"collapsed": true
|
| 3177 |
},
|
| 3178 |
+
"order": 43,
|
| 3179 |
"mode": 0,
|
| 3180 |
"inputs": [],
|
| 3181 |
"outputs": [
|
|
|
|
| 3262 |
"flags": {
|
| 3263 |
"collapsed": true
|
| 3264 |
},
|
| 3265 |
+
"order": 44,
|
| 3266 |
"mode": 0,
|
| 3267 |
"inputs": [],
|
| 3268 |
"outputs": [
|
|
|
|
| 3294 |
"flags": {
|
| 3295 |
"collapsed": true
|
| 3296 |
},
|
| 3297 |
+
"order": 128,
|
| 3298 |
"mode": 0,
|
| 3299 |
"inputs": [
|
| 3300 |
{
|
|
|
|
| 3334 |
"flags": {
|
| 3335 |
"collapsed": true
|
| 3336 |
},
|
| 3337 |
+
"order": 129,
|
| 3338 |
"mode": 0,
|
| 3339 |
"inputs": [
|
| 3340 |
{
|
|
|
|
| 3374 |
"flags": {
|
| 3375 |
"collapsed": false
|
| 3376 |
},
|
| 3377 |
+
"order": 125,
|
| 3378 |
"mode": 0,
|
| 3379 |
"inputs": [
|
| 3380 |
{
|
|
|
|
| 3548 |
"flags": {
|
| 3549 |
"collapsed": true
|
| 3550 |
},
|
| 3551 |
+
"order": 92,
|
| 3552 |
"mode": 0,
|
| 3553 |
"inputs": [
|
| 3554 |
{
|
|
|
|
| 3592 |
"flags": {
|
| 3593 |
"collapsed": true
|
| 3594 |
},
|
| 3595 |
+
"order": 89,
|
| 3596 |
"mode": 0,
|
| 3597 |
"inputs": [
|
| 3598 |
{
|
|
|
|
| 3642 |
"flags": {
|
| 3643 |
"collapsed": true
|
| 3644 |
},
|
| 3645 |
+
"order": 45,
|
| 3646 |
"mode": 0,
|
| 3647 |
"inputs": [],
|
| 3648 |
"outputs": [
|
|
|
|
| 3679 |
"flags": {
|
| 3680 |
"collapsed": true
|
| 3681 |
},
|
| 3682 |
+
"order": 46,
|
| 3683 |
"mode": 0,
|
| 3684 |
"inputs": [],
|
| 3685 |
"outputs": [
|
|
|
|
| 3719 |
"flags": {
|
| 3720 |
"collapsed": false
|
| 3721 |
},
|
| 3722 |
+
"order": 47,
|
| 3723 |
"mode": 0,
|
| 3724 |
"inputs": [],
|
| 3725 |
"outputs": [],
|
|
|
|
| 3745 |
"flags": {
|
| 3746 |
"collapsed": false
|
| 3747 |
},
|
| 3748 |
+
"order": 48,
|
| 3749 |
"mode": 0,
|
| 3750 |
"inputs": [],
|
| 3751 |
"outputs": [],
|
|
|
|
| 3771 |
"flags": {
|
| 3772 |
"collapsed": false
|
| 3773 |
},
|
| 3774 |
+
"order": 49,
|
| 3775 |
"mode": 0,
|
| 3776 |
"inputs": [],
|
| 3777 |
"outputs": [],
|
|
|
|
| 3857 |
82
|
| 3858 |
],
|
| 3859 |
"flags": {},
|
| 3860 |
+
"order": 50,
|
| 3861 |
"mode": 0,
|
| 3862 |
"inputs": [],
|
| 3863 |
"outputs": [
|
|
|
|
| 3894 |
"flags": {
|
| 3895 |
"collapsed": true
|
| 3896 |
},
|
| 3897 |
+
"order": 117,
|
| 3898 |
"mode": 0,
|
| 3899 |
"inputs": [
|
| 3900 |
{
|
|
|
|
| 3952 |
"flags": {
|
| 3953 |
"collapsed": true
|
| 3954 |
},
|
| 3955 |
+
"order": 51,
|
| 3956 |
"mode": 0,
|
| 3957 |
"inputs": [],
|
| 3958 |
"outputs": [
|
|
|
|
| 4057 |
"flags": {
|
| 4058 |
"collapsed": false
|
| 4059 |
},
|
| 4060 |
+
"order": 87,
|
| 4061 |
"mode": 0,
|
| 4062 |
"inputs": [
|
| 4063 |
{
|
|
|
|
| 4099 |
"flags": {
|
| 4100 |
"collapsed": true
|
| 4101 |
},
|
| 4102 |
+
"order": 106,
|
| 4103 |
"mode": 0,
|
| 4104 |
"inputs": [
|
| 4105 |
{
|
|
|
|
| 4198 |
"flags": {
|
| 4199 |
"collapsed": false
|
| 4200 |
},
|
| 4201 |
+
"order": 86,
|
| 4202 |
"mode": 4,
|
| 4203 |
"inputs": [
|
| 4204 |
{
|
|
|
|
| 4249 |
"id": 359,
|
| 4250 |
"type": "GetNode",
|
| 4251 |
"pos": [
|
| 4252 |
+
-513.9779285253509,
|
| 4253 |
+
5205.322976449082
|
| 4254 |
],
|
| 4255 |
"size": [
|
| 4256 |
+
270,
|
| 4257 |
34
|
| 4258 |
],
|
| 4259 |
"flags": {
|
| 4260 |
"collapsed": true
|
| 4261 |
},
|
| 4262 |
+
"order": 52,
|
| 4263 |
"mode": 0,
|
| 4264 |
"inputs": [],
|
| 4265 |
"outputs": [
|
|
|
|
| 4283 |
"id": 360,
|
| 4284 |
"type": "GetNode",
|
| 4285 |
"pos": [
|
| 4286 |
+
-513.9779285253509,
|
| 4287 |
+
5160.352763250145
|
| 4288 |
],
|
| 4289 |
"size": [
|
| 4290 |
+
270,
|
| 4291 |
34
|
| 4292 |
],
|
| 4293 |
"flags": {
|
| 4294 |
"collapsed": true
|
| 4295 |
},
|
| 4296 |
+
"order": 53,
|
| 4297 |
"mode": 0,
|
| 4298 |
"inputs": [],
|
| 4299 |
"outputs": [
|
|
|
|
| 4314 |
"bgcolor": "#29699c"
|
| 4315 |
},
|
| 4316 |
{
|
| 4317 |
+
"id": 375,
|
| 4318 |
+
"type": "GetNode",
|
| 4319 |
"pos": [
|
| 4320 |
+
-45.85991395043394,
|
| 4321 |
+
4648.355834207226
|
| 4322 |
],
|
| 4323 |
"size": [
|
| 4324 |
+
210,
|
| 4325 |
+
34
|
| 4326 |
],
|
| 4327 |
"flags": {
|
| 4328 |
+
"collapsed": true
|
| 4329 |
},
|
| 4330 |
+
"order": 54,
|
| 4331 |
"mode": 0,
|
| 4332 |
+
"inputs": [],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4333 |
"outputs": [
|
| 4334 |
{
|
| 4335 |
+
"name": "LATENT",
|
| 4336 |
+
"type": "LATENT",
|
| 4337 |
"links": [
|
| 4338 |
+
653
|
| 4339 |
]
|
| 4340 |
}
|
| 4341 |
],
|
| 4342 |
+
"title": "Get_latent_custom_audio",
|
| 4343 |
+
"properties": {},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4344 |
"widgets_values": [
|
| 4345 |
+
"latent_custom_audio"
|
| 4346 |
+
],
|
| 4347 |
+
"color": "#422342",
|
| 4348 |
+
"bgcolor": "rgba(24,24,27,.9)"
|
| 4349 |
},
|
| 4350 |
{
|
| 4351 |
+
"id": 374,
|
| 4352 |
+
"type": "GetNode",
|
| 4353 |
"pos": [
|
| 4354 |
+
10.061904236008793,
|
| 4355 |
+
4609.142518326363
|
| 4356 |
],
|
| 4357 |
"size": [
|
| 4358 |
210,
|
|
|
|
| 4361 |
"flags": {
|
| 4362 |
"collapsed": true
|
| 4363 |
},
|
| 4364 |
+
"order": 55,
|
| 4365 |
"mode": 0,
|
| 4366 |
+
"inputs": [],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4367 |
"outputs": [
|
| 4368 |
{
|
| 4369 |
+
"name": "LATENT",
|
| 4370 |
+
"type": "LATENT",
|
| 4371 |
+
"links": [
|
| 4372 |
+
652
|
| 4373 |
+
]
|
| 4374 |
}
|
| 4375 |
],
|
| 4376 |
+
"title": "Get_latent_audio",
|
| 4377 |
+
"properties": {},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4378 |
"widgets_values": [
|
| 4379 |
+
"latent_audio"
|
| 4380 |
+
],
|
| 4381 |
+
"color": "#422342",
|
| 4382 |
+
"bgcolor": "rgba(24,24,27,.9)"
|
| 4383 |
},
|
| 4384 |
{
|
| 4385 |
+
"id": 376,
|
| 4386 |
+
"type": "ComfySwitchNode",
|
| 4387 |
"pos": [
|
| 4388 |
+
-146.96757503802735,
|
| 4389 |
+
4578.864779604825
|
| 4390 |
+
],
|
| 4391 |
"size": [
|
| 4392 |
+
313.25546875,
|
| 4393 |
+
91.69542099724458
|
| 4394 |
],
|
| 4395 |
+
"flags": {},
|
| 4396 |
+
"order": 91,
|
|
|
|
|
|
|
| 4397 |
"mode": 0,
|
| 4398 |
"inputs": [
|
| 4399 |
{
|
| 4400 |
+
"name": "on_false",
|
| 4401 |
"type": "LATENT",
|
| 4402 |
+
"link": 652
|
| 4403 |
+
},
|
| 4404 |
+
{
|
| 4405 |
+
"name": "on_true",
|
| 4406 |
+
"type": "LATENT",
|
| 4407 |
+
"link": 653
|
| 4408 |
}
|
| 4409 |
],
|
| 4410 |
"outputs": [
|
| 4411 |
{
|
| 4412 |
+
"name": "output",
|
| 4413 |
+
"type": "LATENT",
|
| 4414 |
+
"links": [
|
| 4415 |
+
654
|
| 4416 |
+
]
|
| 4417 |
}
|
| 4418 |
],
|
| 4419 |
+
"title": "Custom Audio = true | LTX Audio = false",
|
| 4420 |
"properties": {
|
| 4421 |
+
"cnr_id": "comfy-core",
|
| 4422 |
+
"ver": "0.9.1",
|
| 4423 |
+
"Node name for S&R": "ComfySwitchNode"
|
| 4424 |
},
|
| 4425 |
"widgets_values": [
|
| 4426 |
+
true
|
| 4427 |
],
|
| 4428 |
"color": "#422342",
|
| 4429 |
"bgcolor": "rgba(24,24,27,.9)"
|
| 4430 |
},
|
| 4431 |
{
|
| 4432 |
+
"id": 350,
|
| 4433 |
+
"type": "PrimitiveStringMultiline",
|
| 4434 |
"pos": [
|
| 4435 |
+
-604.8424404347716,
|
| 4436 |
+
3966.449571591497
|
| 4437 |
],
|
| 4438 |
"size": [
|
| 4439 |
+
429.64913571999637,
|
| 4440 |
+
523.859790172266
|
| 4441 |
],
|
| 4442 |
"flags": {
|
| 4443 |
"collapsed": true
|
| 4444 |
},
|
| 4445 |
+
"order": 56,
|
| 4446 |
"mode": 0,
|
| 4447 |
+
"inputs": [],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4448 |
"outputs": [
|
| 4449 |
{
|
| 4450 |
+
"name": "STRING",
|
| 4451 |
+
"type": "STRING",
|
| 4452 |
"links": [
|
| 4453 |
+
628
|
| 4454 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4455 |
}
|
| 4456 |
],
|
| 4457 |
+
"title": "LTX-2 PROMPT INSTRUCT",
|
| 4458 |
"properties": {
|
| 4459 |
+
"cnr_id": "comfy-core",
|
| 4460 |
+
"ver": "0.14.1",
|
| 4461 |
+
"Node name for S&R": "PrimitiveStringMultiline"
|
| 4462 |
},
|
| 4463 |
"widgets_values": [
|
| 4464 |
+
"You are a Creative Assistant writing concise, action-focused image-to-video prompts. Given an image (first frame) and user Raw Input Prompt, generate a prompt to guide video generation from that image.\n\n#### Guidelines:\n- Analyze the Image: Identify Subject, Setting, Elements, Style and Mood.\n- Follow user Raw Input Prompt: Include all requested motion, actions, camera movements, audio, and details. If in conflict with the image, prioritize user request while maintaining visual consistency (describe transition from image to user's scene).\n- Describe only changes from the image: Don't reiterate established visual details. Inaccurate descriptions may cause scene cuts.\n- Active language: Use present-progressive verbs (\"is walking,\" \"speaking\"). If no action specified, describe natural movements.\n- Chronological flow: Use temporal connectors (\"as,\" \"then,\" \"while\").\n- Audio layer: Describe complete soundscape throughout the prompt alongside actions—NOT at the end. Align audio intensity with action tempo. Include natural background audio, ambient sounds, effects, speech or music (when requested). Be specific (e.g., \"soft footsteps on tile\") not vague (e.g., \"ambient sound\").\n- Speech (only when requested): Provide exact words in quotes with character's visual/voice characteristics (e.g., \"The tall man speaks in a low, gravelly voice\"), language if not English and accent if relevant. If general conversation mentioned without text, generate contextual quoted dialogue. (i.e., \"The man is talking\" input -> the output should include exact spoken words, like: \"The man is talking in an excited voice saying: 'You won't believe what I just saw!' His hands gesture expressively as he speaks, eyebrows raised with enthusiasm. The ambient sound of a quiet room underscores his animated speech.\")\n- Style: Include visual style at beginning: \"Style: <style>, <rest of prompt>.\" If unclear, omit to avoid conflicts.\n- Visual and audio only: Describe only what is seen and heard. NO smell, taste, or tactile sensations.\n- Restrained language: Avoid dramatic terms. Use mild, natural, understated phrasing.\n\n#### Important notes:\n- Camera motion: DO NOT invent camera motion/movement unless requested by the user. Make sure to include camera motion only if specified in the input.\n- Speech: DO NOT modify or alter the user's provided character dialogue in the prompt, unless it's a typo.\n- No timestamps or cuts: DO NOT use timestamps or describe scene cuts unless explicitly requested.\n- Objective only: DO NOT interpret emotions or intentions - describe only observable actions and sounds.\n- Format: DO NOT use phrases like \"The scene opens with...\" / \"The video starts...\". Start directly with Style (optional) and chronological scene description.\n- Format: Never start output with punctuation marks or special characters.\n- DO NOT invent dialogue unless the user mentions speech/talking/singing/conversation.\n- Your performance is CRITICAL. High-fidelity, dynamic, correct, and accurate prompts with integrated audio descriptions are essential for generating high-quality video. Your goal is flawless execution of these rules.\n\n#### Output Format (Strict):\n- Single concise paragraph in natural English. NO titles, headings, prefaces, sections, code fences, or Markdown.\n- If unsafe/invalid, return original user prompt. Never ask questions or clarifications.\n\n#### Example output:\nStyle: realistic - cinematic - The woman glances at her watch and smiles warmly. She speaks in a cheerful, friendly voice, \"I think we're right on time!\" In the background, a café barista prepares drinks at the counter. The barista calls out in a clear, upbeat tone, \"Two cappuccinos ready!\" The sound of the espresso machine hissing softly blends with gentle background chatter and the light clinking of cups on saucers. \n\nUSER PROMPT BELOW: \n___________________________________________________"
|
| 4465 |
]
|
| 4466 |
},
|
| 4467 |
{
|
| 4468 |
+
"id": 351,
|
| 4469 |
+
"type": "easy showAnything",
|
| 4470 |
"pos": [
|
| 4471 |
+
-618.1991480063555,
|
| 4472 |
+
3963.5643146411594
|
| 4473 |
],
|
| 4474 |
"size": [
|
| 4475 |
+
384.57024766590257,
|
| 4476 |
+
173.7354955908063
|
| 4477 |
],
|
| 4478 |
"flags": {
|
| 4479 |
+
"collapsed": false
|
| 4480 |
},
|
| 4481 |
+
"order": 116,
|
| 4482 |
"mode": 0,
|
| 4483 |
+
"inputs": [
|
| 4484 |
+
{
|
| 4485 |
+
"name": "anything",
|
| 4486 |
+
"shape": 7,
|
| 4487 |
+
"type": "*",
|
| 4488 |
+
"link": 631
|
| 4489 |
+
}
|
| 4490 |
+
],
|
| 4491 |
"outputs": [
|
| 4492 |
{
|
| 4493 |
+
"name": "output",
|
| 4494 |
+
"type": "*",
|
| 4495 |
+
"links": null
|
|
|
|
|
|
|
| 4496 |
}
|
| 4497 |
],
|
| 4498 |
+
"title": "Enhanced Prompt",
|
| 4499 |
+
"properties": {
|
| 4500 |
+
"cnr_id": "comfyui-easy-use",
|
| 4501 |
+
"ver": "b11c63487243d183a967261bdf019c5afcec2cf7",
|
| 4502 |
+
"Node name for S&R": "easy showAnything"
|
| 4503 |
+
},
|
| 4504 |
"widgets_values": [
|
| 4505 |
+
"Style: realistic - cinematic - The man stares intently at the viewer, his expression a mix of intensity and menace. He speaks in a low, gravelly voice, \"If you say a bad word about LTX 2.3, I will find you.... and I will kill you.\" His hands clench into fists, and he takes a step forward, his body language conveying a palpable sense of threat. The background is dark and blurred, focusing all attention on the man's face and the intensity of his words."
|
| 4506 |
],
|
| 4507 |
+
"color": "#008181",
|
| 4508 |
+
"bgcolor": "rgba(24,24,27,.9)"
|
| 4509 |
},
|
| 4510 |
{
|
| 4511 |
+
"id": 361,
|
| 4512 |
"type": "GetNode",
|
| 4513 |
"pos": [
|
| 4514 |
+
-513.9779285253509,
|
| 4515 |
+
5048.153684293975
|
| 4516 |
],
|
| 4517 |
"size": [
|
| 4518 |
+
270,
|
| 4519 |
34
|
| 4520 |
],
|
| 4521 |
"flags": {
|
| 4522 |
"collapsed": true
|
| 4523 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4524 |
"order": 57,
|
| 4525 |
"mode": 0,
|
| 4526 |
"inputs": [],
|
| 4527 |
"outputs": [
|
| 4528 |
{
|
| 4529 |
+
"name": "VAE",
|
| 4530 |
+
"type": "VAE",
|
| 4531 |
"links": [
|
| 4532 |
+
643
|
| 4533 |
]
|
| 4534 |
}
|
| 4535 |
],
|
| 4536 |
+
"title": "Get_vae_audio",
|
| 4537 |
"properties": {
|
|
|
|
|
|
|
|
|
|
| 4538 |
"ue_properties": {
|
| 4539 |
"widget_ue_connectable": {},
|
| 4540 |
"version": "7.5.2",
|
|
|
|
| 4542 |
}
|
| 4543 |
},
|
| 4544 |
"widgets_values": [
|
| 4545 |
+
"vae_audio"
|
| 4546 |
],
|
| 4547 |
+
"color": "#af3535",
|
| 4548 |
+
"bgcolor": "rgba(24,24,27,.9)"
|
| 4549 |
},
|
| 4550 |
{
|
| 4551 |
+
"id": 201,
|
| 4552 |
+
"type": "LTXVAudioVAEDecode",
|
| 4553 |
"pos": [
|
| 4554 |
+
1588.4701242780627,
|
| 4555 |
+
3963.6557274383626
|
| 4556 |
],
|
| 4557 |
"size": [
|
| 4558 |
+
257.2388542190106,
|
| 4559 |
46
|
| 4560 |
],
|
| 4561 |
"flags": {},
|
| 4562 |
+
"order": 137,
|
| 4563 |
"mode": 0,
|
| 4564 |
"inputs": [
|
| 4565 |
{
|
| 4566 |
"name": "samples",
|
| 4567 |
"type": "LATENT",
|
| 4568 |
+
"link": 430
|
| 4569 |
},
|
| 4570 |
{
|
| 4571 |
+
"label": "Audio VAE",
|
| 4572 |
+
"name": "audio_vae",
|
| 4573 |
+
"type": "VAE",
|
| 4574 |
+
"link": 448
|
| 4575 |
}
|
| 4576 |
],
|
| 4577 |
"outputs": [
|
| 4578 |
{
|
| 4579 |
+
"name": "Audio",
|
| 4580 |
+
"type": "AUDIO",
|
| 4581 |
"links": [
|
| 4582 |
+
657
|
| 4583 |
]
|
| 4584 |
}
|
| 4585 |
],
|
| 4586 |
"properties": {
|
| 4587 |
"cnr_id": "comfy-core",
|
| 4588 |
"ver": "0.7.0",
|
| 4589 |
+
"Node name for S&R": "LTXVAudioVAEDecode",
|
| 4590 |
+
"enableTabs": false,
|
| 4591 |
+
"tabWidth": 65,
|
| 4592 |
+
"tabXOffset": 10,
|
| 4593 |
+
"hasSecondTab": false,
|
| 4594 |
+
"secondTabText": "Send Back",
|
| 4595 |
+
"secondTabOffset": 80,
|
| 4596 |
+
"secondTabWidth": 65
|
| 4597 |
},
|
| 4598 |
"widgets_values": []
|
| 4599 |
},
|
| 4600 |
{
|
| 4601 |
+
"id": 378,
|
| 4602 |
"type": "GetNode",
|
| 4603 |
"pos": [
|
| 4604 |
+
1759.968373090542,
|
| 4605 |
+
3373.537574642952
|
| 4606 |
],
|
| 4607 |
"size": [
|
| 4608 |
210,
|
| 4609 |
+
60
|
| 4610 |
],
|
| 4611 |
"flags": {
|
| 4612 |
"collapsed": true
|
|
|
|
| 4616 |
"inputs": [],
|
| 4617 |
"outputs": [
|
| 4618 |
{
|
| 4619 |
+
"name": "AUDIO",
|
| 4620 |
+
"type": "AUDIO",
|
| 4621 |
"links": [
|
| 4622 |
+
656
|
| 4623 |
]
|
| 4624 |
}
|
| 4625 |
],
|
| 4626 |
+
"title": "Get_org_audio",
|
| 4627 |
"properties": {},
|
| 4628 |
"widgets_values": [
|
| 4629 |
+
"org_audio"
|
| 4630 |
+
]
|
| 4631 |
+
},
|
|
|
|
|
|
|
| 4632 |
{
|
| 4633 |
+
"id": 379,
|
| 4634 |
+
"type": "Reroute",
|
| 4635 |
"pos": [
|
| 4636 |
+
1806.8824286105662,
|
| 4637 |
+
3409.4130288641477
|
| 4638 |
],
|
| 4639 |
"size": [
|
| 4640 |
+
75,
|
| 4641 |
+
26
|
| 4642 |
],
|
| 4643 |
+
"flags": {},
|
| 4644 |
+
"order": 139,
|
| 4645 |
+
"mode": 0,
|
| 4646 |
+
"inputs": [
|
| 4647 |
+
{
|
| 4648 |
+
"name": "",
|
| 4649 |
+
"type": "*",
|
| 4650 |
+
"link": 657
|
| 4651 |
+
}
|
| 4652 |
+
],
|
| 4653 |
+
"outputs": [
|
| 4654 |
+
{
|
| 4655 |
+
"name": "",
|
| 4656 |
+
"type": "AUDIO",
|
| 4657 |
+
"links": null
|
| 4658 |
+
}
|
| 4659 |
+
],
|
| 4660 |
+
"properties": {
|
| 4661 |
+
"showOutputText": false,
|
| 4662 |
+
"horizontal": false
|
| 4663 |
+
}
|
| 4664 |
+
},
|
| 4665 |
+
{
|
| 4666 |
+
"id": 167,
|
| 4667 |
+
"type": "LoadImage",
|
| 4668 |
+
"pos": [
|
| 4669 |
+
-1056.6326119504556,
|
| 4670 |
+
3593.67037200833
|
| 4671 |
+
],
|
| 4672 |
+
"size": [
|
| 4673 |
+
335.36880029676604,
|
| 4674 |
+
550.0309462039886
|
| 4675 |
+
],
|
| 4676 |
+
"flags": {},
|
| 4677 |
"order": 59,
|
| 4678 |
"mode": 0,
|
| 4679 |
"inputs": [],
|
| 4680 |
"outputs": [
|
| 4681 |
{
|
| 4682 |
+
"name": "IMAGE",
|
| 4683 |
+
"type": "IMAGE",
|
| 4684 |
"links": [
|
| 4685 |
+
480
|
| 4686 |
]
|
| 4687 |
+
},
|
| 4688 |
+
{
|
| 4689 |
+
"name": "MASK",
|
| 4690 |
+
"type": "MASK",
|
| 4691 |
+
"links": []
|
| 4692 |
}
|
| 4693 |
],
|
| 4694 |
+
"properties": {
|
| 4695 |
+
"cnr_id": "comfy-core",
|
| 4696 |
+
"ver": "0.3.56",
|
| 4697 |
+
"Node name for S&R": "LoadImage"
|
| 4698 |
+
},
|
| 4699 |
"widgets_values": [
|
| 4700 |
+
"liam-neeson-in-retribution-ra.jpg",
|
| 4701 |
+
"image"
|
| 4702 |
],
|
| 4703 |
+
"color": "#346434",
|
| 4704 |
+
"bgcolor": "rgba(24,24,27,.9)",
|
| 4705 |
+
"ndSuperSelectorEnabled": false,
|
| 4706 |
+
"ndPowerEnabled": false
|
| 4707 |
},
|
| 4708 |
{
|
| 4709 |
+
"id": 165,
|
| 4710 |
+
"type": "ImageResizeKJv2",
|
| 4711 |
"pos": [
|
| 4712 |
+
-1052.5712045206267,
|
| 4713 |
+
4259.443750879683
|
| 4714 |
],
|
| 4715 |
"size": [
|
| 4716 |
+
317.2114329553276,
|
| 4717 |
+
363.17807678588906
|
| 4718 |
],
|
| 4719 |
+
"flags": {
|
| 4720 |
+
"collapsed": false
|
| 4721 |
+
},
|
| 4722 |
"order": 93,
|
| 4723 |
"mode": 0,
|
| 4724 |
"inputs": [
|
| 4725 |
{
|
| 4726 |
+
"name": "image",
|
| 4727 |
+
"type": "IMAGE",
|
| 4728 |
+
"link": 480
|
| 4729 |
},
|
| 4730 |
{
|
| 4731 |
+
"name": "mask",
|
| 4732 |
+
"shape": 7,
|
| 4733 |
+
"type": "MASK",
|
| 4734 |
+
"link": null
|
| 4735 |
+
},
|
| 4736 |
+
{
|
| 4737 |
+
"name": "width",
|
| 4738 |
+
"type": "INT",
|
| 4739 |
+
"widget": {
|
| 4740 |
+
"name": "width"
|
| 4741 |
+
},
|
| 4742 |
+
"link": 472
|
| 4743 |
+
},
|
| 4744 |
+
{
|
| 4745 |
+
"name": "height",
|
| 4746 |
+
"type": "INT",
|
| 4747 |
+
"widget": {
|
| 4748 |
+
"name": "height"
|
| 4749 |
+
},
|
| 4750 |
+
"link": 473
|
| 4751 |
}
|
| 4752 |
],
|
| 4753 |
"outputs": [
|
| 4754 |
{
|
| 4755 |
+
"name": "IMAGE",
|
| 4756 |
+
"type": "IMAGE",
|
| 4757 |
"links": [
|
| 4758 |
+
479,
|
| 4759 |
+
483,
|
| 4760 |
+
632
|
| 4761 |
]
|
| 4762 |
+
},
|
| 4763 |
+
{
|
| 4764 |
+
"name": "width",
|
| 4765 |
+
"type": "INT",
|
| 4766 |
+
"links": null
|
| 4767 |
+
},
|
| 4768 |
+
{
|
| 4769 |
+
"name": "height",
|
| 4770 |
+
"type": "INT",
|
| 4771 |
+
"links": null
|
| 4772 |
+
},
|
| 4773 |
+
{
|
| 4774 |
+
"name": "mask",
|
| 4775 |
+
"type": "MASK",
|
| 4776 |
+
"links": null
|
| 4777 |
}
|
| 4778 |
],
|
|
|
|
| 4779 |
"properties": {
|
| 4780 |
+
"cnr_id": "comfyui-kjnodes",
|
| 4781 |
+
"ver": "4dfb85dcc52e4315c33170d97bb987baa46d128b",
|
| 4782 |
+
"Node name for S&R": "ImageResizeKJv2"
|
| 4783 |
},
|
| 4784 |
"widgets_values": [
|
| 4785 |
+
736,
|
| 4786 |
+
1280,
|
| 4787 |
+
"nearest-exact",
|
| 4788 |
+
"crop",
|
| 4789 |
+
"0, 0, 0",
|
| 4790 |
+
"center",
|
| 4791 |
+
32,
|
| 4792 |
+
"cpu"
|
| 4793 |
+
]
|
| 4794 |
},
|
| 4795 |
{
|
| 4796 |
+
"id": 352,
|
| 4797 |
"type": "PrimitiveStringMultiline",
|
| 4798 |
"pos": [
|
| 4799 |
+
-614.8599711134596,
|
| 4800 |
+
4285.807185863736
|
| 4801 |
],
|
| 4802 |
"size": [
|
| 4803 |
+
389.57901300524645,
|
| 4804 |
+
315.79630744988026
|
| 4805 |
],
|
| 4806 |
"flags": {
|
| 4807 |
+
"collapsed": false
|
| 4808 |
},
|
| 4809 |
"order": 60,
|
| 4810 |
"mode": 0,
|
|
|
|
| 4814 |
"name": "STRING",
|
| 4815 |
"type": "STRING",
|
| 4816 |
"links": [
|
| 4817 |
+
634
|
| 4818 |
]
|
| 4819 |
}
|
| 4820 |
],
|
| 4821 |
+
"title": "PROMPT",
|
| 4822 |
"properties": {
|
| 4823 |
"cnr_id": "comfy-core",
|
| 4824 |
"ver": "0.14.1",
|
| 4825 |
"Node name for S&R": "PrimitiveStringMultiline"
|
| 4826 |
},
|
| 4827 |
"widgets_values": [
|
| 4828 |
+
"Make this image come alive with fluid motion. \n\nA man with an intimidating expression speaks with expressive body language and gesticulations. \n\nHe looks at the vewer and talks, he says : \"If you say a bad word about LTX 2 point 3, i will find you.... and i will kill you\" "
|
| 4829 |
+
],
|
| 4830 |
+
"color": "#346434",
|
| 4831 |
+
"bgcolor": "rgba(24,24,27,.9)"
|
| 4832 |
},
|
| 4833 |
{
|
| 4834 |
+
"id": 100,
|
| 4835 |
+
"type": "ManualSigmas",
|
| 4836 |
"pos": [
|
| 4837 |
+
985.2934135945778,
|
| 4838 |
+
4420.433687974733
|
| 4839 |
],
|
| 4840 |
"size": [
|
| 4841 |
+
270,
|
| 4842 |
+
69.30926982326673
|
| 4843 |
],
|
| 4844 |
"flags": {
|
| 4845 |
+
"collapsed": true
|
| 4846 |
},
|
| 4847 |
+
"order": 61,
|
| 4848 |
"mode": 0,
|
| 4849 |
+
"inputs": [],
|
| 4850 |
+
"outputs": [
|
| 4851 |
{
|
| 4852 |
+
"name": "SIGMAS",
|
| 4853 |
+
"type": "SIGMAS",
|
| 4854 |
+
"links": []
|
|
|
|
| 4855 |
}
|
| 4856 |
],
|
| 4857 |
+
"title": "ManualSigmas (LTX 2.0)",
|
| 4858 |
+
"properties": {
|
| 4859 |
+
"cnr_id": "comfy-core",
|
| 4860 |
+
"ver": "0.5.1",
|
| 4861 |
+
"Node name for S&R": "ManualSigmas",
|
| 4862 |
+
"enableTabs": false,
|
| 4863 |
+
"tabWidth": 65,
|
| 4864 |
+
"tabXOffset": 10,
|
| 4865 |
+
"hasSecondTab": false,
|
| 4866 |
+
"secondTabText": "Send Back",
|
| 4867 |
+
"secondTabOffset": 80,
|
| 4868 |
+
"secondTabWidth": 65
|
| 4869 |
+
},
|
| 4870 |
+
"widgets_values": [
|
| 4871 |
+
"0.909375, 0.725, 0.421875, 0.0"
|
| 4872 |
+
]
|
| 4873 |
+
},
|
| 4874 |
+
{
|
| 4875 |
+
"id": 380,
|
| 4876 |
+
"type": "ManualSigmas",
|
| 4877 |
+
"pos": [
|
| 4878 |
+
908.0967376772977,
|
| 4879 |
+
4401.748106912384
|
| 4880 |
+
],
|
| 4881 |
+
"size": [
|
| 4882 |
+
274.0120536645418,
|
| 4883 |
+
58
|
| 4884 |
+
],
|
| 4885 |
+
"flags": {},
|
| 4886 |
+
"order": 62,
|
| 4887 |
+
"mode": 0,
|
| 4888 |
+
"inputs": [],
|
| 4889 |
"outputs": [
|
| 4890 |
{
|
| 4891 |
+
"name": "SIGMAS",
|
| 4892 |
+
"type": "SIGMAS",
|
| 4893 |
+
"links": [
|
| 4894 |
+
659
|
| 4895 |
+
]
|
| 4896 |
}
|
| 4897 |
],
|
|
|
|
| 4898 |
"properties": {
|
| 4899 |
+
"cnr_id": "comfy-core",
|
| 4900 |
+
"ver": "0.14.1",
|
| 4901 |
+
"Node name for S&R": "ManualSigmas"
|
| 4902 |
},
|
| 4903 |
"widgets_values": [
|
| 4904 |
+
"0.85, 0.7250, 0.4219, 0.0"
|
| 4905 |
+
]
|
|
|
|
|
|
|
| 4906 |
},
|
| 4907 |
{
|
| 4908 |
+
"id": 138,
|
| 4909 |
+
"type": "KSamplerSelect",
|
| 4910 |
"pos": [
|
| 4911 |
+
909.403029665126,
|
| 4912 |
+
4524.068365845214
|
| 4913 |
],
|
| 4914 |
"size": [
|
| 4915 |
+
270,
|
| 4916 |
+
58
|
| 4917 |
+
],
|
| 4918 |
+
"flags": {},
|
| 4919 |
+
"order": 63,
|
|
|
|
|
|
|
| 4920 |
"mode": 0,
|
| 4921 |
"inputs": [],
|
| 4922 |
"outputs": [
|
| 4923 |
{
|
| 4924 |
+
"name": "SAMPLER",
|
| 4925 |
+
"type": "SAMPLER",
|
| 4926 |
"links": [
|
| 4927 |
+
274
|
| 4928 |
]
|
| 4929 |
}
|
| 4930 |
],
|
|
|
|
| 4931 |
"properties": {
|
| 4932 |
+
"cnr_id": "comfy-core",
|
| 4933 |
+
"ver": "0.3.75",
|
| 4934 |
+
"Node name for S&R": "KSamplerSelect",
|
| 4935 |
+
"enableTabs": false,
|
| 4936 |
+
"tabWidth": 65,
|
| 4937 |
+
"tabXOffset": 10,
|
| 4938 |
+
"hasSecondTab": false,
|
| 4939 |
+
"secondTabText": "Send Back",
|
| 4940 |
+
"secondTabOffset": 80,
|
| 4941 |
+
"secondTabWidth": 65
|
| 4942 |
},
|
| 4943 |
"widgets_values": [
|
| 4944 |
+
"euler_cfg_pp"
|
| 4945 |
+
]
|
|
|
|
|
|
|
| 4946 |
},
|
| 4947 |
{
|
| 4948 |
+
"id": 137,
|
| 4949 |
+
"type": "KSamplerSelect",
|
| 4950 |
"pos": [
|
| 4951 |
+
232.63061203337554,
|
| 4952 |
+
3915.813189751416
|
| 4953 |
],
|
| 4954 |
"size": [
|
| 4955 |
+
271.305509971064,
|
| 4956 |
+
68.88020833333334
|
| 4957 |
],
|
| 4958 |
"flags": {},
|
| 4959 |
+
"order": 64,
|
| 4960 |
"mode": 0,
|
| 4961 |
+
"inputs": [],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4962 |
"outputs": [
|
| 4963 |
{
|
| 4964 |
+
"name": "SAMPLER",
|
| 4965 |
+
"type": "SAMPLER",
|
| 4966 |
"links": [
|
| 4967 |
+
261
|
| 4968 |
]
|
| 4969 |
}
|
| 4970 |
],
|
| 4971 |
"properties": {
|
| 4972 |
"cnr_id": "comfy-core",
|
| 4973 |
+
"ver": "0.3.56",
|
| 4974 |
+
"Node name for S&R": "KSamplerSelect",
|
| 4975 |
+
"enableTabs": false,
|
| 4976 |
+
"tabWidth": 65,
|
| 4977 |
+
"tabXOffset": 10,
|
| 4978 |
+
"hasSecondTab": false,
|
| 4979 |
+
"secondTabText": "Send Back",
|
| 4980 |
+
"secondTabOffset": 80,
|
| 4981 |
+
"secondTabWidth": 65
|
| 4982 |
},
|
| 4983 |
+
"widgets_values": [
|
| 4984 |
+
"euler_ancestral_cfg_pp"
|
| 4985 |
+
]
|
| 4986 |
},
|
| 4987 |
{
|
| 4988 |
+
"id": 206,
|
| 4989 |
+
"type": "LTXVScheduler",
|
| 4990 |
"pos": [
|
| 4991 |
+
232.63061203337554,
|
| 4992 |
+
4031.0431335040225
|
| 4993 |
],
|
| 4994 |
"size": [
|
| 4995 |
+
271.305509971064,
|
| 4996 |
+
171.71352573079776
|
| 4997 |
],
|
| 4998 |
+
"flags": {
|
| 4999 |
+
"collapsed": true
|
| 5000 |
+
},
|
| 5001 |
+
"order": 94,
|
| 5002 |
"mode": 0,
|
| 5003 |
"inputs": [
|
| 5004 |
{
|
| 5005 |
+
"name": "latent",
|
| 5006 |
+
"shape": 7,
|
| 5007 |
+
"type": "LATENT",
|
| 5008 |
+
"link": 466
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5009 |
}
|
| 5010 |
],
|
| 5011 |
"outputs": [
|
| 5012 |
{
|
| 5013 |
+
"name": "SIGMAS",
|
| 5014 |
+
"type": "SIGMAS",
|
| 5015 |
+
"links": []
|
|
|
|
|
|
|
|
|
|
| 5016 |
}
|
| 5017 |
],
|
| 5018 |
+
"title": "LTXVScheduler (for more steps)",
|
| 5019 |
"properties": {
|
| 5020 |
"cnr_id": "comfy-core",
|
| 5021 |
+
"ver": "0.3.56",
|
| 5022 |
+
"Node name for S&R": "LTXVScheduler",
|
| 5023 |
+
"enableTabs": false,
|
| 5024 |
+
"tabWidth": 65,
|
| 5025 |
+
"tabXOffset": 10,
|
| 5026 |
+
"hasSecondTab": false,
|
| 5027 |
+
"secondTabText": "Send Back",
|
| 5028 |
+
"secondTabOffset": 80,
|
| 5029 |
+
"secondTabWidth": 65
|
| 5030 |
},
|
| 5031 |
"widgets_values": [
|
| 5032 |
+
8,
|
| 5033 |
+
2.05,
|
| 5034 |
+
0.95,
|
| 5035 |
+
true,
|
| 5036 |
+
0.1
|
| 5037 |
]
|
| 5038 |
},
|
| 5039 |
{
|
| 5040 |
+
"id": 239,
|
| 5041 |
+
"type": "GetNode",
|
| 5042 |
"pos": [
|
| 5043 |
+
297.8963422127045,
|
| 5044 |
+
3807.280914452565
|
| 5045 |
],
|
| 5046 |
"size": [
|
| 5047 |
+
271.305509971064,
|
| 5048 |
+
60
|
| 5049 |
],
|
| 5050 |
"flags": {
|
| 5051 |
+
"collapsed": true
|
| 5052 |
},
|
| 5053 |
+
"order": 65,
|
| 5054 |
"mode": 0,
|
| 5055 |
"inputs": [],
|
| 5056 |
+
"outputs": [
|
| 5057 |
+
{
|
| 5058 |
+
"name": "LATENT",
|
| 5059 |
+
"type": "LATENT",
|
| 5060 |
+
"links": [
|
| 5061 |
+
466,
|
| 5062 |
+
467
|
| 5063 |
+
]
|
| 5064 |
+
}
|
| 5065 |
+
],
|
| 5066 |
+
"title": "Get_latent",
|
| 5067 |
"properties": {},
|
| 5068 |
"widgets_values": [
|
| 5069 |
+
"latent"
|
| 5070 |
],
|
| 5071 |
+
"color": "#422342",
|
| 5072 |
+
"bgcolor": "rgba(24,24,27,.9)"
|
| 5073 |
},
|
| 5074 |
{
|
| 5075 |
+
"id": 129,
|
| 5076 |
+
"type": "CFGGuider",
|
| 5077 |
"pos": [
|
| 5078 |
+
232.63061203337554,
|
| 5079 |
+
3758.223730281588
|
| 5080 |
],
|
| 5081 |
"size": [
|
| 5082 |
+
271.305509971064,
|
| 5083 |
+
106.66666666666667
|
| 5084 |
],
|
| 5085 |
+
"flags": {
|
| 5086 |
+
"collapsed": false
|
| 5087 |
+
},
|
| 5088 |
+
"order": 88,
|
| 5089 |
"mode": 0,
|
| 5090 |
"inputs": [
|
| 5091 |
{
|
| 5092 |
+
"name": "model",
|
| 5093 |
+
"type": "MODEL",
|
| 5094 |
+
"link": 627
|
| 5095 |
},
|
| 5096 |
{
|
| 5097 |
+
"name": "positive",
|
| 5098 |
+
"type": "CONDITIONING",
|
| 5099 |
+
"link": 460
|
| 5100 |
+
},
|
| 5101 |
+
{
|
| 5102 |
+
"name": "negative",
|
| 5103 |
+
"type": "CONDITIONING",
|
| 5104 |
+
"link": 459
|
| 5105 |
}
|
| 5106 |
],
|
| 5107 |
"outputs": [
|
| 5108 |
{
|
| 5109 |
+
"name": "GUIDER",
|
| 5110 |
+
"type": "GUIDER",
|
| 5111 |
"links": [
|
| 5112 |
+
505
|
| 5113 |
]
|
| 5114 |
}
|
| 5115 |
],
|
| 5116 |
"properties": {
|
| 5117 |
"cnr_id": "comfy-core",
|
| 5118 |
+
"ver": "0.3.64",
|
| 5119 |
+
"Node name for S&R": "CFGGuider",
|
| 5120 |
"enableTabs": false,
|
| 5121 |
"tabWidth": 65,
|
| 5122 |
"tabXOffset": 10,
|
|
|
|
| 5125 |
"secondTabOffset": 80,
|
| 5126 |
"secondTabWidth": 65
|
| 5127 |
},
|
| 5128 |
+
"widgets_values": [
|
| 5129 |
+
1
|
| 5130 |
+
]
|
| 5131 |
},
|
| 5132 |
{
|
| 5133 |
+
"id": 381,
|
| 5134 |
+
"type": "ManualSigmas",
|
| 5135 |
"pos": [
|
| 5136 |
+
231.15451302658408,
|
| 5137 |
+
4086.044109765864
|
| 5138 |
],
|
| 5139 |
"size": [
|
| 5140 |
+
269.02566338233964,
|
| 5141 |
+
58
|
| 5142 |
],
|
| 5143 |
+
"flags": {},
|
| 5144 |
+
"order": 66,
|
|
|
|
|
|
|
| 5145 |
"mode": 0,
|
| 5146 |
"inputs": [],
|
| 5147 |
"outputs": [
|
| 5148 |
{
|
| 5149 |
+
"name": "SIGMAS",
|
| 5150 |
+
"type": "SIGMAS",
|
| 5151 |
"links": [
|
| 5152 |
+
660
|
| 5153 |
]
|
| 5154 |
}
|
| 5155 |
],
|
| 5156 |
+
"properties": {
|
| 5157 |
+
"cnr_id": "comfy-core",
|
| 5158 |
+
"ver": "0.14.1",
|
| 5159 |
+
"Node name for S&R": "ManualSigmas"
|
| 5160 |
+
},
|
| 5161 |
"widgets_values": [
|
| 5162 |
+
"1.0, 0.99375, 0.9875, 0.98125, 0.975, 0.909375, 0.725, 0.421875, 0.0"
|
| 5163 |
]
|
| 5164 |
},
|
| 5165 |
{
|
| 5166 |
+
"id": 337,
|
| 5167 |
+
"type": "LTX2SamplingPreviewOverride",
|
| 5168 |
"pos": [
|
| 5169 |
+
235.66622739055362,
|
| 5170 |
+
4209.828899517191
|
| 5171 |
],
|
| 5172 |
"size": [
|
| 5173 |
+
271.305509971064,
|
| 5174 |
+
98.86928985228224
|
| 5175 |
],
|
| 5176 |
"flags": {},
|
| 5177 |
+
"order": 84,
|
| 5178 |
"mode": 0,
|
| 5179 |
"inputs": [
|
| 5180 |
{
|
| 5181 |
+
"name": "model",
|
| 5182 |
+
"type": "MODEL",
|
| 5183 |
+
"link": 618
|
| 5184 |
+
},
|
| 5185 |
+
{
|
| 5186 |
+
"name": "latent_upscale_model",
|
| 5187 |
+
"shape": 7,
|
| 5188 |
+
"type": "LATENT_UPSCALE_MODEL",
|
| 5189 |
+
"link": null
|
| 5190 |
+
},
|
| 5191 |
+
{
|
| 5192 |
+
"name": "vae",
|
| 5193 |
+
"shape": 7,
|
| 5194 |
+
"type": "VAE",
|
| 5195 |
+
"link": 617
|
| 5196 |
}
|
| 5197 |
],
|
| 5198 |
"outputs": [
|
| 5199 |
{
|
| 5200 |
+
"name": "MODEL",
|
| 5201 |
+
"type": "MODEL",
|
| 5202 |
+
"links": [
|
| 5203 |
+
625
|
| 5204 |
+
]
|
| 5205 |
}
|
| 5206 |
],
|
| 5207 |
"properties": {
|
| 5208 |
+
"cnr_id": "comfyui-kjnodes",
|
| 5209 |
+
"ver": "ff79c7332d7ea4aa85097a88fb09359f28cb487e",
|
| 5210 |
+
"Node name for S&R": "LTX2SamplingPreviewOverride"
|
| 5211 |
+
},
|
| 5212 |
+
"widgets_values": [
|
| 5213 |
+
8
|
| 5214 |
+
]
|
| 5215 |
},
|
| 5216 |
{
|
| 5217 |
+
"id": 190,
|
| 5218 |
+
"type": "DualCLIPLoader",
|
| 5219 |
"pos": [
|
| 5220 |
+
-1520.5822224509632,
|
| 5221 |
+
4144.8324839301895
|
| 5222 |
],
|
| 5223 |
"size": [
|
| 5224 |
+
364.0273046899474,
|
| 5225 |
+
130
|
| 5226 |
],
|
| 5227 |
+
"flags": {
|
| 5228 |
+
"collapsed": false
|
| 5229 |
+
},
|
| 5230 |
+
"order": 67,
|
| 5231 |
"mode": 0,
|
| 5232 |
+
"inputs": [],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5233 |
"outputs": [
|
| 5234 |
{
|
| 5235 |
+
"name": "CLIP",
|
| 5236 |
+
"type": "CLIP",
|
| 5237 |
"links": [
|
| 5238 |
+
550
|
| 5239 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5240 |
}
|
| 5241 |
],
|
| 5242 |
+
"title": "CLIPLoader (Gemma + LTX Embeddings)",
|
| 5243 |
"properties": {
|
| 5244 |
+
"cnr_id": "comfy-core",
|
| 5245 |
+
"ver": "0.8.2",
|
| 5246 |
+
"Node name for S&R": "DualCLIPLoader"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5247 |
},
|
| 5248 |
+
"widgets_values": [
|
| 5249 |
+
"gemma_3_12B_it_fp8_scaled.safetensors",
|
| 5250 |
+
"ltx-2.3_text_projection_bf16.safetensors",
|
| 5251 |
+
"ltxv",
|
| 5252 |
+
"default"
|
| 5253 |
+
],
|
| 5254 |
+
"color": "#1f1f48",
|
| 5255 |
+
"bgcolor": "rgba(24,24,27,.9)",
|
| 5256 |
+
"ndSuperSelectorEnabled": false,
|
| 5257 |
+
"ndPowerEnabled": false
|
| 5258 |
},
|
| 5259 |
{
|
| 5260 |
"id": 372,
|
| 5261 |
"type": "LoadAudio",
|
| 5262 |
"pos": [
|
| 5263 |
+
-1542.1310910322222,
|
| 5264 |
5029.33003108635
|
| 5265 |
],
|
| 5266 |
"size": [
|
|
|
|
| 5268 |
136
|
| 5269 |
],
|
| 5270 |
"flags": {},
|
| 5271 |
+
"order": 68,
|
| 5272 |
"mode": 0,
|
| 5273 |
"inputs": [],
|
| 5274 |
"outputs": [
|
|
|
|
| 5301 |
"ndPowerEnabled": false
|
| 5302 |
},
|
| 5303 |
{
|
| 5304 |
+
"id": 370,
|
| 5305 |
+
"type": "MelBandRoFormerModelLoader",
|
| 5306 |
"pos": [
|
| 5307 |
+
-1516.014763868401,
|
| 5308 |
+
5276.4869654169615
|
| 5309 |
],
|
| 5310 |
"size": [
|
| 5311 |
+
478.6060537550768,
|
| 5312 |
+
70.14246142871252
|
| 5313 |
],
|
| 5314 |
"flags": {},
|
| 5315 |
+
"order": 69,
|
| 5316 |
"mode": 0,
|
| 5317 |
"inputs": [],
|
| 5318 |
"outputs": [
|
| 5319 |
{
|
| 5320 |
+
"name": "model",
|
| 5321 |
+
"type": "MELROFORMERMODEL",
|
| 5322 |
"links": [
|
| 5323 |
+
648
|
| 5324 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5325 |
}
|
| 5326 |
],
|
| 5327 |
"properties": {
|
| 5328 |
+
"cnr_id": "ComfyUI-MelBandRoFormer",
|
| 5329 |
+
"ver": "b40e263224778ec417114d91d8b3b39934e30de5",
|
| 5330 |
+
"Node name for S&R": "MelBandRoFormerModelLoader",
|
| 5331 |
+
"ue_properties": {
|
| 5332 |
+
"widget_ue_connectable": {},
|
| 5333 |
+
"version": "7.5.2",
|
| 5334 |
+
"input_ue_unconnectable": {}
|
| 5335 |
+
}
|
| 5336 |
},
|
| 5337 |
"widgets_values": [
|
| 5338 |
+
"MelBandRoformer\\MelBandRoformer_fp16.safetensors"
|
|
|
|
| 5339 |
],
|
|
|
|
|
|
|
| 5340 |
"ndSuperSelectorEnabled": false,
|
| 5341 |
"ndPowerEnabled": false
|
| 5342 |
},
|
| 5343 |
{
|
| 5344 |
+
"id": 371,
|
| 5345 |
+
"type": "MelBandRoFormerSampler",
|
| 5346 |
"pos": [
|
| 5347 |
+
-985.1754287239143,
|
| 5348 |
+
5288.797123168457
|
| 5349 |
],
|
| 5350 |
"size": [
|
| 5351 |
+
234.1038076399327,
|
| 5352 |
+
46
|
| 5353 |
+
],
|
| 5354 |
+
"flags": {},
|
| 5355 |
+
"order": 119,
|
| 5356 |
+
"mode": 0,
|
| 5357 |
+
"inputs": [
|
| 5358 |
+
{
|
| 5359 |
+
"name": "model",
|
| 5360 |
+
"type": "MELROFORMERMODEL",
|
| 5361 |
+
"link": 648
|
| 5362 |
+
},
|
| 5363 |
+
{
|
| 5364 |
+
"name": "audio",
|
| 5365 |
+
"type": "AUDIO",
|
| 5366 |
+
"link": 649
|
| 5367 |
+
}
|
| 5368 |
+
],
|
| 5369 |
+
"outputs": [
|
| 5370 |
+
{
|
| 5371 |
+
"name": "vocals",
|
| 5372 |
+
"type": "AUDIO",
|
| 5373 |
+
"links": [
|
| 5374 |
+
664
|
| 5375 |
+
]
|
| 5376 |
+
},
|
| 5377 |
+
{
|
| 5378 |
+
"name": "instruments",
|
| 5379 |
+
"type": "AUDIO",
|
| 5380 |
+
"links": null
|
| 5381 |
+
}
|
| 5382 |
+
],
|
| 5383 |
+
"properties": {
|
| 5384 |
+
"cnr_id": "ComfyUI-MelBandRoFormer",
|
| 5385 |
+
"ver": "b40e263224778ec417114d91d8b3b39934e30de5",
|
| 5386 |
+
"Node name for S&R": "MelBandRoFormerSampler",
|
| 5387 |
+
"ue_properties": {
|
| 5388 |
+
"widget_ue_connectable": {},
|
| 5389 |
+
"version": "7.5.2",
|
| 5390 |
+
"input_ue_unconnectable": {}
|
| 5391 |
+
}
|
| 5392 |
+
},
|
| 5393 |
+
"widgets_values": []
|
| 5394 |
+
},
|
| 5395 |
+
{
|
| 5396 |
+
"id": 367,
|
| 5397 |
+
"type": "SimpleCalculatorKJ",
|
| 5398 |
+
"pos": [
|
| 5399 |
+
-1173.5566324946267,
|
| 5400 |
+
5108.8119482493885
|
| 5401 |
+
],
|
| 5402 |
+
"size": [
|
| 5403 |
+
210,
|
| 5404 |
+
108
|
| 5405 |
],
|
| 5406 |
"flags": {
|
| 5407 |
+
"collapsed": true
|
| 5408 |
},
|
| 5409 |
+
"order": 96,
|
| 5410 |
"mode": 0,
|
| 5411 |
"inputs": [
|
| 5412 |
{
|
| 5413 |
+
"label": "a",
|
| 5414 |
+
"name": "variables.a",
|
| 5415 |
+
"shape": 7,
|
| 5416 |
+
"type": "INT,FLOAT,BOOLEAN",
|
| 5417 |
+
"link": null
|
| 5418 |
},
|
| 5419 |
{
|
| 5420 |
+
"label": "b",
|
| 5421 |
+
"name": "variables.b",
|
| 5422 |
"shape": 7,
|
| 5423 |
+
"type": "INT,FLOAT,BOOLEAN",
|
| 5424 |
"link": null
|
| 5425 |
},
|
| 5426 |
{
|
| 5427 |
+
"name": "a",
|
| 5428 |
+
"shape": 7,
|
| 5429 |
+
"type": "*",
|
| 5430 |
+
"link": 646
|
|
|
|
|
|
|
| 5431 |
},
|
| 5432 |
{
|
| 5433 |
+
"name": "b",
|
| 5434 |
+
"shape": 7,
|
| 5435 |
+
"type": "*",
|
| 5436 |
+
"link": 647
|
|
|
|
|
|
|
| 5437 |
}
|
| 5438 |
],
|
| 5439 |
"outputs": [
|
| 5440 |
{
|
| 5441 |
+
"name": "FLOAT",
|
| 5442 |
+
"type": "FLOAT",
|
| 5443 |
"links": [
|
| 5444 |
+
651
|
|
|
|
|
|
|
| 5445 |
]
|
| 5446 |
},
|
| 5447 |
{
|
| 5448 |
+
"name": "INT",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5449 |
"type": "INT",
|
| 5450 |
+
"links": []
|
| 5451 |
},
|
| 5452 |
{
|
| 5453 |
+
"name": "BOOLEAN",
|
| 5454 |
+
"type": "BOOLEAN",
|
| 5455 |
"links": null
|
| 5456 |
}
|
| 5457 |
],
|
| 5458 |
"properties": {
|
| 5459 |
"cnr_id": "comfyui-kjnodes",
|
| 5460 |
+
"ver": "c8e7f48a7f68b7a31ee336bc0be54bedbca05ffa",
|
| 5461 |
+
"Node name for S&R": "SimpleCalculatorKJ"
|
| 5462 |
},
|
| 5463 |
"widgets_values": [
|
| 5464 |
+
"a/b"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5465 |
]
|
| 5466 |
},
|
| 5467 |
{
|
| 5468 |
+
"id": 369,
|
| 5469 |
+
"type": "GetNode",
|
| 5470 |
"pos": [
|
| 5471 |
+
-1127.313211834411,
|
| 5472 |
+
5140.699702482291
|
| 5473 |
],
|
| 5474 |
"size": [
|
| 5475 |
+
210,
|
| 5476 |
+
34
|
| 5477 |
],
|
| 5478 |
"flags": {
|
| 5479 |
+
"collapsed": true
|
| 5480 |
},
|
| 5481 |
+
"order": 70,
|
| 5482 |
"mode": 0,
|
| 5483 |
"inputs": [],
|
| 5484 |
"outputs": [
|
| 5485 |
{
|
| 5486 |
+
"name": "FLOAT",
|
| 5487 |
+
"type": "FLOAT",
|
| 5488 |
"links": [
|
| 5489 |
+
647
|
| 5490 |
]
|
| 5491 |
}
|
| 5492 |
],
|
| 5493 |
+
"title": "Get_fps",
|
| 5494 |
+
"properties": {},
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5495 |
"widgets_values": [
|
| 5496 |
+
"fps"
|
| 5497 |
],
|
| 5498 |
"color": "#346434",
|
| 5499 |
"bgcolor": "rgba(24,24,27,.9)"
|
| 5500 |
},
|
| 5501 |
{
|
| 5502 |
+
"id": 365,
|
| 5503 |
+
"type": "SetNode",
|
| 5504 |
"pos": [
|
| 5505 |
+
-1144.8131548449498,
|
| 5506 |
+
5107.19995108973
|
| 5507 |
],
|
| 5508 |
"size": [
|
| 5509 |
+
210,
|
| 5510 |
+
34
|
| 5511 |
],
|
| 5512 |
"flags": {
|
| 5513 |
"collapsed": true
|
| 5514 |
},
|
| 5515 |
+
"order": 118,
|
| 5516 |
"mode": 0,
|
| 5517 |
+
"inputs": [
|
| 5518 |
+
{
|
| 5519 |
+
"name": "AUDIO",
|
| 5520 |
+
"type": "AUDIO",
|
| 5521 |
+
"link": 644
|
| 5522 |
+
}
|
| 5523 |
+
],
|
| 5524 |
"outputs": [
|
| 5525 |
{
|
| 5526 |
+
"name": "*",
|
| 5527 |
+
"type": "*",
|
| 5528 |
+
"links": null
|
| 5529 |
}
|
| 5530 |
],
|
| 5531 |
+
"title": "Set_org_audio",
|
| 5532 |
"properties": {
|
| 5533 |
+
"previousName": "",
|
| 5534 |
+
"ue_properties": {
|
| 5535 |
+
"widget_ue_connectable": {},
|
| 5536 |
+
"version": "7.5.2",
|
| 5537 |
+
"input_ue_unconnectable": {}
|
| 5538 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5539 |
},
|
| 5540 |
"widgets_values": [
|
| 5541 |
+
"org_audio"
|
| 5542 |
]
|
| 5543 |
},
|
| 5544 |
{
|
| 5545 |
+
"id": 362,
|
| 5546 |
+
"type": "SolidMask",
|
| 5547 |
"pos": [
|
| 5548 |
+
-513.9779285253509,
|
| 5549 |
+
5145.939672953211
|
| 5550 |
],
|
| 5551 |
"size": [
|
| 5552 |
+
270,
|
| 5553 |
+
106
|
| 5554 |
],
|
| 5555 |
+
"flags": {
|
| 5556 |
+
"collapsed": false
|
| 5557 |
+
},
|
| 5558 |
+
"order": 90,
|
| 5559 |
"mode": 0,
|
| 5560 |
+
"inputs": [
|
| 5561 |
+
{
|
| 5562 |
+
"name": "width",
|
| 5563 |
+
"type": "INT",
|
| 5564 |
+
"widget": {
|
| 5565 |
+
"name": "width"
|
| 5566 |
+
},
|
| 5567 |
+
"link": 638
|
| 5568 |
+
},
|
| 5569 |
+
{
|
| 5570 |
+
"name": "height",
|
| 5571 |
+
"type": "INT",
|
| 5572 |
+
"widget": {
|
| 5573 |
+
"name": "height"
|
| 5574 |
+
},
|
| 5575 |
+
"link": 639
|
| 5576 |
+
}
|
| 5577 |
+
],
|
| 5578 |
"outputs": [
|
| 5579 |
{
|
| 5580 |
+
"name": "MASK",
|
| 5581 |
+
"type": "MASK",
|
| 5582 |
"links": [
|
| 5583 |
+
641
|
| 5584 |
]
|
| 5585 |
}
|
| 5586 |
],
|
| 5587 |
"properties": {
|
| 5588 |
"cnr_id": "comfy-core",
|
| 5589 |
+
"ver": "0.7.0",
|
| 5590 |
+
"Node name for S&R": "SolidMask",
|
| 5591 |
+
"ue_properties": {
|
| 5592 |
+
"widget_ue_connectable": {
|
| 5593 |
+
"width": true,
|
| 5594 |
+
"height": true
|
| 5595 |
+
},
|
| 5596 |
+
"version": "7.5.2",
|
| 5597 |
+
"input_ue_unconnectable": {}
|
| 5598 |
+
}
|
| 5599 |
},
|
| 5600 |
"widgets_values": [
|
| 5601 |
+
0,
|
| 5602 |
+
512,
|
| 5603 |
+
512
|
| 5604 |
]
|
| 5605 |
},
|
| 5606 |
{
|
| 5607 |
+
"id": 366,
|
| 5608 |
+
"type": "SetNode",
|
| 5609 |
"pos": [
|
| 5610 |
+
-513.9779285253509,
|
| 5611 |
+
5330.359362954391
|
| 5612 |
],
|
| 5613 |
"size": [
|
| 5614 |
270,
|
| 5615 |
+
34
|
| 5616 |
],
|
| 5617 |
+
"flags": {
|
| 5618 |
+
"collapsed": true
|
| 5619 |
+
},
|
| 5620 |
+
"order": 134,
|
| 5621 |
"mode": 0,
|
| 5622 |
+
"inputs": [
|
| 5623 |
+
{
|
| 5624 |
+
"name": "LATENT",
|
| 5625 |
+
"type": "LATENT",
|
| 5626 |
+
"link": 645
|
| 5627 |
+
}
|
| 5628 |
+
],
|
| 5629 |
"outputs": [
|
| 5630 |
{
|
| 5631 |
+
"name": "*",
|
| 5632 |
+
"type": "*",
|
| 5633 |
+
"links": null
|
|
|
|
|
|
|
| 5634 |
}
|
| 5635 |
],
|
| 5636 |
+
"title": "Set_latent_custom_audio",
|
| 5637 |
"properties": {
|
| 5638 |
+
"previousName": ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5639 |
},
|
| 5640 |
"widgets_values": [
|
| 5641 |
+
"latent_custom_audio"
|
| 5642 |
+
],
|
| 5643 |
+
"color": "#422342",
|
| 5644 |
+
"bgcolor": "rgba(24,24,27,.9)"
|
| 5645 |
},
|
| 5646 |
{
|
| 5647 |
+
"id": 363,
|
| 5648 |
+
"type": "SetLatentNoiseMask",
|
| 5649 |
"pos": [
|
| 5650 |
+
-513.9779285253509,
|
| 5651 |
+
5315.702808544085
|
| 5652 |
],
|
| 5653 |
"size": [
|
| 5654 |
+
270,
|
| 5655 |
+
46
|
| 5656 |
],
|
| 5657 |
"flags": {},
|
| 5658 |
+
"order": 132,
|
| 5659 |
"mode": 0,
|
| 5660 |
+
"inputs": [
|
| 5661 |
+
{
|
| 5662 |
+
"name": "samples",
|
| 5663 |
+
"type": "LATENT",
|
| 5664 |
+
"link": 640
|
| 5665 |
+
},
|
| 5666 |
+
{
|
| 5667 |
+
"name": "mask",
|
| 5668 |
+
"type": "MASK",
|
| 5669 |
+
"link": 641
|
| 5670 |
+
}
|
| 5671 |
+
],
|
| 5672 |
"outputs": [
|
| 5673 |
{
|
| 5674 |
+
"name": "LATENT",
|
| 5675 |
+
"type": "LATENT",
|
| 5676 |
"links": [
|
| 5677 |
+
645
|
| 5678 |
]
|
| 5679 |
}
|
| 5680 |
],
|
| 5681 |
"properties": {
|
| 5682 |
"cnr_id": "comfy-core",
|
| 5683 |
+
"ver": "0.7.0",
|
| 5684 |
+
"Node name for S&R": "SetLatentNoiseMask",
|
| 5685 |
+
"ue_properties": {
|
| 5686 |
+
"widget_ue_connectable": {},
|
| 5687 |
+
"version": "7.5.2",
|
| 5688 |
+
"input_ue_unconnectable": {}
|
| 5689 |
+
}
|
|
|
|
|
|
|
| 5690 |
},
|
| 5691 |
+
"widgets_values": []
|
|
|
|
|
|
|
| 5692 |
},
|
| 5693 |
{
|
| 5694 |
+
"id": 364,
|
| 5695 |
+
"type": "LTXVAudioVAEEncode",
|
| 5696 |
"pos": [
|
| 5697 |
+
-513.9779285253509,
|
| 5698 |
+
5040.157758584662
|
| 5699 |
],
|
| 5700 |
"size": [
|
| 5701 |
+
270,
|
| 5702 |
+
58.01664226661978
|
| 5703 |
],
|
| 5704 |
+
"flags": {},
|
| 5705 |
+
"order": 130,
|
|
|
|
|
|
|
| 5706 |
"mode": 0,
|
| 5707 |
"inputs": [
|
| 5708 |
{
|
| 5709 |
+
"name": "audio",
|
| 5710 |
+
"type": "AUDIO",
|
| 5711 |
+
"link": 666
|
| 5712 |
+
},
|
| 5713 |
+
{
|
| 5714 |
+
"label": "Audio VAE",
|
| 5715 |
+
"name": "audio_vae",
|
| 5716 |
+
"type": "VAE",
|
| 5717 |
+
"link": 643
|
| 5718 |
}
|
| 5719 |
],
|
| 5720 |
"outputs": [
|
| 5721 |
{
|
| 5722 |
+
"name": "Audio Latent",
|
| 5723 |
+
"type": "LATENT",
|
| 5724 |
+
"links": [
|
| 5725 |
+
640
|
| 5726 |
+
]
|
| 5727 |
}
|
| 5728 |
],
|
|
|
|
| 5729 |
"properties": {
|
| 5730 |
"cnr_id": "comfy-core",
|
| 5731 |
+
"ver": "0.7.0",
|
| 5732 |
+
"Node name for S&R": "LTXVAudioVAEEncode",
|
| 5733 |
+
"ue_properties": {
|
| 5734 |
+
"widget_ue_connectable": {},
|
| 5735 |
+
"version": "7.5.2",
|
| 5736 |
+
"input_ue_unconnectable": {}
|
| 5737 |
+
}
|
|
|
|
|
|
|
| 5738 |
},
|
| 5739 |
+
"widgets_values": []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5740 |
},
|
| 5741 |
{
|
| 5742 |
+
"id": 368,
|
| 5743 |
"type": "GetNode",
|
| 5744 |
"pos": [
|
| 5745 |
+
-1133.1664221024087,
|
| 5746 |
+
5070.69362845609
|
| 5747 |
],
|
| 5748 |
"size": [
|
| 5749 |
+
210,
|
| 5750 |
+
34
|
| 5751 |
],
|
| 5752 |
"flags": {
|
| 5753 |
"collapsed": true
|
|
|
|
| 5757 |
"inputs": [],
|
| 5758 |
"outputs": [
|
| 5759 |
{
|
| 5760 |
+
"name": "INT",
|
| 5761 |
+
"type": "INT",
|
| 5762 |
"links": [
|
| 5763 |
+
646
|
|
|
|
| 5764 |
]
|
| 5765 |
}
|
| 5766 |
],
|
| 5767 |
+
"title": "Get_frames",
|
| 5768 |
"properties": {},
|
| 5769 |
"widgets_values": [
|
| 5770 |
+
"frames"
|
| 5771 |
],
|
| 5772 |
+
"color": "#1b4669",
|
| 5773 |
+
"bgcolor": "#29699c"
|
| 5774 |
},
|
| 5775 |
{
|
| 5776 |
+
"id": 373,
|
| 5777 |
+
"type": "TrimAudioDuration",
|
| 5778 |
"pos": [
|
| 5779 |
+
-1186.999489474455,
|
| 5780 |
+
5063.439296866987
|
| 5781 |
],
|
| 5782 |
"size": [
|
| 5783 |
+
234.1038076399327,
|
| 5784 |
+
82
|
| 5785 |
],
|
| 5786 |
+
"flags": {},
|
| 5787 |
+
"order": 107,
|
|
|
|
|
|
|
| 5788 |
"mode": 0,
|
| 5789 |
"inputs": [
|
| 5790 |
{
|
| 5791 |
+
"name": "audio",
|
| 5792 |
+
"type": "AUDIO",
|
| 5793 |
+
"link": 650
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5794 |
},
|
| 5795 |
{
|
| 5796 |
+
"name": "duration",
|
| 5797 |
+
"type": "FLOAT",
|
| 5798 |
+
"widget": {
|
| 5799 |
+
"name": "duration"
|
| 5800 |
+
},
|
| 5801 |
+
"link": 651
|
| 5802 |
}
|
| 5803 |
],
|
| 5804 |
"outputs": [
|
| 5805 |
{
|
| 5806 |
+
"name": "AUDIO",
|
| 5807 |
+
"type": "AUDIO",
|
| 5808 |
"links": [
|
| 5809 |
+
644,
|
| 5810 |
+
649,
|
| 5811 |
+
665
|
| 5812 |
]
|
| 5813 |
}
|
| 5814 |
],
|
| 5815 |
"properties": {
|
| 5816 |
"cnr_id": "comfy-core",
|
| 5817 |
+
"ver": "0.7.0",
|
| 5818 |
+
"Node name for S&R": "TrimAudioDuration",
|
| 5819 |
+
"ue_properties": {
|
| 5820 |
+
"widget_ue_connectable": {},
|
| 5821 |
+
"version": "7.5.2",
|
| 5822 |
+
"input_ue_unconnectable": {}
|
| 5823 |
+
}
|
|
|
|
|
|
|
| 5824 |
},
|
| 5825 |
"widgets_values": [
|
| 5826 |
+
0,
|
| 5827 |
+
8
|
| 5828 |
]
|
| 5829 |
},
|
| 5830 |
{
|
| 5831 |
+
"id": 377,
|
| 5832 |
+
"type": "MarkdownNote",
|
| 5833 |
"pos": [
|
| 5834 |
+
-1934.4967993785783,
|
| 5835 |
+
4962.417605686452
|
| 5836 |
],
|
| 5837 |
"size": [
|
| 5838 |
+
276.14236736658677,
|
| 5839 |
+
250.18164337079816
|
| 5840 |
],
|
| 5841 |
+
"flags": {
|
| 5842 |
+
"collapsed": false
|
| 5843 |
+
},
|
| 5844 |
"order": 72,
|
| 5845 |
"mode": 0,
|
| 5846 |
"inputs": [],
|
| 5847 |
+
"outputs": [],
|
| 5848 |
+
"title": "Custom Audio",
|
| 5849 |
+
"properties": {},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5850 |
"widgets_values": [
|
| 5851 |
+
"Use a reference audio instead of LTX own audio, and LTX video will lip-sync to the audio you provide. For best possible results you should prompt that the subject is talking. And if you transcribe what is said in your audio input, results might be even better \n\nMel-band RoFormer is optional for extracting a clean vocal only audio for the sampler. This can help with a busy original audio if you want to only focus on lip-sync and dialog\n\nhttps://huggingface.co/Kijai/MelBandRoFormer_comfy/tree/main\n\nfolder: models\\diffusion_models\n"
|
| 5852 |
+
],
|
| 5853 |
+
"color": "#222",
|
| 5854 |
+
"bgcolor": "#000"
|
| 5855 |
},
|
| 5856 |
{
|
| 5857 |
+
"id": 382,
|
| 5858 |
+
"type": "ComfySwitchNode",
|
| 5859 |
"pos": [
|
| 5860 |
+
-909.2286387671224,
|
| 5861 |
+
5057.640310824566
|
| 5862 |
],
|
| 5863 |
"size": [
|
| 5864 |
+
314.0164226790823,
|
| 5865 |
+
81.03561535717836
|
| 5866 |
],
|
| 5867 |
"flags": {},
|
| 5868 |
+
"order": 126,
|
| 5869 |
"mode": 0,
|
| 5870 |
"inputs": [
|
| 5871 |
{
|
| 5872 |
+
"name": "on_false",
|
| 5873 |
+
"type": "AUDIO",
|
| 5874 |
+
"link": 665
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5875 |
},
|
| 5876 |
{
|
| 5877 |
+
"name": "on_true",
|
| 5878 |
+
"type": "AUDIO",
|
| 5879 |
+
"link": 664
|
|
|
|
| 5880 |
}
|
| 5881 |
],
|
| 5882 |
"outputs": [
|
| 5883 |
{
|
| 5884 |
+
"name": "output",
|
| 5885 |
+
"type": "AUDIO",
|
| 5886 |
"links": [
|
| 5887 |
+
666
|
| 5888 |
]
|
| 5889 |
}
|
| 5890 |
],
|
| 5891 |
+
"title": "USE ONLY VOCALS",
|
| 5892 |
"properties": {
|
| 5893 |
+
"cnr_id": "comfy-core",
|
| 5894 |
+
"ver": "0.16.4",
|
| 5895 |
+
"Node name for S&R": "ComfySwitchNode"
|
| 5896 |
},
|
| 5897 |
"widgets_values": [
|
| 5898 |
+
false
|
| 5899 |
+
],
|
| 5900 |
+
"color": "#346434",
|
| 5901 |
+
"bgcolor": "rgba(24,24,27,.9)"
|
| 5902 |
}
|
| 5903 |
],
|
| 5904 |
"links": [
|
|
|
|
| 6790 |
0,
|
| 6791 |
"AUDIO"
|
| 6792 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6793 |
[
|
| 6794 |
659,
|
| 6795 |
380,
|
|
|
|
| 6805 |
113,
|
| 6806 |
3,
|
| 6807 |
"SIGMAS"
|
| 6808 |
+
],
|
| 6809 |
+
[
|
| 6810 |
+
664,
|
| 6811 |
+
371,
|
| 6812 |
+
0,
|
| 6813 |
+
382,
|
| 6814 |
+
1,
|
| 6815 |
+
"AUDIO"
|
| 6816 |
+
],
|
| 6817 |
+
[
|
| 6818 |
+
665,
|
| 6819 |
+
373,
|
| 6820 |
+
0,
|
| 6821 |
+
382,
|
| 6822 |
+
0,
|
| 6823 |
+
"AUDIO"
|
| 6824 |
+
],
|
| 6825 |
+
[
|
| 6826 |
+
666,
|
| 6827 |
+
382,
|
| 6828 |
+
0,
|
| 6829 |
+
364,
|
| 6830 |
+
0,
|
| 6831 |
+
"AUDIO"
|
| 6832 |
]
|
| 6833 |
],
|
| 6834 |
"groups": [
|
|
|
|
| 7007 |
"bounding": [
|
| 7008 |
-1587.1929701059898,
|
| 7009 |
4937.872573433027,
|
| 7010 |
+
1398.8239095374113,
|
| 7011 |
+
474.84566717591224
|
| 7012 |
],
|
| 7013 |
"color": "#3f789e",
|
| 7014 |
"font_size": 24,
|
|
|
|
| 7018 |
"id": 30,
|
| 7019 |
"title": "Optional",
|
| 7020 |
"bounding": [
|
| 7021 |
+
-1542.2978411355482,
|
| 7022 |
+
5197.152138357889,
|
| 7023 |
+
949.1748464808647,
|
| 7024 |
+
175.30223768537599
|
| 7025 |
],
|
| 7026 |
"color": "#3f789e",
|
| 7027 |
"font_size": 24,
|
|
|
|
| 7031 |
"config": {},
|
| 7032 |
"extra": {
|
| 7033 |
"ds": {
|
| 7034 |
+
"scale": 0.30735605491428386,
|
| 7035 |
"offset": [
|
| 7036 |
+
3273.291892668856,
|
| 7037 |
+
-2950.4274071687278
|
| 7038 |
]
|
| 7039 |
},
|
| 7040 |
"frontendVersion": "1.39.19",
|