Video-to-Video
Diffusers
English
ltx-video
ltx-2.3
ic-lora
low-light
shadow-reconstruction
generative-video
vfx
lighting
Instructions to use FuzzPuppy/LTX-2.3-Black-Magic-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use FuzzPuppy/LTX-2.3-Black-Magic-LoRA with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("FuzzPuppy/LTX-2.3-Black-Magic-LoRA", torch_dtype=torch.bfloat16, device_map="cuda") prompt = "Restore this underexposed video to a natural, well-exposed version with realistic colors and recovered shadow detail. A woman performs poi fire dancing. She has her back to the camera and is facing an audience." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Publish Black Magic model card, workflow, and examples
Browse files- .gitattributes +9 -0
- README.md +199 -0
- examples/back-poi.mp4 +3 -0
- examples/dance-couple.mp4 +3 -0
- examples/firepit-house.mp4 +3 -0
- examples/men-snow.mp4 +3 -0
- examples/monkey.mp4 +3 -0
- examples/owl.mp4 +3 -0
- examples/poi-festival.mp4 +3 -0
- examples/porcupine.mp4 +3 -0
- examples/tiger.mp4 +3 -0
- ltx23-black-magic-lora-workflow.json +2383 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,12 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
examples/back-poi.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
examples/dance-couple.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
examples/firepit-house.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
examples/men-snow.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
examples/monkey.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
examples/owl.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
examples/poi-festival.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
examples/porcupine.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
examples/tiger.mp4 filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -2,4 +2,203 @@
|
|
| 2 |
license: other
|
| 3 |
license_name: ltx-2-community-license
|
| 4 |
license_link: https://github.com/Lightricks/LTX-2/blob/main/LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: other
|
| 3 |
license_name: ltx-2-community-license
|
| 4 |
license_link: https://github.com/Lightricks/LTX-2/blob/main/LICENSE
|
| 5 |
+
base_model:
|
| 6 |
+
- Lightricks/LTX-2.3
|
| 7 |
+
base_model_relation: adapter
|
| 8 |
+
pipeline_tag: video-to-video
|
| 9 |
+
library_name: diffusers
|
| 10 |
+
language:
|
| 11 |
+
- en
|
| 12 |
+
tags:
|
| 13 |
+
- ltx-video
|
| 14 |
+
- ltx-2.3
|
| 15 |
+
- ic-lora
|
| 16 |
+
- low-light
|
| 17 |
+
- shadow-reconstruction
|
| 18 |
+
- generative-video
|
| 19 |
+
- vfx
|
| 20 |
+
- lighting
|
| 21 |
+
widget:
|
| 22 |
+
- text: >-
|
| 23 |
+
Restore this underexposed video to a natural, well-exposed version with
|
| 24 |
+
realistic colors and recovered shadow detail. A woman performs poi fire dancing. She has her back to the camera and is facing an audience.
|
| 25 |
+
output:
|
| 26 |
+
url: examples/back-poi.mp4
|
| 27 |
+
- text: >-
|
| 28 |
+
Restore this underexposed video to a natural, well-exposed version with
|
| 29 |
+
realistic colors and recovered shadow detail. A man and woman dance at a nightclub.
|
| 30 |
+
output:
|
| 31 |
+
url: examples/dance-couple.mp4
|
| 32 |
+
- text: >-
|
| 33 |
+
Restore this underexposed video to a natural, well-exposed version with
|
| 34 |
+
realistic colors and recovered shadow detail. A fire pit in front of a house in the forest.
|
| 35 |
+
output:
|
| 36 |
+
url: examples/firepit-house.mp4
|
| 37 |
+
- text: >-
|
| 38 |
+
Restore this underexposed video to a natural, well-exposed version with
|
| 39 |
+
realistic colors and recovered shadow detail. Three men in a snowy field.
|
| 40 |
+
output:
|
| 41 |
+
url: examples/men-snow.mp4
|
| 42 |
+
- text: >-
|
| 43 |
+
Restore this underexposed video to a natural, well-exposed version with
|
| 44 |
+
realistic colors and recovered shadow detail. A monkey eats corn on the cob.
|
| 45 |
+
output:
|
| 46 |
+
url: examples/monkey.mp4
|
| 47 |
+
- text: >-
|
| 48 |
+
Restore this underexposed video to a natural, well-exposed version with
|
| 49 |
+
realistic colors and recovered shadow detail. An owl in the forest.
|
| 50 |
+
output:
|
| 51 |
+
url: examples/owl.mp4
|
| 52 |
+
- text: >-
|
| 53 |
+
Restore this underexposed video to a natural, well-exposed version with
|
| 54 |
+
realistic colors and recovered shadow detail.
|
| 55 |
+
output:
|
| 56 |
+
url: examples/poi-festival.mp4
|
| 57 |
+
- text: >-
|
| 58 |
+
Restore this underexposed video to a natural, well-exposed version with
|
| 59 |
+
realistic colors and recovered shadow detail. A porcupine under a rock.
|
| 60 |
+
output:
|
| 61 |
+
url: examples/porcupine.mp4
|
| 62 |
+
- text: >-
|
| 63 |
+
Restore this underexposed video to a natural, well-exposed version with
|
| 64 |
+
realistic colors and recovered shadow detail. A tiger in the forest.
|
| 65 |
+
output:
|
| 66 |
+
url: examples/tiger.mp4
|
| 67 |
---
|
| 68 |
+
|
| 69 |
+
# Black Magic: LTX-2.3 22B Shadow Reconstruction IC-LoRA
|
| 70 |
+
|
| 71 |
+
Black Magic is a video-to-video IC-LoRA for
|
| 72 |
+
[LTX-2.3 22B](https://huggingface.co/Lightricks/LTX-2.3) that transforms dark or underexposed footage into a plausible, visually rich interpretation of the hidden scene. It doesn’t simply brighten the video. It interprets what might be hidden in the dark.
|
| 73 |
+
|
| 74 |
+
<Gallery />
|
| 75 |
+
|
| 76 |
+
**Black Magic is a generative VFX model, not conventional low-light enhancement.** It does not claim to reveal the original signal faithfully. Where the input contains too little information, it creates a temporally coherent interpretation of what could be in the dark.
|
| 77 |
+
|
| 78 |
+
## Model File
|
| 79 |
+
|
| 80 |
+
- [`black-magic-ic-lora-450.safetensors`](./black-magic-ic-lora-450.safetensors)
|
| 81 |
+
|
| 82 |
+
## Model Details
|
| 83 |
+
|
| 84 |
+
- **Base model:** LTX-2.3 22B
|
| 85 |
+
- **Training type:** IC-LoRA (video-to-video)
|
| 86 |
+
- **Reference input:** dark video
|
| 87 |
+
- **Reference downscale factor:** 1
|
| 88 |
+
- **Recommended LoRA strength:** `1.0`–`1.25`
|
| 89 |
+
|
| 90 |
+
## Intended Use & Out-of-Scope
|
| 91 |
+
|
| 92 |
+
**Intended use:** Generative shadow reconstruction for short creative and VFX
|
| 93 |
+
shots. The model is designed to preserve visible subjects, composition, motion,
|
| 94 |
+
and light placement while imagining plausible detail in crushed shadows. This makes Black Magic especially suited to dark concerts, festivals, animals in the wild at night, nighttime footage, and other shots where a compelling reconstruction matters more than accuracy.
|
| 95 |
+
|
| 96 |
+
**Out of scope:** Faithful photographic restoration, scientific enhancement,
|
| 97 |
+
surveillance, forensics, or any use that requires hidden details to match the
|
| 98 |
+
original scene. Indiscernible content is generated, not
|
| 99 |
+
recovered.
|
| 100 |
+
|
| 101 |
+
## Usage
|
| 102 |
+
|
| 103 |
+
### ComfyUI
|
| 104 |
+
|
| 105 |
+
A ready-to-run, two-phase ComfyUI graph is included:
|
| 106 |
+
[`ltx23-black-magic-lora-workflow.json`](./ltx23-black-magic-lora-workflow.json).
|
| 107 |
+
It uses ComfyUI core nodes and the official
|
| 108 |
+
[Lightricks ComfyUI-LTXVideo](https://github.com/Lightricks/ComfyUI-LTXVideo)
|
| 109 |
+
package. No Black Magic custom nodes are required.
|
| 110 |
+
|
| 111 |
+
1. Put `black-magic-ic-lora-450.safetensors` in `ComfyUI/models/loras`.
|
| 112 |
+
2. Install or update the official Lightricks ComfyUI-LTXVideo nodes.
|
| 113 |
+
3. Load `ltx23-black-magic-lora-workflow.json`.
|
| 114 |
+
4. Select the dark source in the **Load Video** node.
|
| 115 |
+
5. Update the positive prompt with a short scene description that guides the
|
| 116 |
+
reconstruction (see below).
|
| 117 |
+
6. Queue the workflow.
|
| 118 |
+
|
| 119 |
+
### Prompting
|
| 120 |
+
|
| 121 |
+
The following is the instruction used during training and is the recommended
|
| 122 |
+
prompt prefix:
|
| 123 |
+
|
| 124 |
+
```text
|
| 125 |
+
Restore this underexposed video to a natural, well-exposed version with realistic colors and recovered shadow detail.
|
| 126 |
+
```
|
| 127 |
+
|
| 128 |
+
Append a short description of what the scene contains, or what Black Magic
|
| 129 |
+
should plausibly construct in the shadows:
|
| 130 |
+
|
| 131 |
+
```text
|
| 132 |
+
A tiger in a forest.
|
| 133 |
+
```
|
| 134 |
+
|
| 135 |
+
The description acts as creative direction. Keep it concise if you want the
|
| 136 |
+
visible reference to remain dominant; add more detail when the shadows are
|
| 137 |
+
nearly empty and you want to steer the reimagined content. Long or strongly
|
| 138 |
+
stylized prompts can intentionally pull the result farther from the source and may produce a painted look.
|
| 139 |
+
|
| 140 |
+
## Recommended Settings
|
| 141 |
+
|
| 142 |
+
- **Black Magic strength:** `1.0`–`1.25`
|
| 143 |
+
- **Distilled LoRA strength:** `0.5`
|
| 144 |
+
- **Phase one:** 8 distilled Euler steps at approximately 640×352 for 16:9 video
|
| 145 |
+
- **Phase-one guidance:** video CFG `3`, audio CFG `1`, modality guidance `2`,
|
| 146 |
+
rescale `0.7`
|
| 147 |
+
- **Phase two:** CFG `1`, seed `43`, sigmas `0.85, 0.7250, 0.4219, 0`
|
| 148 |
+
- **Output:** 1280×704 for the included 16:9 workflow
|
| 149 |
+
|
| 150 |
+
The included workflow safely decodes up to 129 output frames in one LTX VAE
|
| 151 |
+
temporal tile. For a longer valid LTX sequence, set:
|
| 152 |
+
|
| 153 |
+
```text
|
| 154 |
+
minimum temporal_size = output frame count + 7
|
| 155 |
+
```
|
| 156 |
+
|
| 157 |
+
Use frame counts that are one more than a multiple of eight, such as 81, 121,
|
| 158 |
+
or 129. Keep input dimensions divisible by 32.
|
| 159 |
+
|
| 160 |
+
## Tips and Limitations
|
| 161 |
+
|
| 162 |
+
- Visible evidence of subjects, composition, or motion gives the model stronger
|
| 163 |
+
anchors. Fully black regions leave more room for invention.
|
| 164 |
+
- A concise scene description steers what the model imagines in ambiguous
|
| 165 |
+
shadows.
|
| 166 |
+
- Re-running with another seed can produce a different but still plausible
|
| 167 |
+
interpretation of the same darkness.
|
| 168 |
+
- This LoRA reconstructs video appearance; it was not trained as an audio
|
| 169 |
+
model.
|
| 170 |
+
|
| 171 |
+
## Dataset
|
| 172 |
+
|
| 173 |
+
The model was trained on video from
|
| 174 |
+
[Pexels](https://www.pexels.com/videos/) and
|
| 175 |
+
[BVI-RLV](https://doi.org/10.21227/mzny-8c77). Pexels videos were
|
| 176 |
+
synthetically darkened to create aligned reference and target pairs and are
|
| 177 |
+
subject to the [Pexels license](https://www.pexels.com/license/).
|
| 178 |
+
|
| 179 |
+
Real low-light pairs came from *BVI-Lowlight: Fully registered datasets for
|
| 180 |
+
low-light image and video enhancement* by P. Anantrasirichai, A. Malyugina,
|
| 181 |
+
R. Lin, and D. R. Bull (2023), available under
|
| 182 |
+
[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) from
|
| 183 |
+
[IEEE DataPort](https://doi.org/10.21227/mzny-8c77). The clips were cropped,
|
| 184 |
+
resized, and temporally sampled for training.
|
| 185 |
+
|
| 186 |
+
## Training
|
| 187 |
+
|
| 188 |
+
- **Technique:** IC-LoRA (rank 32, alpha 32) on the LTX-2.3 22B video
|
| 189 |
+
transformer
|
| 190 |
+
- **Checkpoint:** step 450
|
| 191 |
+
- **Infrastructure:** [LTX-2 Community Trainer](https://github.com/Lightricks/LTX-2/tree/main/packages/ltx-trainer)
|
| 192 |
+
|
| 193 |
+
## License
|
| 194 |
+
|
| 195 |
+
The model weights are released under the
|
| 196 |
+
[LTX-2 Community License](https://github.com/Lightricks/LTX-2/blob/main/LICENSE).
|
| 197 |
+
The source datasets remain subject to their respective licenses described in
|
| 198 |
+
the Dataset section above.
|
| 199 |
+
|
| 200 |
+
## Acknowledgments
|
| 201 |
+
|
| 202 |
+
- [Lightricks](https://www.lightricks.com/) for LTX-2.3, the official ComfyUI
|
| 203 |
+
nodes, and the LTX-2 Community Trainer.
|
| 204 |
+
- The Pexels creators and the BVI-RLV authors for the source training material.
|
examples/back-poi.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:746c79f3e9db0c7ce0574a926a1c72cb51a5c99b55246552eafa2b1172bc1a02
|
| 3 |
+
size 3926319
|
examples/dance-couple.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a2cd8499321a9e17e47e0d27472926c6442bb54fd0e9b9baca0ff76181e161e
|
| 3 |
+
size 5724995
|
examples/firepit-house.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc1f85a2e9e1f4a5186d5cf8599e7a2a2e8104cb893d83f7d6ffb7272575ddb8
|
| 3 |
+
size 4896990
|
examples/men-snow.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8d123b0b7a0da1306667838d41b91d40aa378d012fc4685aad25a7817c528c7
|
| 3 |
+
size 3617408
|
examples/monkey.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d1ca9c188a2b954841e11da16816dc6cb0275350ab5eb6b048057ee2ab5a614
|
| 3 |
+
size 4190855
|
examples/owl.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38128e40f47865a69c35f6afc4a55c4698839a2dc4611a4a149651feab38ec4f
|
| 3 |
+
size 3925681
|
examples/poi-festival.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17af65afda63c2f3a81e509584e9e5a42be831ee1af88425213d56a0be89758c
|
| 3 |
+
size 5184588
|
examples/porcupine.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5558d3e205fe4f96f55d97d6efdc27863a86c51061711136605f0d507713656f
|
| 3 |
+
size 4956605
|
examples/tiger.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28f39dfd07ccea27220cf6a1c09ab56529e96e4ffb2628ae2475384e4a7ef0ef
|
| 3 |
+
size 4564853
|
ltx23-black-magic-lora-workflow.json
ADDED
|
@@ -0,0 +1,2383 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "394ed254-7306-42a2-9ae6-aa880ce4456d",
|
| 3 |
+
"revision": 7,
|
| 4 |
+
"last_node_id": 6111,
|
| 5 |
+
"last_link_id": 15011,
|
| 6 |
+
"nodes": [
|
| 7 |
+
{
|
| 8 |
+
"id": 5023,
|
| 9 |
+
"type": "LTXAVTextEncoderLoader",
|
| 10 |
+
"pos": [
|
| 11 |
+
540,
|
| 12 |
+
230
|
| 13 |
+
],
|
| 14 |
+
"size": [
|
| 15 |
+
318.444921875,
|
| 16 |
+
122
|
| 17 |
+
],
|
| 18 |
+
"flags": {},
|
| 19 |
+
"order": 0,
|
| 20 |
+
"mode": 0,
|
| 21 |
+
"inputs": [],
|
| 22 |
+
"outputs": [
|
| 23 |
+
{
|
| 24 |
+
"name": "CLIP",
|
| 25 |
+
"type": "CLIP",
|
| 26 |
+
"links": [
|
| 27 |
+
13459,
|
| 28 |
+
13460
|
| 29 |
+
]
|
| 30 |
+
}
|
| 31 |
+
],
|
| 32 |
+
"properties": {
|
| 33 |
+
"cnr_id": "comfy-core",
|
| 34 |
+
"ver": "0.14.1",
|
| 35 |
+
"Node name for S&R": "LTXAVTextEncoderLoader"
|
| 36 |
+
},
|
| 37 |
+
"widgets_values": [
|
| 38 |
+
"gemma_3_12B_it_fp8_scaled.safetensors",
|
| 39 |
+
"ltx-2.3-22b-dev.safetensors",
|
| 40 |
+
"default"
|
| 41 |
+
]
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"id": 4828,
|
| 45 |
+
"type": "MultimodalGuider",
|
| 46 |
+
"pos": [
|
| 47 |
+
4060,
|
| 48 |
+
230
|
| 49 |
+
],
|
| 50 |
+
"size": [
|
| 51 |
+
315,
|
| 52 |
+
160
|
| 53 |
+
],
|
| 54 |
+
"flags": {},
|
| 55 |
+
"order": 1,
|
| 56 |
+
"mode": 0,
|
| 57 |
+
"inputs": [
|
| 58 |
+
{
|
| 59 |
+
"name": "model",
|
| 60 |
+
"type": "MODEL",
|
| 61 |
+
"link": 13401
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"name": "positive",
|
| 65 |
+
"type": "CONDITIONING",
|
| 66 |
+
"link": 13409
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"name": "negative",
|
| 70 |
+
"type": "CONDITIONING",
|
| 71 |
+
"link": 13410
|
| 72 |
+
},
|
| 73 |
+
{
|
| 74 |
+
"name": "parameters",
|
| 75 |
+
"type": "GUIDER_PARAMETERS",
|
| 76 |
+
"link": 15011
|
| 77 |
+
}
|
| 78 |
+
],
|
| 79 |
+
"outputs": [
|
| 80 |
+
{
|
| 81 |
+
"name": "GUIDER",
|
| 82 |
+
"type": "GUIDER",
|
| 83 |
+
"links": [
|
| 84 |
+
13089
|
| 85 |
+
]
|
| 86 |
+
}
|
| 87 |
+
],
|
| 88 |
+
"properties": {
|
| 89 |
+
"Node name for S&R": "MultimodalGuider"
|
| 90 |
+
},
|
| 91 |
+
"widgets_values": [
|
| 92 |
+
""
|
| 93 |
+
]
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"id": 4831,
|
| 97 |
+
"type": "KSamplerSelect",
|
| 98 |
+
"pos": [
|
| 99 |
+
3680,
|
| 100 |
+
350
|
| 101 |
+
],
|
| 102 |
+
"size": [
|
| 103 |
+
270,
|
| 104 |
+
74
|
| 105 |
+
],
|
| 106 |
+
"flags": {},
|
| 107 |
+
"order": 2,
|
| 108 |
+
"mode": 0,
|
| 109 |
+
"inputs": [],
|
| 110 |
+
"outputs": [
|
| 111 |
+
{
|
| 112 |
+
"name": "SAMPLER",
|
| 113 |
+
"type": "SAMPLER",
|
| 114 |
+
"links": [
|
| 115 |
+
13090
|
| 116 |
+
]
|
| 117 |
+
}
|
| 118 |
+
],
|
| 119 |
+
"properties": {
|
| 120 |
+
"cnr_id": "comfy-core",
|
| 121 |
+
"ver": "0.14.1",
|
| 122 |
+
"Node name for S&R": "KSamplerSelect"
|
| 123 |
+
},
|
| 124 |
+
"widgets_values": [
|
| 125 |
+
"euler"
|
| 126 |
+
]
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"id": 4849,
|
| 130 |
+
"type": "CreateVideo",
|
| 131 |
+
"pos": [
|
| 132 |
+
6600,
|
| 133 |
+
120
|
| 134 |
+
],
|
| 135 |
+
"size": [
|
| 136 |
+
270,
|
| 137 |
+
102
|
| 138 |
+
],
|
| 139 |
+
"flags": {},
|
| 140 |
+
"order": 3,
|
| 141 |
+
"mode": 0,
|
| 142 |
+
"inputs": [
|
| 143 |
+
{
|
| 144 |
+
"name": "images",
|
| 145 |
+
"type": "IMAGE",
|
| 146 |
+
"link": 13544
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"name": "audio",
|
| 150 |
+
"shape": 7,
|
| 151 |
+
"type": "AUDIO",
|
| 152 |
+
"link": 14020
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"name": "fps",
|
| 156 |
+
"type": "FLOAT",
|
| 157 |
+
"widget": {
|
| 158 |
+
"name": "fps"
|
| 159 |
+
},
|
| 160 |
+
"link": 13641
|
| 161 |
+
}
|
| 162 |
+
],
|
| 163 |
+
"outputs": [
|
| 164 |
+
{
|
| 165 |
+
"name": "VIDEO",
|
| 166 |
+
"type": "VIDEO",
|
| 167 |
+
"links": [
|
| 168 |
+
13112
|
| 169 |
+
]
|
| 170 |
+
}
|
| 171 |
+
],
|
| 172 |
+
"properties": {
|
| 173 |
+
"cnr_id": "comfy-core",
|
| 174 |
+
"ver": "0.14.1",
|
| 175 |
+
"Node name for S&R": "CreateVideo"
|
| 176 |
+
},
|
| 177 |
+
"widgets_values": [
|
| 178 |
+
24
|
| 179 |
+
]
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"id": 1241,
|
| 183 |
+
"type": "LTXVConditioning",
|
| 184 |
+
"pos": [
|
| 185 |
+
1790,
|
| 186 |
+
520
|
| 187 |
+
],
|
| 188 |
+
"size": [
|
| 189 |
+
210,
|
| 190 |
+
78
|
| 191 |
+
],
|
| 192 |
+
"flags": {},
|
| 193 |
+
"order": 4,
|
| 194 |
+
"mode": 0,
|
| 195 |
+
"inputs": [
|
| 196 |
+
{
|
| 197 |
+
"name": "positive",
|
| 198 |
+
"type": "CONDITIONING",
|
| 199 |
+
"link": 7065
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"name": "negative",
|
| 203 |
+
"type": "CONDITIONING",
|
| 204 |
+
"link": 7652
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"name": "frame_rate",
|
| 208 |
+
"type": "FLOAT",
|
| 209 |
+
"widget": {
|
| 210 |
+
"name": "frame_rate"
|
| 211 |
+
},
|
| 212 |
+
"link": 13642
|
| 213 |
+
}
|
| 214 |
+
],
|
| 215 |
+
"outputs": [
|
| 216 |
+
{
|
| 217 |
+
"name": "positive",
|
| 218 |
+
"type": "CONDITIONING",
|
| 219 |
+
"slot_index": 0,
|
| 220 |
+
"links": [
|
| 221 |
+
13403
|
| 222 |
+
]
|
| 223 |
+
},
|
| 224 |
+
{
|
| 225 |
+
"name": "negative",
|
| 226 |
+
"type": "CONDITIONING",
|
| 227 |
+
"slot_index": 1,
|
| 228 |
+
"links": [
|
| 229 |
+
13404
|
| 230 |
+
]
|
| 231 |
+
}
|
| 232 |
+
],
|
| 233 |
+
"properties": {
|
| 234 |
+
"cnr_id": "comfy-core",
|
| 235 |
+
"ver": "0.3.28",
|
| 236 |
+
"Node name for S&R": "LTXVConditioning"
|
| 237 |
+
},
|
| 238 |
+
"widgets_values": [
|
| 239 |
+
24
|
| 240 |
+
]
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"id": 4832,
|
| 244 |
+
"type": "RandomNoise",
|
| 245 |
+
"pos": [
|
| 246 |
+
3680,
|
| 247 |
+
230
|
| 248 |
+
],
|
| 249 |
+
"size": [
|
| 250 |
+
279.7478557810682,
|
| 251 |
+
82
|
| 252 |
+
],
|
| 253 |
+
"flags": {},
|
| 254 |
+
"order": 5,
|
| 255 |
+
"mode": 0,
|
| 256 |
+
"inputs": [],
|
| 257 |
+
"outputs": [
|
| 258 |
+
{
|
| 259 |
+
"name": "NOISE",
|
| 260 |
+
"type": "NOISE",
|
| 261 |
+
"links": [
|
| 262 |
+
13093
|
| 263 |
+
]
|
| 264 |
+
}
|
| 265 |
+
],
|
| 266 |
+
"properties": {
|
| 267 |
+
"cnr_id": "comfy-core",
|
| 268 |
+
"ver": "0.14.1",
|
| 269 |
+
"Node name for S&R": "RandomNoise"
|
| 270 |
+
},
|
| 271 |
+
"widgets_values": [
|
| 272 |
+
42,
|
| 273 |
+
"fixed"
|
| 274 |
+
]
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"id": 4922,
|
| 278 |
+
"type": "LoraLoaderModelOnly",
|
| 279 |
+
"pos": [
|
| 280 |
+
30,
|
| 281 |
+
260
|
| 282 |
+
],
|
| 283 |
+
"size": [
|
| 284 |
+
454.14193097539646,
|
| 285 |
+
128.44311555561626
|
| 286 |
+
],
|
| 287 |
+
"flags": {},
|
| 288 |
+
"order": 6,
|
| 289 |
+
"mode": 0,
|
| 290 |
+
"inputs": [
|
| 291 |
+
{
|
| 292 |
+
"name": "model",
|
| 293 |
+
"type": "MODEL",
|
| 294 |
+
"link": 13217
|
| 295 |
+
}
|
| 296 |
+
],
|
| 297 |
+
"outputs": [
|
| 298 |
+
{
|
| 299 |
+
"name": "MODEL",
|
| 300 |
+
"type": "MODEL",
|
| 301 |
+
"links": [
|
| 302 |
+
13400,
|
| 303 |
+
14009
|
| 304 |
+
]
|
| 305 |
+
}
|
| 306 |
+
],
|
| 307 |
+
"properties": {
|
| 308 |
+
"cnr_id": "comfy-core",
|
| 309 |
+
"ver": "0.14.1",
|
| 310 |
+
"Node name for S&R": "LoraLoaderModelOnly"
|
| 311 |
+
},
|
| 312 |
+
"widgets_values": [
|
| 313 |
+
"ltx-2.3-22b-distilled-lora-384-1.1.safetensors",
|
| 314 |
+
0.5
|
| 315 |
+
]
|
| 316 |
+
},
|
| 317 |
+
{
|
| 318 |
+
"id": 4852,
|
| 319 |
+
"type": "SaveVideo",
|
| 320 |
+
"pos": [
|
| 321 |
+
6910,
|
| 322 |
+
120
|
| 323 |
+
],
|
| 324 |
+
"size": [
|
| 325 |
+
523.0556530433919,
|
| 326 |
+
506.3562313794205
|
| 327 |
+
],
|
| 328 |
+
"flags": {},
|
| 329 |
+
"order": 7,
|
| 330 |
+
"mode": 0,
|
| 331 |
+
"inputs": [
|
| 332 |
+
{
|
| 333 |
+
"name": "video",
|
| 334 |
+
"type": "VIDEO",
|
| 335 |
+
"link": 13112
|
| 336 |
+
}
|
| 337 |
+
],
|
| 338 |
+
"outputs": [],
|
| 339 |
+
"properties": {
|
| 340 |
+
"cnr_id": "comfy-core",
|
| 341 |
+
"ver": "0.14.1"
|
| 342 |
+
},
|
| 343 |
+
"widgets_values": [
|
| 344 |
+
"ltx23_black_magic_lora",
|
| 345 |
+
"auto",
|
| 346 |
+
"auto"
|
| 347 |
+
]
|
| 348 |
+
},
|
| 349 |
+
{
|
| 350 |
+
"id": 3940,
|
| 351 |
+
"type": "CheckpointLoaderSimple",
|
| 352 |
+
"pos": [
|
| 353 |
+
30,
|
| 354 |
+
100
|
| 355 |
+
],
|
| 356 |
+
"size": [
|
| 357 |
+
383.4002295473938,
|
| 358 |
+
108.51948797992713
|
| 359 |
+
],
|
| 360 |
+
"flags": {},
|
| 361 |
+
"order": 8,
|
| 362 |
+
"mode": 0,
|
| 363 |
+
"inputs": [],
|
| 364 |
+
"outputs": [
|
| 365 |
+
{
|
| 366 |
+
"name": "MODEL",
|
| 367 |
+
"type": "MODEL",
|
| 368 |
+
"links": [
|
| 369 |
+
13217
|
| 370 |
+
]
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"name": "CLIP",
|
| 374 |
+
"type": "CLIP",
|
| 375 |
+
"links": null
|
| 376 |
+
},
|
| 377 |
+
{
|
| 378 |
+
"name": "VAE",
|
| 379 |
+
"type": "VAE",
|
| 380 |
+
"links": [
|
| 381 |
+
13405,
|
| 382 |
+
13543,
|
| 383 |
+
14006
|
| 384 |
+
]
|
| 385 |
+
}
|
| 386 |
+
],
|
| 387 |
+
"properties": {
|
| 388 |
+
"cnr_id": "comfy-core",
|
| 389 |
+
"ver": "0.3.56",
|
| 390 |
+
"Node name for S&R": "CheckpointLoaderSimple"
|
| 391 |
+
},
|
| 392 |
+
"widgets_values": [
|
| 393 |
+
"ltx-2.3-22b-dev.safetensors"
|
| 394 |
+
]
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"id": 4010,
|
| 398 |
+
"type": "LTXVAudioVAELoader",
|
| 399 |
+
"pos": [
|
| 400 |
+
540,
|
| 401 |
+
100
|
| 402 |
+
],
|
| 403 |
+
"size": [
|
| 404 |
+
384.6576773713696,
|
| 405 |
+
79.30435270514249
|
| 406 |
+
],
|
| 407 |
+
"flags": {},
|
| 408 |
+
"order": 9,
|
| 409 |
+
"mode": 0,
|
| 410 |
+
"inputs": [],
|
| 411 |
+
"outputs": [
|
| 412 |
+
{
|
| 413 |
+
"name": "Audio VAE",
|
| 414 |
+
"type": "VAE",
|
| 415 |
+
"links": [
|
| 416 |
+
14100
|
| 417 |
+
]
|
| 418 |
+
}
|
| 419 |
+
],
|
| 420 |
+
"properties": {
|
| 421 |
+
"cnr_id": "comfy-core",
|
| 422 |
+
"ver": "0.3.64",
|
| 423 |
+
"Node name for S&R": "LTXVAudioVAELoader"
|
| 424 |
+
},
|
| 425 |
+
"widgets_values": [
|
| 426 |
+
"ltx-2.3-22b-dev.safetensors"
|
| 427 |
+
]
|
| 428 |
+
},
|
| 429 |
+
{
|
| 430 |
+
"id": 2612,
|
| 431 |
+
"type": "CLIPTextEncode",
|
| 432 |
+
"pos": [
|
| 433 |
+
1430,
|
| 434 |
+
520
|
| 435 |
+
],
|
| 436 |
+
"size": [
|
| 437 |
+
309.5560766015442,
|
| 438 |
+
120.13641397900165
|
| 439 |
+
],
|
| 440 |
+
"flags": {},
|
| 441 |
+
"order": 10,
|
| 442 |
+
"mode": 0,
|
| 443 |
+
"inputs": [
|
| 444 |
+
{
|
| 445 |
+
"name": "clip",
|
| 446 |
+
"type": "CLIP",
|
| 447 |
+
"link": 13460
|
| 448 |
+
}
|
| 449 |
+
],
|
| 450 |
+
"outputs": [
|
| 451 |
+
{
|
| 452 |
+
"name": "CONDITIONING",
|
| 453 |
+
"type": "CONDITIONING",
|
| 454 |
+
"slot_index": 0,
|
| 455 |
+
"links": [
|
| 456 |
+
7652
|
| 457 |
+
]
|
| 458 |
+
}
|
| 459 |
+
],
|
| 460 |
+
"title": "CLIP Text Encode (Negative Prompt)",
|
| 461 |
+
"properties": {
|
| 462 |
+
"cnr_id": "comfy-core",
|
| 463 |
+
"ver": "0.3.28",
|
| 464 |
+
"Node name for S&R": "CLIPTextEncode"
|
| 465 |
+
},
|
| 466 |
+
"widgets_values": [
|
| 467 |
+
""
|
| 468 |
+
],
|
| 469 |
+
"color": "#322",
|
| 470 |
+
"bgcolor": "#533"
|
| 471 |
+
},
|
| 472 |
+
{
|
| 473 |
+
"id": 5025,
|
| 474 |
+
"type": "ManualSigmas",
|
| 475 |
+
"pos": [
|
| 476 |
+
3680,
|
| 477 |
+
470
|
| 478 |
+
],
|
| 479 |
+
"size": [
|
| 480 |
+
499.94633283206986,
|
| 481 |
+
67.3573576655076
|
| 482 |
+
],
|
| 483 |
+
"flags": {},
|
| 484 |
+
"order": 11,
|
| 485 |
+
"mode": 0,
|
| 486 |
+
"inputs": [],
|
| 487 |
+
"outputs": [
|
| 488 |
+
{
|
| 489 |
+
"name": "SIGMAS",
|
| 490 |
+
"type": "SIGMAS",
|
| 491 |
+
"links": [
|
| 492 |
+
13463
|
| 493 |
+
]
|
| 494 |
+
}
|
| 495 |
+
],
|
| 496 |
+
"properties": {
|
| 497 |
+
"cnr_id": "comfy-core",
|
| 498 |
+
"ver": "0.14.1",
|
| 499 |
+
"Node name for S&R": "ManualSigmas"
|
| 500 |
+
},
|
| 501 |
+
"widgets_values": [
|
| 502 |
+
"1.0, 0.99375, 0.9875, 0.98125, 0.975, 0.909375, 0.725, 0.421875, 0.0"
|
| 503 |
+
]
|
| 504 |
+
},
|
| 505 |
+
{
|
| 506 |
+
"id": 5065,
|
| 507 |
+
"type": "VAEDecodeTiled",
|
| 508 |
+
"pos": [
|
| 509 |
+
6280,
|
| 510 |
+
120
|
| 511 |
+
],
|
| 512 |
+
"size": [
|
| 513 |
+
267.6441352715875,
|
| 514 |
+
198
|
| 515 |
+
],
|
| 516 |
+
"flags": {},
|
| 517 |
+
"order": 12,
|
| 518 |
+
"mode": 0,
|
| 519 |
+
"inputs": [
|
| 520 |
+
{
|
| 521 |
+
"name": "samples",
|
| 522 |
+
"type": "LATENT",
|
| 523 |
+
"link": 14018
|
| 524 |
+
},
|
| 525 |
+
{
|
| 526 |
+
"name": "vae",
|
| 527 |
+
"type": "VAE",
|
| 528 |
+
"link": 13543
|
| 529 |
+
}
|
| 530 |
+
],
|
| 531 |
+
"outputs": [
|
| 532 |
+
{
|
| 533 |
+
"name": "IMAGE",
|
| 534 |
+
"type": "IMAGE",
|
| 535 |
+
"links": [
|
| 536 |
+
13544
|
| 537 |
+
]
|
| 538 |
+
}
|
| 539 |
+
],
|
| 540 |
+
"properties": {
|
| 541 |
+
"cnr_id": "comfy-core",
|
| 542 |
+
"ver": "0.14.1",
|
| 543 |
+
"Node name for S&R": "VAEDecodeTiled"
|
| 544 |
+
},
|
| 545 |
+
"widgets_values": [
|
| 546 |
+
512,
|
| 547 |
+
64,
|
| 548 |
+
136,
|
| 549 |
+
8
|
| 550 |
+
]
|
| 551 |
+
},
|
| 552 |
+
{
|
| 553 |
+
"id": 5012,
|
| 554 |
+
"type": "LTXAddVideoICLoRAGuide",
|
| 555 |
+
"pos": [
|
| 556 |
+
2400,
|
| 557 |
+
100
|
| 558 |
+
],
|
| 559 |
+
"size": [
|
| 560 |
+
316.886328125,
|
| 561 |
+
282
|
| 562 |
+
],
|
| 563 |
+
"flags": {},
|
| 564 |
+
"order": 13,
|
| 565 |
+
"mode": 0,
|
| 566 |
+
"inputs": [
|
| 567 |
+
{
|
| 568 |
+
"name": "positive",
|
| 569 |
+
"type": "CONDITIONING",
|
| 570 |
+
"link": 13403
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"name": "negative",
|
| 574 |
+
"type": "CONDITIONING",
|
| 575 |
+
"link": 13404
|
| 576 |
+
},
|
| 577 |
+
{
|
| 578 |
+
"name": "vae",
|
| 579 |
+
"type": "VAE",
|
| 580 |
+
"link": 13405
|
| 581 |
+
},
|
| 582 |
+
{
|
| 583 |
+
"name": "latent",
|
| 584 |
+
"type": "LATENT",
|
| 585 |
+
"link": 14001
|
| 586 |
+
},
|
| 587 |
+
{
|
| 588 |
+
"name": "image",
|
| 589 |
+
"type": "IMAGE",
|
| 590 |
+
"link": 13618
|
| 591 |
+
}
|
| 592 |
+
],
|
| 593 |
+
"outputs": [
|
| 594 |
+
{
|
| 595 |
+
"name": "positive",
|
| 596 |
+
"type": "CONDITIONING",
|
| 597 |
+
"links": [
|
| 598 |
+
13409,
|
| 599 |
+
13413
|
| 600 |
+
]
|
| 601 |
+
},
|
| 602 |
+
{
|
| 603 |
+
"name": "negative",
|
| 604 |
+
"type": "CONDITIONING",
|
| 605 |
+
"links": [
|
| 606 |
+
13410,
|
| 607 |
+
13414
|
| 608 |
+
]
|
| 609 |
+
},
|
| 610 |
+
{
|
| 611 |
+
"name": "latent",
|
| 612 |
+
"type": "LATENT",
|
| 613 |
+
"links": [
|
| 614 |
+
13444
|
| 615 |
+
]
|
| 616 |
+
}
|
| 617 |
+
],
|
| 618 |
+
"properties": {
|
| 619 |
+
"aux_id": "Lightricks/ComfyUI-LTXVideo",
|
| 620 |
+
"Node name for S&R": "LTXAddVideoICLoRAGuide",
|
| 621 |
+
"ver": "49add6dddb2e1bb2d23bc509a9fac3edd2834961"
|
| 622 |
+
},
|
| 623 |
+
"widgets_values": [
|
| 624 |
+
0,
|
| 625 |
+
1,
|
| 626 |
+
1,
|
| 627 |
+
"center",
|
| 628 |
+
false,
|
| 629 |
+
256,
|
| 630 |
+
64
|
| 631 |
+
]
|
| 632 |
+
},
|
| 633 |
+
{
|
| 634 |
+
"id": 5101,
|
| 635 |
+
"type": "ResizeImageMaskNode",
|
| 636 |
+
"pos": [
|
| 637 |
+
1650,
|
| 638 |
+
100
|
| 639 |
+
],
|
| 640 |
+
"size": [
|
| 641 |
+
295.3507062481799,
|
| 642 |
+
106
|
| 643 |
+
],
|
| 644 |
+
"flags": {},
|
| 645 |
+
"order": 14,
|
| 646 |
+
"mode": 0,
|
| 647 |
+
"inputs": [
|
| 648 |
+
{
|
| 649 |
+
"name": "input",
|
| 650 |
+
"type": "IMAGE,MASK",
|
| 651 |
+
"link": 13628
|
| 652 |
+
}
|
| 653 |
+
],
|
| 654 |
+
"outputs": [
|
| 655 |
+
{
|
| 656 |
+
"name": "resized",
|
| 657 |
+
"type": "IMAGE",
|
| 658 |
+
"links": [
|
| 659 |
+
13618,
|
| 660 |
+
13643
|
| 661 |
+
]
|
| 662 |
+
}
|
| 663 |
+
],
|
| 664 |
+
"properties": {
|
| 665 |
+
"cnr_id": "comfy-core",
|
| 666 |
+
"ver": "0.16.0",
|
| 667 |
+
"Node name for S&R": "ResizeImageMaskNode"
|
| 668 |
+
},
|
| 669 |
+
"widgets_values": [
|
| 670 |
+
"scale shorter dimension",
|
| 671 |
+
360,
|
| 672 |
+
"area"
|
| 673 |
+
]
|
| 674 |
+
},
|
| 675 |
+
{
|
| 676 |
+
"id": 5105,
|
| 677 |
+
"type": "GetImageSize",
|
| 678 |
+
"pos": [
|
| 679 |
+
1650,
|
| 680 |
+
260
|
| 681 |
+
],
|
| 682 |
+
"size": [
|
| 683 |
+
167.71971406981493,
|
| 684 |
+
124
|
| 685 |
+
],
|
| 686 |
+
"flags": {},
|
| 687 |
+
"order": 15,
|
| 688 |
+
"mode": 0,
|
| 689 |
+
"inputs": [
|
| 690 |
+
{
|
| 691 |
+
"name": "image",
|
| 692 |
+
"type": "IMAGE",
|
| 693 |
+
"link": 13643
|
| 694 |
+
}
|
| 695 |
+
],
|
| 696 |
+
"outputs": [
|
| 697 |
+
{
|
| 698 |
+
"name": "width",
|
| 699 |
+
"type": "INT",
|
| 700 |
+
"links": [
|
| 701 |
+
13639
|
| 702 |
+
]
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"name": "height",
|
| 706 |
+
"type": "INT",
|
| 707 |
+
"links": [
|
| 708 |
+
13640
|
| 709 |
+
]
|
| 710 |
+
},
|
| 711 |
+
{
|
| 712 |
+
"name": "batch_size",
|
| 713 |
+
"type": "INT",
|
| 714 |
+
"links": [
|
| 715 |
+
13665,
|
| 716 |
+
14101
|
| 717 |
+
]
|
| 718 |
+
}
|
| 719 |
+
],
|
| 720 |
+
"properties": {
|
| 721 |
+
"cnr_id": "comfy-core",
|
| 722 |
+
"ver": "0.24.0",
|
| 723 |
+
"Node name for S&R": "GetImageSize"
|
| 724 |
+
},
|
| 725 |
+
"widgets_values": []
|
| 726 |
+
},
|
| 727 |
+
{
|
| 728 |
+
"id": 4528,
|
| 729 |
+
"type": "LTXVConcatAVLatent",
|
| 730 |
+
"pos": [
|
| 731 |
+
2780,
|
| 732 |
+
200
|
| 733 |
+
],
|
| 734 |
+
"size": [
|
| 735 |
+
181.308203125,
|
| 736 |
+
46
|
| 737 |
+
],
|
| 738 |
+
"flags": {},
|
| 739 |
+
"order": 16,
|
| 740 |
+
"mode": 0,
|
| 741 |
+
"inputs": [
|
| 742 |
+
{
|
| 743 |
+
"name": "video_latent",
|
| 744 |
+
"type": "LATENT",
|
| 745 |
+
"link": 13444
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"name": "audio_latent",
|
| 749 |
+
"type": "LATENT",
|
| 750 |
+
"link": 14103
|
| 751 |
+
}
|
| 752 |
+
],
|
| 753 |
+
"outputs": [
|
| 754 |
+
{
|
| 755 |
+
"name": "latent",
|
| 756 |
+
"type": "LATENT",
|
| 757 |
+
"links": [
|
| 758 |
+
13302
|
| 759 |
+
]
|
| 760 |
+
}
|
| 761 |
+
],
|
| 762 |
+
"properties": {
|
| 763 |
+
"cnr_id": "comfy-core",
|
| 764 |
+
"ver": "0.10.0",
|
| 765 |
+
"Node name for S&R": "LTXVConcatAVLatent"
|
| 766 |
+
},
|
| 767 |
+
"widgets_values": []
|
| 768 |
+
},
|
| 769 |
+
{
|
| 770 |
+
"id": 3059,
|
| 771 |
+
"type": "EmptyLTXVLatentVideo",
|
| 772 |
+
"pos": [
|
| 773 |
+
2130,
|
| 774 |
+
100
|
| 775 |
+
],
|
| 776 |
+
"size": [
|
| 777 |
+
210,
|
| 778 |
+
130
|
| 779 |
+
],
|
| 780 |
+
"flags": {},
|
| 781 |
+
"order": 17,
|
| 782 |
+
"mode": 0,
|
| 783 |
+
"inputs": [
|
| 784 |
+
{
|
| 785 |
+
"name": "width",
|
| 786 |
+
"type": "INT",
|
| 787 |
+
"widget": {
|
| 788 |
+
"name": "width"
|
| 789 |
+
},
|
| 790 |
+
"link": 13639
|
| 791 |
+
},
|
| 792 |
+
{
|
| 793 |
+
"name": "height",
|
| 794 |
+
"type": "INT",
|
| 795 |
+
"widget": {
|
| 796 |
+
"name": "height"
|
| 797 |
+
},
|
| 798 |
+
"link": 13640
|
| 799 |
+
},
|
| 800 |
+
{
|
| 801 |
+
"name": "length",
|
| 802 |
+
"type": "INT",
|
| 803 |
+
"widget": {
|
| 804 |
+
"name": "length"
|
| 805 |
+
},
|
| 806 |
+
"link": 13665
|
| 807 |
+
}
|
| 808 |
+
],
|
| 809 |
+
"outputs": [
|
| 810 |
+
{
|
| 811 |
+
"name": "LATENT",
|
| 812 |
+
"type": "LATENT",
|
| 813 |
+
"links": [
|
| 814 |
+
14001
|
| 815 |
+
]
|
| 816 |
+
}
|
| 817 |
+
],
|
| 818 |
+
"properties": {
|
| 819 |
+
"cnr_id": "comfy-core",
|
| 820 |
+
"ver": "0.3.43",
|
| 821 |
+
"Node name for S&R": "EmptyLTXVLatentVideo"
|
| 822 |
+
},
|
| 823 |
+
"widgets_values": [
|
| 824 |
+
960,
|
| 825 |
+
544,
|
| 826 |
+
121,
|
| 827 |
+
1
|
| 828 |
+
]
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"id": 5103,
|
| 832 |
+
"type": "GetVideoComponents",
|
| 833 |
+
"pos": [
|
| 834 |
+
1420,
|
| 835 |
+
100
|
| 836 |
+
],
|
| 837 |
+
"size": [
|
| 838 |
+
193.530859375,
|
| 839 |
+
86
|
| 840 |
+
],
|
| 841 |
+
"flags": {},
|
| 842 |
+
"order": 18,
|
| 843 |
+
"mode": 0,
|
| 844 |
+
"inputs": [
|
| 845 |
+
{
|
| 846 |
+
"name": "video",
|
| 847 |
+
"type": "VIDEO",
|
| 848 |
+
"link": 13619
|
| 849 |
+
}
|
| 850 |
+
],
|
| 851 |
+
"outputs": [
|
| 852 |
+
{
|
| 853 |
+
"name": "images",
|
| 854 |
+
"type": "IMAGE",
|
| 855 |
+
"links": [
|
| 856 |
+
13628
|
| 857 |
+
]
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"name": "audio",
|
| 861 |
+
"type": "AUDIO",
|
| 862 |
+
"links": [
|
| 863 |
+
14020
|
| 864 |
+
]
|
| 865 |
+
},
|
| 866 |
+
{
|
| 867 |
+
"name": "fps",
|
| 868 |
+
"type": "FLOAT",
|
| 869 |
+
"links": [
|
| 870 |
+
13641,
|
| 871 |
+
13642
|
| 872 |
+
]
|
| 873 |
+
},
|
| 874 |
+
{
|
| 875 |
+
"name": "bit_depth",
|
| 876 |
+
"type": "INT",
|
| 877 |
+
"links": null
|
| 878 |
+
}
|
| 879 |
+
],
|
| 880 |
+
"properties": {
|
| 881 |
+
"cnr_id": "comfy-core",
|
| 882 |
+
"ver": "0.18.1",
|
| 883 |
+
"Node name for S&R": "GetVideoComponents"
|
| 884 |
+
},
|
| 885 |
+
"widgets_values": []
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"id": 5013,
|
| 889 |
+
"type": "LTXVCropGuides",
|
| 890 |
+
"pos": [
|
| 891 |
+
4370,
|
| 892 |
+
520
|
| 893 |
+
],
|
| 894 |
+
"size": [
|
| 895 |
+
187.5,
|
| 896 |
+
100.83333333333334
|
| 897 |
+
],
|
| 898 |
+
"flags": {},
|
| 899 |
+
"order": 19,
|
| 900 |
+
"mode": 0,
|
| 901 |
+
"inputs": [
|
| 902 |
+
{
|
| 903 |
+
"name": "positive",
|
| 904 |
+
"type": "CONDITIONING",
|
| 905 |
+
"link": 13413
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"name": "negative",
|
| 909 |
+
"type": "CONDITIONING",
|
| 910 |
+
"link": 13414
|
| 911 |
+
},
|
| 912 |
+
{
|
| 913 |
+
"name": "latent",
|
| 914 |
+
"type": "LATENT",
|
| 915 |
+
"link": 13411
|
| 916 |
+
}
|
| 917 |
+
],
|
| 918 |
+
"outputs": [
|
| 919 |
+
{
|
| 920 |
+
"name": "positive",
|
| 921 |
+
"type": "CONDITIONING",
|
| 922 |
+
"links": [
|
| 923 |
+
14010
|
| 924 |
+
]
|
| 925 |
+
},
|
| 926 |
+
{
|
| 927 |
+
"name": "negative",
|
| 928 |
+
"type": "CONDITIONING",
|
| 929 |
+
"links": [
|
| 930 |
+
14011
|
| 931 |
+
]
|
| 932 |
+
},
|
| 933 |
+
{
|
| 934 |
+
"name": "latent",
|
| 935 |
+
"type": "LATENT",
|
| 936 |
+
"links": [
|
| 937 |
+
14004
|
| 938 |
+
]
|
| 939 |
+
}
|
| 940 |
+
],
|
| 941 |
+
"properties": {
|
| 942 |
+
"cnr_id": "comfy-core",
|
| 943 |
+
"ver": "0.3.75",
|
| 944 |
+
"Node name for S&R": "LTXVCropGuides"
|
| 945 |
+
},
|
| 946 |
+
"widgets_values": []
|
| 947 |
+
},
|
| 948 |
+
{
|
| 949 |
+
"id": 4845,
|
| 950 |
+
"type": "LTXVSeparateAVLatent",
|
| 951 |
+
"pos": [
|
| 952 |
+
4370,
|
| 953 |
+
380
|
| 954 |
+
],
|
| 955 |
+
"size": [
|
| 956 |
+
193.2916015625,
|
| 957 |
+
46
|
| 958 |
+
],
|
| 959 |
+
"flags": {},
|
| 960 |
+
"order": 20,
|
| 961 |
+
"mode": 0,
|
| 962 |
+
"inputs": [
|
| 963 |
+
{
|
| 964 |
+
"name": "av_latent",
|
| 965 |
+
"type": "LATENT",
|
| 966 |
+
"link": 13363
|
| 967 |
+
}
|
| 968 |
+
],
|
| 969 |
+
"outputs": [
|
| 970 |
+
{
|
| 971 |
+
"name": "video_latent",
|
| 972 |
+
"type": "LATENT",
|
| 973 |
+
"links": [
|
| 974 |
+
13411
|
| 975 |
+
]
|
| 976 |
+
},
|
| 977 |
+
{
|
| 978 |
+
"name": "audio_latent",
|
| 979 |
+
"type": "LATENT",
|
| 980 |
+
"links": [
|
| 981 |
+
14008
|
| 982 |
+
]
|
| 983 |
+
}
|
| 984 |
+
],
|
| 985 |
+
"properties": {
|
| 986 |
+
"cnr_id": "comfy-core",
|
| 987 |
+
"ver": "0.10.0",
|
| 988 |
+
"Node name for S&R": "LTXVSeparateAVLatent"
|
| 989 |
+
},
|
| 990 |
+
"widgets_values": []
|
| 991 |
+
},
|
| 992 |
+
{
|
| 993 |
+
"id": 4829,
|
| 994 |
+
"type": "SamplerCustomAdvanced",
|
| 995 |
+
"pos": [
|
| 996 |
+
4370,
|
| 997 |
+
230
|
| 998 |
+
],
|
| 999 |
+
"size": [
|
| 1000 |
+
212.3638671875,
|
| 1001 |
+
106
|
| 1002 |
+
],
|
| 1003 |
+
"flags": {},
|
| 1004 |
+
"order": 21,
|
| 1005 |
+
"mode": 0,
|
| 1006 |
+
"inputs": [
|
| 1007 |
+
{
|
| 1008 |
+
"name": "noise",
|
| 1009 |
+
"type": "NOISE",
|
| 1010 |
+
"link": 13093
|
| 1011 |
+
},
|
| 1012 |
+
{
|
| 1013 |
+
"name": "guider",
|
| 1014 |
+
"type": "GUIDER",
|
| 1015 |
+
"link": 13089
|
| 1016 |
+
},
|
| 1017 |
+
{
|
| 1018 |
+
"name": "sampler",
|
| 1019 |
+
"type": "SAMPLER",
|
| 1020 |
+
"link": 13090
|
| 1021 |
+
},
|
| 1022 |
+
{
|
| 1023 |
+
"name": "sigmas",
|
| 1024 |
+
"type": "SIGMAS",
|
| 1025 |
+
"link": 13463
|
| 1026 |
+
},
|
| 1027 |
+
{
|
| 1028 |
+
"name": "latent_image",
|
| 1029 |
+
"type": "LATENT",
|
| 1030 |
+
"link": 13302
|
| 1031 |
+
}
|
| 1032 |
+
],
|
| 1033 |
+
"outputs": [
|
| 1034 |
+
{
|
| 1035 |
+
"name": "output",
|
| 1036 |
+
"type": "LATENT",
|
| 1037 |
+
"links": [
|
| 1038 |
+
13363
|
| 1039 |
+
]
|
| 1040 |
+
},
|
| 1041 |
+
{
|
| 1042 |
+
"name": "denoised_output",
|
| 1043 |
+
"type": "LATENT",
|
| 1044 |
+
"links": null
|
| 1045 |
+
}
|
| 1046 |
+
],
|
| 1047 |
+
"properties": {
|
| 1048 |
+
"cnr_id": "comfy-core",
|
| 1049 |
+
"ver": "0.14.1",
|
| 1050 |
+
"Node name for S&R": "SamplerCustomAdvanced"
|
| 1051 |
+
},
|
| 1052 |
+
"widgets_values": []
|
| 1053 |
+
},
|
| 1054 |
+
{
|
| 1055 |
+
"id": 5011,
|
| 1056 |
+
"type": "LTXICLoRALoaderModelOnly",
|
| 1057 |
+
"pos": [
|
| 1058 |
+
30,
|
| 1059 |
+
440
|
| 1060 |
+
],
|
| 1061 |
+
"size": [
|
| 1062 |
+
470.78398350863415,
|
| 1063 |
+
130.0031482350846
|
| 1064 |
+
],
|
| 1065 |
+
"flags": {},
|
| 1066 |
+
"order": 25,
|
| 1067 |
+
"mode": 0,
|
| 1068 |
+
"inputs": [
|
| 1069 |
+
{
|
| 1070 |
+
"name": "model",
|
| 1071 |
+
"type": "MODEL",
|
| 1072 |
+
"link": 13400
|
| 1073 |
+
}
|
| 1074 |
+
],
|
| 1075 |
+
"outputs": [
|
| 1076 |
+
{
|
| 1077 |
+
"name": "model",
|
| 1078 |
+
"type": "MODEL",
|
| 1079 |
+
"links": [
|
| 1080 |
+
13401
|
| 1081 |
+
]
|
| 1082 |
+
},
|
| 1083 |
+
{
|
| 1084 |
+
"name": "latent_downscale_factor",
|
| 1085 |
+
"type": "FLOAT",
|
| 1086 |
+
"links": null
|
| 1087 |
+
}
|
| 1088 |
+
],
|
| 1089 |
+
"properties": {
|
| 1090 |
+
"aux_id": "Lightricks/ComfyUI-LTXVideo",
|
| 1091 |
+
"Node name for S&R": "LTXICLoRALoaderModelOnly",
|
| 1092 |
+
"ver": "49add6dddb2e1bb2d23bc509a9fac3edd2834961"
|
| 1093 |
+
},
|
| 1094 |
+
"widgets_values": [
|
| 1095 |
+
"black-magic-ic-lora-450.safetensors",
|
| 1096 |
+
1
|
| 1097 |
+
]
|
| 1098 |
+
},
|
| 1099 |
+
{
|
| 1100 |
+
"id": 5102,
|
| 1101 |
+
"type": "LoadVideo",
|
| 1102 |
+
"pos": [
|
| 1103 |
+
1080,
|
| 1104 |
+
100
|
| 1105 |
+
],
|
| 1106 |
+
"size": [
|
| 1107 |
+
301.4074695808704,
|
| 1108 |
+
375.4074695808704
|
| 1109 |
+
],
|
| 1110 |
+
"flags": {},
|
| 1111 |
+
"order": 26,
|
| 1112 |
+
"mode": 0,
|
| 1113 |
+
"inputs": [],
|
| 1114 |
+
"outputs": [
|
| 1115 |
+
{
|
| 1116 |
+
"name": "VIDEO",
|
| 1117 |
+
"type": "VIDEO",
|
| 1118 |
+
"links": [
|
| 1119 |
+
13619
|
| 1120 |
+
]
|
| 1121 |
+
}
|
| 1122 |
+
],
|
| 1123 |
+
"properties": {
|
| 1124 |
+
"cnr_id": "comfy-core",
|
| 1125 |
+
"ver": "0.19.3",
|
| 1126 |
+
"Node name for S&R": "LoadVideo"
|
| 1127 |
+
},
|
| 1128 |
+
"widgets_values": [
|
| 1129 |
+
"black_magic_tiger_720p.mp4",
|
| 1130 |
+
"image"
|
| 1131 |
+
]
|
| 1132 |
+
},
|
| 1133 |
+
{
|
| 1134 |
+
"id": 2483,
|
| 1135 |
+
"type": "CLIPTextEncode",
|
| 1136 |
+
"pos": [
|
| 1137 |
+
1080,
|
| 1138 |
+
520
|
| 1139 |
+
],
|
| 1140 |
+
"size": [
|
| 1141 |
+
306.9104433423854,
|
| 1142 |
+
195.15255554943087
|
| 1143 |
+
],
|
| 1144 |
+
"flags": {},
|
| 1145 |
+
"order": 27,
|
| 1146 |
+
"mode": 0,
|
| 1147 |
+
"inputs": [
|
| 1148 |
+
{
|
| 1149 |
+
"name": "clip",
|
| 1150 |
+
"type": "CLIP",
|
| 1151 |
+
"link": 13459
|
| 1152 |
+
}
|
| 1153 |
+
],
|
| 1154 |
+
"outputs": [
|
| 1155 |
+
{
|
| 1156 |
+
"name": "CONDITIONING",
|
| 1157 |
+
"type": "CONDITIONING",
|
| 1158 |
+
"slot_index": 0,
|
| 1159 |
+
"links": [
|
| 1160 |
+
7065
|
| 1161 |
+
]
|
| 1162 |
+
}
|
| 1163 |
+
],
|
| 1164 |
+
"title": "CLIP Text Encode (Positive Prompt)",
|
| 1165 |
+
"properties": {
|
| 1166 |
+
"cnr_id": "comfy-core",
|
| 1167 |
+
"ver": "0.3.28",
|
| 1168 |
+
"Node name for S&R": "CLIPTextEncode"
|
| 1169 |
+
},
|
| 1170 |
+
"widgets_values": [
|
| 1171 |
+
"Restore this underexposed video to a natural, well-exposed version with realistic colors and recovered shadow detail. A tiger in the forest."
|
| 1172 |
+
],
|
| 1173 |
+
"color": "#232",
|
| 1174 |
+
"bgcolor": "#353"
|
| 1175 |
+
},
|
| 1176 |
+
{
|
| 1177 |
+
"id": 6002,
|
| 1178 |
+
"type": "LatentUpscaleModelLoader",
|
| 1179 |
+
"pos": [
|
| 1180 |
+
540,
|
| 1181 |
+
410
|
| 1182 |
+
],
|
| 1183 |
+
"size": [
|
| 1184 |
+
416.00371451903027,
|
| 1185 |
+
69.37478000918873
|
| 1186 |
+
],
|
| 1187 |
+
"flags": {},
|
| 1188 |
+
"order": 29,
|
| 1189 |
+
"mode": 0,
|
| 1190 |
+
"inputs": [],
|
| 1191 |
+
"outputs": [
|
| 1192 |
+
{
|
| 1193 |
+
"name": "LATENT_UPSCALE_MODEL",
|
| 1194 |
+
"type": "LATENT_UPSCALE_MODEL",
|
| 1195 |
+
"links": [
|
| 1196 |
+
14005
|
| 1197 |
+
]
|
| 1198 |
+
}
|
| 1199 |
+
],
|
| 1200 |
+
"properties": {
|
| 1201 |
+
"cnr_id": "comfy-core",
|
| 1202 |
+
"ver": "0.14.1",
|
| 1203 |
+
"Node name for S&R": "LatentUpscaleModelLoader"
|
| 1204 |
+
},
|
| 1205 |
+
"widgets_values": [
|
| 1206 |
+
"ltx-2.3-spatial-upscaler-x2-1.1.safetensors"
|
| 1207 |
+
]
|
| 1208 |
+
},
|
| 1209 |
+
{
|
| 1210 |
+
"id": 6003,
|
| 1211 |
+
"type": "LTXVLatentUpsampler",
|
| 1212 |
+
"pos": [
|
| 1213 |
+
4730,
|
| 1214 |
+
170
|
| 1215 |
+
],
|
| 1216 |
+
"size": [
|
| 1217 |
+
187.8501953125,
|
| 1218 |
+
66
|
| 1219 |
+
],
|
| 1220 |
+
"flags": {},
|
| 1221 |
+
"order": 30,
|
| 1222 |
+
"mode": 0,
|
| 1223 |
+
"inputs": [
|
| 1224 |
+
{
|
| 1225 |
+
"name": "samples",
|
| 1226 |
+
"type": "LATENT",
|
| 1227 |
+
"link": 14004
|
| 1228 |
+
},
|
| 1229 |
+
{
|
| 1230 |
+
"name": "upscale_model",
|
| 1231 |
+
"type": "LATENT_UPSCALE_MODEL",
|
| 1232 |
+
"link": 14005
|
| 1233 |
+
},
|
| 1234 |
+
{
|
| 1235 |
+
"name": "vae",
|
| 1236 |
+
"type": "VAE",
|
| 1237 |
+
"link": 14006
|
| 1238 |
+
}
|
| 1239 |
+
],
|
| 1240 |
+
"outputs": [
|
| 1241 |
+
{
|
| 1242 |
+
"name": "LATENT",
|
| 1243 |
+
"type": "LATENT",
|
| 1244 |
+
"links": [
|
| 1245 |
+
14007
|
| 1246 |
+
]
|
| 1247 |
+
}
|
| 1248 |
+
],
|
| 1249 |
+
"properties": {
|
| 1250 |
+
"cnr_id": "comfy-core",
|
| 1251 |
+
"ver": "0.14.1",
|
| 1252 |
+
"Node name for S&R": "LTXVLatentUpsampler"
|
| 1253 |
+
},
|
| 1254 |
+
"widgets_values": []
|
| 1255 |
+
},
|
| 1256 |
+
{
|
| 1257 |
+
"id": 6004,
|
| 1258 |
+
"type": "LTXVConcatAVLatent",
|
| 1259 |
+
"pos": [
|
| 1260 |
+
5100,
|
| 1261 |
+
350
|
| 1262 |
+
],
|
| 1263 |
+
"size": [
|
| 1264 |
+
181.308203125,
|
| 1265 |
+
46
|
| 1266 |
+
],
|
| 1267 |
+
"flags": {},
|
| 1268 |
+
"order": 31,
|
| 1269 |
+
"mode": 0,
|
| 1270 |
+
"inputs": [
|
| 1271 |
+
{
|
| 1272 |
+
"name": "video_latent",
|
| 1273 |
+
"type": "LATENT",
|
| 1274 |
+
"link": 14007
|
| 1275 |
+
},
|
| 1276 |
+
{
|
| 1277 |
+
"name": "audio_latent",
|
| 1278 |
+
"type": "LATENT",
|
| 1279 |
+
"link": 14008
|
| 1280 |
+
}
|
| 1281 |
+
],
|
| 1282 |
+
"outputs": [
|
| 1283 |
+
{
|
| 1284 |
+
"name": "latent",
|
| 1285 |
+
"type": "LATENT",
|
| 1286 |
+
"links": [
|
| 1287 |
+
14016
|
| 1288 |
+
]
|
| 1289 |
+
}
|
| 1290 |
+
],
|
| 1291 |
+
"properties": {
|
| 1292 |
+
"cnr_id": "comfy-core",
|
| 1293 |
+
"ver": "0.5.1",
|
| 1294 |
+
"Node name for S&R": "LTXVConcatAVLatent"
|
| 1295 |
+
},
|
| 1296 |
+
"widgets_values": []
|
| 1297 |
+
},
|
| 1298 |
+
{
|
| 1299 |
+
"id": 6005,
|
| 1300 |
+
"type": "RandomNoise",
|
| 1301 |
+
"pos": [
|
| 1302 |
+
4730,
|
| 1303 |
+
300
|
| 1304 |
+
],
|
| 1305 |
+
"size": [
|
| 1306 |
+
270,
|
| 1307 |
+
82
|
| 1308 |
+
],
|
| 1309 |
+
"flags": {
|
| 1310 |
+
"collapsed": false
|
| 1311 |
+
},
|
| 1312 |
+
"order": 32,
|
| 1313 |
+
"mode": 0,
|
| 1314 |
+
"inputs": [],
|
| 1315 |
+
"outputs": [
|
| 1316 |
+
{
|
| 1317 |
+
"name": "NOISE",
|
| 1318 |
+
"type": "NOISE",
|
| 1319 |
+
"links": [
|
| 1320 |
+
14012
|
| 1321 |
+
]
|
| 1322 |
+
}
|
| 1323 |
+
],
|
| 1324 |
+
"properties": {
|
| 1325 |
+
"cnr_id": "comfy-core",
|
| 1326 |
+
"ver": "0.3.71",
|
| 1327 |
+
"Node name for S&R": "RandomNoise"
|
| 1328 |
+
},
|
| 1329 |
+
"widgets_values": [
|
| 1330 |
+
43,
|
| 1331 |
+
"fixed"
|
| 1332 |
+
]
|
| 1333 |
+
},
|
| 1334 |
+
{
|
| 1335 |
+
"id": 6006,
|
| 1336 |
+
"type": "KSamplerSelect",
|
| 1337 |
+
"pos": [
|
| 1338 |
+
4730,
|
| 1339 |
+
420
|
| 1340 |
+
],
|
| 1341 |
+
"size": [
|
| 1342 |
+
276.26061914289176,
|
| 1343 |
+
61.22112545115306
|
| 1344 |
+
],
|
| 1345 |
+
"flags": {},
|
| 1346 |
+
"order": 33,
|
| 1347 |
+
"mode": 0,
|
| 1348 |
+
"inputs": [],
|
| 1349 |
+
"outputs": [
|
| 1350 |
+
{
|
| 1351 |
+
"name": "SAMPLER",
|
| 1352 |
+
"type": "SAMPLER",
|
| 1353 |
+
"links": [
|
| 1354 |
+
14014
|
| 1355 |
+
]
|
| 1356 |
+
}
|
| 1357 |
+
],
|
| 1358 |
+
"properties": {
|
| 1359 |
+
"cnr_id": "comfy-core",
|
| 1360 |
+
"ver": "0.3.71",
|
| 1361 |
+
"Node name for S&R": "KSamplerSelect"
|
| 1362 |
+
},
|
| 1363 |
+
"widgets_values": [
|
| 1364 |
+
"euler"
|
| 1365 |
+
]
|
| 1366 |
+
},
|
| 1367 |
+
{
|
| 1368 |
+
"id": 6007,
|
| 1369 |
+
"type": "ManualSigmas",
|
| 1370 |
+
"pos": [
|
| 1371 |
+
4730,
|
| 1372 |
+
540
|
| 1373 |
+
],
|
| 1374 |
+
"size": [
|
| 1375 |
+
274.0120536645418,
|
| 1376 |
+
58
|
| 1377 |
+
],
|
| 1378 |
+
"flags": {},
|
| 1379 |
+
"order": 34,
|
| 1380 |
+
"mode": 0,
|
| 1381 |
+
"inputs": [],
|
| 1382 |
+
"outputs": [
|
| 1383 |
+
{
|
| 1384 |
+
"name": "SIGMAS",
|
| 1385 |
+
"type": "SIGMAS",
|
| 1386 |
+
"links": [
|
| 1387 |
+
14015
|
| 1388 |
+
]
|
| 1389 |
+
}
|
| 1390 |
+
],
|
| 1391 |
+
"properties": {
|
| 1392 |
+
"cnr_id": "comfy-core",
|
| 1393 |
+
"ver": "0.14.1",
|
| 1394 |
+
"Node name for S&R": "ManualSigmas"
|
| 1395 |
+
},
|
| 1396 |
+
"widgets_values": [
|
| 1397 |
+
"0.85, 0.7250, 0.4219, 0.0"
|
| 1398 |
+
]
|
| 1399 |
+
},
|
| 1400 |
+
{
|
| 1401 |
+
"id": 6009,
|
| 1402 |
+
"type": "SamplerCustomAdvanced",
|
| 1403 |
+
"pos": [
|
| 1404 |
+
5450,
|
| 1405 |
+
170
|
| 1406 |
+
],
|
| 1407 |
+
"size": [
|
| 1408 |
+
212.3638671875,
|
| 1409 |
+
106
|
| 1410 |
+
],
|
| 1411 |
+
"flags": {},
|
| 1412 |
+
"order": 35,
|
| 1413 |
+
"mode": 0,
|
| 1414 |
+
"inputs": [
|
| 1415 |
+
{
|
| 1416 |
+
"name": "noise",
|
| 1417 |
+
"type": "NOISE",
|
| 1418 |
+
"link": 14012
|
| 1419 |
+
},
|
| 1420 |
+
{
|
| 1421 |
+
"name": "guider",
|
| 1422 |
+
"type": "GUIDER",
|
| 1423 |
+
"link": 14013
|
| 1424 |
+
},
|
| 1425 |
+
{
|
| 1426 |
+
"name": "sampler",
|
| 1427 |
+
"type": "SAMPLER",
|
| 1428 |
+
"link": 14014
|
| 1429 |
+
},
|
| 1430 |
+
{
|
| 1431 |
+
"name": "sigmas",
|
| 1432 |
+
"type": "SIGMAS",
|
| 1433 |
+
"link": 14015
|
| 1434 |
+
},
|
| 1435 |
+
{
|
| 1436 |
+
"name": "latent_image",
|
| 1437 |
+
"type": "LATENT",
|
| 1438 |
+
"link": 14016
|
| 1439 |
+
}
|
| 1440 |
+
],
|
| 1441 |
+
"outputs": [
|
| 1442 |
+
{
|
| 1443 |
+
"name": "output",
|
| 1444 |
+
"type": "LATENT",
|
| 1445 |
+
"links": [
|
| 1446 |
+
14017
|
| 1447 |
+
]
|
| 1448 |
+
},
|
| 1449 |
+
{
|
| 1450 |
+
"name": "denoised_output",
|
| 1451 |
+
"type": "LATENT",
|
| 1452 |
+
"links": null
|
| 1453 |
+
}
|
| 1454 |
+
],
|
| 1455 |
+
"properties": {
|
| 1456 |
+
"cnr_id": "comfy-core",
|
| 1457 |
+
"ver": "0.3.71",
|
| 1458 |
+
"Node name for S&R": "SamplerCustomAdvanced"
|
| 1459 |
+
},
|
| 1460 |
+
"widgets_values": []
|
| 1461 |
+
},
|
| 1462 |
+
{
|
| 1463 |
+
"id": 6010,
|
| 1464 |
+
"type": "LTXVSeparateAVLatent",
|
| 1465 |
+
"pos": [
|
| 1466 |
+
5730,
|
| 1467 |
+
170
|
| 1468 |
+
],
|
| 1469 |
+
"size": [
|
| 1470 |
+
193.2916015625,
|
| 1471 |
+
46
|
| 1472 |
+
],
|
| 1473 |
+
"flags": {},
|
| 1474 |
+
"order": 36,
|
| 1475 |
+
"mode": 0,
|
| 1476 |
+
"inputs": [
|
| 1477 |
+
{
|
| 1478 |
+
"name": "av_latent",
|
| 1479 |
+
"type": "LATENT",
|
| 1480 |
+
"link": 14017
|
| 1481 |
+
}
|
| 1482 |
+
],
|
| 1483 |
+
"outputs": [
|
| 1484 |
+
{
|
| 1485 |
+
"name": "video_latent",
|
| 1486 |
+
"type": "LATENT",
|
| 1487 |
+
"links": [
|
| 1488 |
+
14018
|
| 1489 |
+
]
|
| 1490 |
+
},
|
| 1491 |
+
{
|
| 1492 |
+
"name": "audio_latent",
|
| 1493 |
+
"type": "LATENT",
|
| 1494 |
+
"links": null
|
| 1495 |
+
}
|
| 1496 |
+
],
|
| 1497 |
+
"properties": {
|
| 1498 |
+
"cnr_id": "comfy-core",
|
| 1499 |
+
"ver": "0.5.1",
|
| 1500 |
+
"Node name for S&R": "LTXVSeparateAVLatent"
|
| 1501 |
+
},
|
| 1502 |
+
"widgets_values": []
|
| 1503 |
+
},
|
| 1504 |
+
{
|
| 1505 |
+
"id": 6008,
|
| 1506 |
+
"type": "CFGGuider",
|
| 1507 |
+
"pos": [
|
| 1508 |
+
5100,
|
| 1509 |
+
170
|
| 1510 |
+
],
|
| 1511 |
+
"size": [
|
| 1512 |
+
270,
|
| 1513 |
+
114
|
| 1514 |
+
],
|
| 1515 |
+
"flags": {},
|
| 1516 |
+
"order": 37,
|
| 1517 |
+
"mode": 0,
|
| 1518 |
+
"inputs": [
|
| 1519 |
+
{
|
| 1520 |
+
"name": "model",
|
| 1521 |
+
"type": "MODEL",
|
| 1522 |
+
"link": 14009
|
| 1523 |
+
},
|
| 1524 |
+
{
|
| 1525 |
+
"name": "positive",
|
| 1526 |
+
"type": "CONDITIONING",
|
| 1527 |
+
"link": 14010
|
| 1528 |
+
},
|
| 1529 |
+
{
|
| 1530 |
+
"name": "negative",
|
| 1531 |
+
"type": "CONDITIONING",
|
| 1532 |
+
"link": 14011
|
| 1533 |
+
}
|
| 1534 |
+
],
|
| 1535 |
+
"outputs": [
|
| 1536 |
+
{
|
| 1537 |
+
"name": "GUIDER",
|
| 1538 |
+
"type": "GUIDER",
|
| 1539 |
+
"links": [
|
| 1540 |
+
14013
|
| 1541 |
+
]
|
| 1542 |
+
}
|
| 1543 |
+
],
|
| 1544 |
+
"properties": {
|
| 1545 |
+
"cnr_id": "comfy-core",
|
| 1546 |
+
"ver": "0.27.0",
|
| 1547 |
+
"Node name for S&R": "CFGGuider"
|
| 1548 |
+
},
|
| 1549 |
+
"widgets_values": [
|
| 1550 |
+
1
|
| 1551 |
+
]
|
| 1552 |
+
},
|
| 1553 |
+
{
|
| 1554 |
+
"id": 6030,
|
| 1555 |
+
"type": "LTXVEmptyLatentAudio",
|
| 1556 |
+
"pos": [
|
| 1557 |
+
2780,
|
| 1558 |
+
500
|
| 1559 |
+
],
|
| 1560 |
+
"size": [
|
| 1561 |
+
305.8394470214844,
|
| 1562 |
+
106
|
| 1563 |
+
],
|
| 1564 |
+
"flags": {},
|
| 1565 |
+
"order": 24,
|
| 1566 |
+
"mode": 0,
|
| 1567 |
+
"inputs": [
|
| 1568 |
+
{
|
| 1569 |
+
"name": "audio_vae",
|
| 1570 |
+
"type": "VAE",
|
| 1571 |
+
"link": 14100
|
| 1572 |
+
},
|
| 1573 |
+
{
|
| 1574 |
+
"name": "frames_number",
|
| 1575 |
+
"type": "INT",
|
| 1576 |
+
"widget": {
|
| 1577 |
+
"name": "frames_number"
|
| 1578 |
+
},
|
| 1579 |
+
"link": 14101
|
| 1580 |
+
},
|
| 1581 |
+
{
|
| 1582 |
+
"name": "frame_rate",
|
| 1583 |
+
"type": "INT",
|
| 1584 |
+
"widget": {
|
| 1585 |
+
"name": "frame_rate"
|
| 1586 |
+
},
|
| 1587 |
+
"link": null
|
| 1588 |
+
}
|
| 1589 |
+
],
|
| 1590 |
+
"outputs": [
|
| 1591 |
+
{
|
| 1592 |
+
"name": "Latent",
|
| 1593 |
+
"type": "LATENT",
|
| 1594 |
+
"links": [
|
| 1595 |
+
14103
|
| 1596 |
+
]
|
| 1597 |
+
}
|
| 1598 |
+
],
|
| 1599 |
+
"properties": {
|
| 1600 |
+
"cnr_id": "comfy-core",
|
| 1601 |
+
"ver": "0.3.64",
|
| 1602 |
+
"Node name for S&R": "LTXVEmptyLatentAudio"
|
| 1603 |
+
},
|
| 1604 |
+
"widgets_values": [
|
| 1605 |
+
121,
|
| 1606 |
+
24,
|
| 1607 |
+
1
|
| 1608 |
+
]
|
| 1609 |
+
},
|
| 1610 |
+
{
|
| 1611 |
+
"id": 6110,
|
| 1612 |
+
"type": "GuiderParameters",
|
| 1613 |
+
"pos": [
|
| 1614 |
+
3330,
|
| 1615 |
+
230
|
| 1616 |
+
],
|
| 1617 |
+
"size": [
|
| 1618 |
+
315,
|
| 1619 |
+
250
|
| 1620 |
+
],
|
| 1621 |
+
"flags": {},
|
| 1622 |
+
"order": 45,
|
| 1623 |
+
"mode": 0,
|
| 1624 |
+
"inputs": [],
|
| 1625 |
+
"outputs": [
|
| 1626 |
+
{
|
| 1627 |
+
"name": "parameters",
|
| 1628 |
+
"type": "GUIDER_PARAMETERS",
|
| 1629 |
+
"links": [
|
| 1630 |
+
15010
|
| 1631 |
+
]
|
| 1632 |
+
}
|
| 1633 |
+
],
|
| 1634 |
+
"properties": {
|
| 1635 |
+
"Node name for S&R": "GuiderParameters"
|
| 1636 |
+
},
|
| 1637 |
+
"widgets_values": [
|
| 1638 |
+
"VIDEO",
|
| 1639 |
+
3,
|
| 1640 |
+
0,
|
| 1641 |
+
false,
|
| 1642 |
+
0.7,
|
| 1643 |
+
2,
|
| 1644 |
+
0,
|
| 1645 |
+
true
|
| 1646 |
+
]
|
| 1647 |
+
},
|
| 1648 |
+
{
|
| 1649 |
+
"id": 6111,
|
| 1650 |
+
"type": "GuiderParameters",
|
| 1651 |
+
"pos": [
|
| 1652 |
+
3330,
|
| 1653 |
+
500
|
| 1654 |
+
],
|
| 1655 |
+
"size": [
|
| 1656 |
+
315,
|
| 1657 |
+
250
|
| 1658 |
+
],
|
| 1659 |
+
"flags": {},
|
| 1660 |
+
"order": 46,
|
| 1661 |
+
"mode": 0,
|
| 1662 |
+
"inputs": [
|
| 1663 |
+
{
|
| 1664 |
+
"name": "parameters",
|
| 1665 |
+
"type": "GUIDER_PARAMETERS",
|
| 1666 |
+
"link": 15010
|
| 1667 |
+
}
|
| 1668 |
+
],
|
| 1669 |
+
"outputs": [
|
| 1670 |
+
{
|
| 1671 |
+
"name": "parameters",
|
| 1672 |
+
"type": "GUIDER_PARAMETERS",
|
| 1673 |
+
"links": [
|
| 1674 |
+
15011
|
| 1675 |
+
]
|
| 1676 |
+
}
|
| 1677 |
+
],
|
| 1678 |
+
"properties": {
|
| 1679 |
+
"Node name for S&R": "GuiderParameters"
|
| 1680 |
+
},
|
| 1681 |
+
"widgets_values": [
|
| 1682 |
+
"AUDIO",
|
| 1683 |
+
1,
|
| 1684 |
+
0,
|
| 1685 |
+
false,
|
| 1686 |
+
0.7,
|
| 1687 |
+
2,
|
| 1688 |
+
0,
|
| 1689 |
+
true
|
| 1690 |
+
]
|
| 1691 |
+
}
|
| 1692 |
+
],
|
| 1693 |
+
"links": [
|
| 1694 |
+
[
|
| 1695 |
+
7065,
|
| 1696 |
+
2483,
|
| 1697 |
+
0,
|
| 1698 |
+
1241,
|
| 1699 |
+
0,
|
| 1700 |
+
"CONDITIONING"
|
| 1701 |
+
],
|
| 1702 |
+
[
|
| 1703 |
+
7652,
|
| 1704 |
+
2612,
|
| 1705 |
+
0,
|
| 1706 |
+
1241,
|
| 1707 |
+
1,
|
| 1708 |
+
"CONDITIONING"
|
| 1709 |
+
],
|
| 1710 |
+
[
|
| 1711 |
+
13089,
|
| 1712 |
+
4828,
|
| 1713 |
+
0,
|
| 1714 |
+
4829,
|
| 1715 |
+
1,
|
| 1716 |
+
"GUIDER"
|
| 1717 |
+
],
|
| 1718 |
+
[
|
| 1719 |
+
13090,
|
| 1720 |
+
4831,
|
| 1721 |
+
0,
|
| 1722 |
+
4829,
|
| 1723 |
+
2,
|
| 1724 |
+
"SAMPLER"
|
| 1725 |
+
],
|
| 1726 |
+
[
|
| 1727 |
+
13093,
|
| 1728 |
+
4832,
|
| 1729 |
+
0,
|
| 1730 |
+
4829,
|
| 1731 |
+
0,
|
| 1732 |
+
"NOISE"
|
| 1733 |
+
],
|
| 1734 |
+
[
|
| 1735 |
+
13112,
|
| 1736 |
+
4849,
|
| 1737 |
+
0,
|
| 1738 |
+
4852,
|
| 1739 |
+
0,
|
| 1740 |
+
"VIDEO"
|
| 1741 |
+
],
|
| 1742 |
+
[
|
| 1743 |
+
13217,
|
| 1744 |
+
3940,
|
| 1745 |
+
0,
|
| 1746 |
+
4922,
|
| 1747 |
+
0,
|
| 1748 |
+
"MODEL"
|
| 1749 |
+
],
|
| 1750 |
+
[
|
| 1751 |
+
13302,
|
| 1752 |
+
4528,
|
| 1753 |
+
0,
|
| 1754 |
+
4829,
|
| 1755 |
+
4,
|
| 1756 |
+
"LATENT"
|
| 1757 |
+
],
|
| 1758 |
+
[
|
| 1759 |
+
13363,
|
| 1760 |
+
4829,
|
| 1761 |
+
0,
|
| 1762 |
+
4845,
|
| 1763 |
+
0,
|
| 1764 |
+
"LATENT"
|
| 1765 |
+
],
|
| 1766 |
+
[
|
| 1767 |
+
13400,
|
| 1768 |
+
4922,
|
| 1769 |
+
0,
|
| 1770 |
+
5011,
|
| 1771 |
+
0,
|
| 1772 |
+
"MODEL"
|
| 1773 |
+
],
|
| 1774 |
+
[
|
| 1775 |
+
13401,
|
| 1776 |
+
5011,
|
| 1777 |
+
0,
|
| 1778 |
+
4828,
|
| 1779 |
+
0,
|
| 1780 |
+
"MODEL"
|
| 1781 |
+
],
|
| 1782 |
+
[
|
| 1783 |
+
13403,
|
| 1784 |
+
1241,
|
| 1785 |
+
0,
|
| 1786 |
+
5012,
|
| 1787 |
+
0,
|
| 1788 |
+
"CONDITIONING"
|
| 1789 |
+
],
|
| 1790 |
+
[
|
| 1791 |
+
13404,
|
| 1792 |
+
1241,
|
| 1793 |
+
1,
|
| 1794 |
+
5012,
|
| 1795 |
+
1,
|
| 1796 |
+
"CONDITIONING"
|
| 1797 |
+
],
|
| 1798 |
+
[
|
| 1799 |
+
13405,
|
| 1800 |
+
3940,
|
| 1801 |
+
2,
|
| 1802 |
+
5012,
|
| 1803 |
+
2,
|
| 1804 |
+
"VAE"
|
| 1805 |
+
],
|
| 1806 |
+
[
|
| 1807 |
+
13409,
|
| 1808 |
+
5012,
|
| 1809 |
+
0,
|
| 1810 |
+
4828,
|
| 1811 |
+
1,
|
| 1812 |
+
"CONDITIONING"
|
| 1813 |
+
],
|
| 1814 |
+
[
|
| 1815 |
+
13410,
|
| 1816 |
+
5012,
|
| 1817 |
+
1,
|
| 1818 |
+
4828,
|
| 1819 |
+
2,
|
| 1820 |
+
"CONDITIONING"
|
| 1821 |
+
],
|
| 1822 |
+
[
|
| 1823 |
+
13411,
|
| 1824 |
+
4845,
|
| 1825 |
+
0,
|
| 1826 |
+
5013,
|
| 1827 |
+
2,
|
| 1828 |
+
"LATENT"
|
| 1829 |
+
],
|
| 1830 |
+
[
|
| 1831 |
+
13413,
|
| 1832 |
+
5012,
|
| 1833 |
+
0,
|
| 1834 |
+
5013,
|
| 1835 |
+
0,
|
| 1836 |
+
"CONDITIONING"
|
| 1837 |
+
],
|
| 1838 |
+
[
|
| 1839 |
+
13414,
|
| 1840 |
+
5012,
|
| 1841 |
+
1,
|
| 1842 |
+
5013,
|
| 1843 |
+
1,
|
| 1844 |
+
"CONDITIONING"
|
| 1845 |
+
],
|
| 1846 |
+
[
|
| 1847 |
+
13444,
|
| 1848 |
+
5012,
|
| 1849 |
+
2,
|
| 1850 |
+
4528,
|
| 1851 |
+
0,
|
| 1852 |
+
"LATENT"
|
| 1853 |
+
],
|
| 1854 |
+
[
|
| 1855 |
+
13459,
|
| 1856 |
+
5023,
|
| 1857 |
+
0,
|
| 1858 |
+
2483,
|
| 1859 |
+
0,
|
| 1860 |
+
"CLIP"
|
| 1861 |
+
],
|
| 1862 |
+
[
|
| 1863 |
+
13460,
|
| 1864 |
+
5023,
|
| 1865 |
+
0,
|
| 1866 |
+
2612,
|
| 1867 |
+
0,
|
| 1868 |
+
"CLIP"
|
| 1869 |
+
],
|
| 1870 |
+
[
|
| 1871 |
+
13463,
|
| 1872 |
+
5025,
|
| 1873 |
+
0,
|
| 1874 |
+
4829,
|
| 1875 |
+
3,
|
| 1876 |
+
"SIGMAS"
|
| 1877 |
+
],
|
| 1878 |
+
[
|
| 1879 |
+
13543,
|
| 1880 |
+
3940,
|
| 1881 |
+
2,
|
| 1882 |
+
5065,
|
| 1883 |
+
1,
|
| 1884 |
+
"VAE"
|
| 1885 |
+
],
|
| 1886 |
+
[
|
| 1887 |
+
13544,
|
| 1888 |
+
5065,
|
| 1889 |
+
0,
|
| 1890 |
+
4849,
|
| 1891 |
+
0,
|
| 1892 |
+
"IMAGE"
|
| 1893 |
+
],
|
| 1894 |
+
[
|
| 1895 |
+
13618,
|
| 1896 |
+
5101,
|
| 1897 |
+
0,
|
| 1898 |
+
5012,
|
| 1899 |
+
4,
|
| 1900 |
+
"IMAGE"
|
| 1901 |
+
],
|
| 1902 |
+
[
|
| 1903 |
+
13619,
|
| 1904 |
+
5102,
|
| 1905 |
+
0,
|
| 1906 |
+
5103,
|
| 1907 |
+
0,
|
| 1908 |
+
"VIDEO"
|
| 1909 |
+
],
|
| 1910 |
+
[
|
| 1911 |
+
13628,
|
| 1912 |
+
5103,
|
| 1913 |
+
0,
|
| 1914 |
+
5101,
|
| 1915 |
+
0,
|
| 1916 |
+
"IMAGE"
|
| 1917 |
+
],
|
| 1918 |
+
[
|
| 1919 |
+
13639,
|
| 1920 |
+
5105,
|
| 1921 |
+
0,
|
| 1922 |
+
3059,
|
| 1923 |
+
0,
|
| 1924 |
+
"INT"
|
| 1925 |
+
],
|
| 1926 |
+
[
|
| 1927 |
+
13640,
|
| 1928 |
+
5105,
|
| 1929 |
+
1,
|
| 1930 |
+
3059,
|
| 1931 |
+
1,
|
| 1932 |
+
"INT"
|
| 1933 |
+
],
|
| 1934 |
+
[
|
| 1935 |
+
13641,
|
| 1936 |
+
5103,
|
| 1937 |
+
2,
|
| 1938 |
+
4849,
|
| 1939 |
+
2,
|
| 1940 |
+
"FLOAT"
|
| 1941 |
+
],
|
| 1942 |
+
[
|
| 1943 |
+
13642,
|
| 1944 |
+
5103,
|
| 1945 |
+
2,
|
| 1946 |
+
1241,
|
| 1947 |
+
2,
|
| 1948 |
+
"FLOAT"
|
| 1949 |
+
],
|
| 1950 |
+
[
|
| 1951 |
+
13643,
|
| 1952 |
+
5101,
|
| 1953 |
+
0,
|
| 1954 |
+
5105,
|
| 1955 |
+
0,
|
| 1956 |
+
"IMAGE"
|
| 1957 |
+
],
|
| 1958 |
+
[
|
| 1959 |
+
13665,
|
| 1960 |
+
5105,
|
| 1961 |
+
2,
|
| 1962 |
+
3059,
|
| 1963 |
+
2,
|
| 1964 |
+
"INT"
|
| 1965 |
+
],
|
| 1966 |
+
[
|
| 1967 |
+
14001,
|
| 1968 |
+
3059,
|
| 1969 |
+
0,
|
| 1970 |
+
5012,
|
| 1971 |
+
3,
|
| 1972 |
+
"LATENT"
|
| 1973 |
+
],
|
| 1974 |
+
[
|
| 1975 |
+
14004,
|
| 1976 |
+
5013,
|
| 1977 |
+
2,
|
| 1978 |
+
6003,
|
| 1979 |
+
0,
|
| 1980 |
+
"LATENT"
|
| 1981 |
+
],
|
| 1982 |
+
[
|
| 1983 |
+
14005,
|
| 1984 |
+
6002,
|
| 1985 |
+
0,
|
| 1986 |
+
6003,
|
| 1987 |
+
1,
|
| 1988 |
+
"LATENT_UPSCALE_MODEL"
|
| 1989 |
+
],
|
| 1990 |
+
[
|
| 1991 |
+
14006,
|
| 1992 |
+
3940,
|
| 1993 |
+
2,
|
| 1994 |
+
6003,
|
| 1995 |
+
2,
|
| 1996 |
+
"VAE"
|
| 1997 |
+
],
|
| 1998 |
+
[
|
| 1999 |
+
14007,
|
| 2000 |
+
6003,
|
| 2001 |
+
0,
|
| 2002 |
+
6004,
|
| 2003 |
+
0,
|
| 2004 |
+
"LATENT"
|
| 2005 |
+
],
|
| 2006 |
+
[
|
| 2007 |
+
14008,
|
| 2008 |
+
4845,
|
| 2009 |
+
1,
|
| 2010 |
+
6004,
|
| 2011 |
+
1,
|
| 2012 |
+
"LATENT"
|
| 2013 |
+
],
|
| 2014 |
+
[
|
| 2015 |
+
14009,
|
| 2016 |
+
4922,
|
| 2017 |
+
0,
|
| 2018 |
+
6008,
|
| 2019 |
+
0,
|
| 2020 |
+
"MODEL"
|
| 2021 |
+
],
|
| 2022 |
+
[
|
| 2023 |
+
14010,
|
| 2024 |
+
5013,
|
| 2025 |
+
0,
|
| 2026 |
+
6008,
|
| 2027 |
+
1,
|
| 2028 |
+
"CONDITIONING"
|
| 2029 |
+
],
|
| 2030 |
+
[
|
| 2031 |
+
14011,
|
| 2032 |
+
5013,
|
| 2033 |
+
1,
|
| 2034 |
+
6008,
|
| 2035 |
+
2,
|
| 2036 |
+
"CONDITIONING"
|
| 2037 |
+
],
|
| 2038 |
+
[
|
| 2039 |
+
14012,
|
| 2040 |
+
6005,
|
| 2041 |
+
0,
|
| 2042 |
+
6009,
|
| 2043 |
+
0,
|
| 2044 |
+
"NOISE"
|
| 2045 |
+
],
|
| 2046 |
+
[
|
| 2047 |
+
14013,
|
| 2048 |
+
6008,
|
| 2049 |
+
0,
|
| 2050 |
+
6009,
|
| 2051 |
+
1,
|
| 2052 |
+
"GUIDER"
|
| 2053 |
+
],
|
| 2054 |
+
[
|
| 2055 |
+
14014,
|
| 2056 |
+
6006,
|
| 2057 |
+
0,
|
| 2058 |
+
6009,
|
| 2059 |
+
2,
|
| 2060 |
+
"SAMPLER"
|
| 2061 |
+
],
|
| 2062 |
+
[
|
| 2063 |
+
14015,
|
| 2064 |
+
6007,
|
| 2065 |
+
0,
|
| 2066 |
+
6009,
|
| 2067 |
+
3,
|
| 2068 |
+
"SIGMAS"
|
| 2069 |
+
],
|
| 2070 |
+
[
|
| 2071 |
+
14016,
|
| 2072 |
+
6004,
|
| 2073 |
+
0,
|
| 2074 |
+
6009,
|
| 2075 |
+
4,
|
| 2076 |
+
"LATENT"
|
| 2077 |
+
],
|
| 2078 |
+
[
|
| 2079 |
+
14017,
|
| 2080 |
+
6009,
|
| 2081 |
+
0,
|
| 2082 |
+
6010,
|
| 2083 |
+
0,
|
| 2084 |
+
"LATENT"
|
| 2085 |
+
],
|
| 2086 |
+
[
|
| 2087 |
+
14018,
|
| 2088 |
+
6010,
|
| 2089 |
+
0,
|
| 2090 |
+
5065,
|
| 2091 |
+
0,
|
| 2092 |
+
"LATENT"
|
| 2093 |
+
],
|
| 2094 |
+
[
|
| 2095 |
+
14020,
|
| 2096 |
+
5103,
|
| 2097 |
+
1,
|
| 2098 |
+
4849,
|
| 2099 |
+
1,
|
| 2100 |
+
"AUDIO"
|
| 2101 |
+
],
|
| 2102 |
+
[
|
| 2103 |
+
14100,
|
| 2104 |
+
4010,
|
| 2105 |
+
0,
|
| 2106 |
+
6030,
|
| 2107 |
+
0,
|
| 2108 |
+
"VAE"
|
| 2109 |
+
],
|
| 2110 |
+
[
|
| 2111 |
+
14101,
|
| 2112 |
+
5105,
|
| 2113 |
+
2,
|
| 2114 |
+
6030,
|
| 2115 |
+
1,
|
| 2116 |
+
"INT"
|
| 2117 |
+
],
|
| 2118 |
+
[
|
| 2119 |
+
14103,
|
| 2120 |
+
6030,
|
| 2121 |
+
0,
|
| 2122 |
+
4528,
|
| 2123 |
+
1,
|
| 2124 |
+
"LATENT"
|
| 2125 |
+
],
|
| 2126 |
+
[
|
| 2127 |
+
15010,
|
| 2128 |
+
6110,
|
| 2129 |
+
0,
|
| 2130 |
+
6111,
|
| 2131 |
+
0,
|
| 2132 |
+
"GUIDER_PARAMETERS"
|
| 2133 |
+
],
|
| 2134 |
+
[
|
| 2135 |
+
15011,
|
| 2136 |
+
6111,
|
| 2137 |
+
0,
|
| 2138 |
+
4828,
|
| 2139 |
+
3,
|
| 2140 |
+
"GUIDER_PARAMETERS"
|
| 2141 |
+
]
|
| 2142 |
+
],
|
| 2143 |
+
"floatingLinks": [
|
| 2144 |
+
{
|
| 2145 |
+
"id": 2,
|
| 2146 |
+
"origin_id": 2004,
|
| 2147 |
+
"origin_slot": 0,
|
| 2148 |
+
"target_id": -1,
|
| 2149 |
+
"target_slot": -1,
|
| 2150 |
+
"type": "IMAGE",
|
| 2151 |
+
"parentId": 111
|
| 2152 |
+
}
|
| 2153 |
+
],
|
| 2154 |
+
"groups": [
|
| 2155 |
+
{
|
| 2156 |
+
"id": 1,
|
| 2157 |
+
"title": "1. Load Models",
|
| 2158 |
+
"bounding": [
|
| 2159 |
+
0,
|
| 2160 |
+
20,
|
| 2161 |
+
1000,
|
| 2162 |
+
680
|
| 2163 |
+
],
|
| 2164 |
+
"color": "#3f789e",
|
| 2165 |
+
"flags": {},
|
| 2166 |
+
"nodes": [
|
| 2167 |
+
3940,
|
| 2168 |
+
4922,
|
| 2169 |
+
5011,
|
| 2170 |
+
4010,
|
| 2171 |
+
5023,
|
| 2172 |
+
6002
|
| 2173 |
+
]
|
| 2174 |
+
},
|
| 2175 |
+
{
|
| 2176 |
+
"id": 2,
|
| 2177 |
+
"title": "2. Input Video and Prompt",
|
| 2178 |
+
"bounding": [
|
| 2179 |
+
1050,
|
| 2180 |
+
20,
|
| 2181 |
+
1000,
|
| 2182 |
+
680
|
| 2183 |
+
],
|
| 2184 |
+
"color": "#3f789e",
|
| 2185 |
+
"flags": {},
|
| 2186 |
+
"nodes": [
|
| 2187 |
+
5102,
|
| 2188 |
+
5103,
|
| 2189 |
+
5101,
|
| 2190 |
+
5105,
|
| 2191 |
+
2483,
|
| 2192 |
+
2612,
|
| 2193 |
+
1241
|
| 2194 |
+
]
|
| 2195 |
+
},
|
| 2196 |
+
{
|
| 2197 |
+
"id": 3,
|
| 2198 |
+
"title": "3. Build IC-LoRA Conditioning",
|
| 2199 |
+
"bounding": [
|
| 2200 |
+
2100,
|
| 2201 |
+
20,
|
| 2202 |
+
1050,
|
| 2203 |
+
650
|
| 2204 |
+
],
|
| 2205 |
+
"color": "#3f789e",
|
| 2206 |
+
"flags": {},
|
| 2207 |
+
"nodes": [
|
| 2208 |
+
3059,
|
| 2209 |
+
5012,
|
| 2210 |
+
4528,
|
| 2211 |
+
6030
|
| 2212 |
+
]
|
| 2213 |
+
},
|
| 2214 |
+
{
|
| 2215 |
+
"id": 4,
|
| 2216 |
+
"title": "4. Phase One — Restore at 640×352",
|
| 2217 |
+
"bounding": [
|
| 2218 |
+
3300,
|
| 2219 |
+
20,
|
| 2220 |
+
1350,
|
| 2221 |
+
760
|
| 2222 |
+
],
|
| 2223 |
+
"color": "#b58b2a",
|
| 2224 |
+
"flags": {},
|
| 2225 |
+
"nodes": [
|
| 2226 |
+
4832,
|
| 2227 |
+
4831,
|
| 2228 |
+
5025,
|
| 2229 |
+
4828,
|
| 2230 |
+
4829,
|
| 2231 |
+
4845,
|
| 2232 |
+
5013,
|
| 2233 |
+
6110,
|
| 2234 |
+
6111
|
| 2235 |
+
]
|
| 2236 |
+
},
|
| 2237 |
+
{
|
| 2238 |
+
"id": 5,
|
| 2239 |
+
"title": "5. Phase Two — 2× Upscale and Refine",
|
| 2240 |
+
"bounding": [
|
| 2241 |
+
4700,
|
| 2242 |
+
20,
|
| 2243 |
+
1300,
|
| 2244 |
+
660
|
| 2245 |
+
],
|
| 2246 |
+
"color": "#b58b2a",
|
| 2247 |
+
"flags": {},
|
| 2248 |
+
"nodes": [
|
| 2249 |
+
6003,
|
| 2250 |
+
6005,
|
| 2251 |
+
6006,
|
| 2252 |
+
6007,
|
| 2253 |
+
6008,
|
| 2254 |
+
6004,
|
| 2255 |
+
6009,
|
| 2256 |
+
6010
|
| 2257 |
+
]
|
| 2258 |
+
},
|
| 2259 |
+
{
|
| 2260 |
+
"id": 6,
|
| 2261 |
+
"title": "6. Decode and Save Final Video",
|
| 2262 |
+
"bounding": [
|
| 2263 |
+
6250,
|
| 2264 |
+
20,
|
| 2265 |
+
1250,
|
| 2266 |
+
680
|
| 2267 |
+
],
|
| 2268 |
+
"color": "#3a8f6b",
|
| 2269 |
+
"flags": {},
|
| 2270 |
+
"nodes": [
|
| 2271 |
+
5065,
|
| 2272 |
+
4849,
|
| 2273 |
+
4852
|
| 2274 |
+
]
|
| 2275 |
+
}
|
| 2276 |
+
],
|
| 2277 |
+
"config": {},
|
| 2278 |
+
"extra": {
|
| 2279 |
+
"ds": {
|
| 2280 |
+
"scale": 0.78,
|
| 2281 |
+
"offset": [
|
| 2282 |
+
80,
|
| 2283 |
+
80
|
| 2284 |
+
]
|
| 2285 |
+
},
|
| 2286 |
+
"frontendVersion": "1.44.19",
|
| 2287 |
+
"node_versions": {
|
| 2288 |
+
"comfy-core": "0.27.0",
|
| 2289 |
+
"ComfyUI-LTXVideo": "aceeae9635f6d493f2893ba3c411a1c36031788a"
|
| 2290 |
+
},
|
| 2291 |
+
"workflowRendererVersion": "LG",
|
| 2292 |
+
"reroutes": [],
|
| 2293 |
+
"linkExtensions": [
|
| 2294 |
+
{
|
| 2295 |
+
"id": 13275,
|
| 2296 |
+
"parentId": 10
|
| 2297 |
+
},
|
| 2298 |
+
{
|
| 2299 |
+
"id": 13302,
|
| 2300 |
+
"parentId": 34
|
| 2301 |
+
},
|
| 2302 |
+
{
|
| 2303 |
+
"id": 13401,
|
| 2304 |
+
"parentId": 3
|
| 2305 |
+
},
|
| 2306 |
+
{
|
| 2307 |
+
"id": 13403,
|
| 2308 |
+
"parentId": 56
|
| 2309 |
+
},
|
| 2310 |
+
{
|
| 2311 |
+
"id": 13404,
|
| 2312 |
+
"parentId": 57
|
| 2313 |
+
},
|
| 2314 |
+
{
|
| 2315 |
+
"id": 13405,
|
| 2316 |
+
"parentId": 58
|
| 2317 |
+
},
|
| 2318 |
+
{
|
| 2319 |
+
"id": 13409,
|
| 2320 |
+
"parentId": 61
|
| 2321 |
+
},
|
| 2322 |
+
{
|
| 2323 |
+
"id": 13410,
|
| 2324 |
+
"parentId": 63
|
| 2325 |
+
},
|
| 2326 |
+
{
|
| 2327 |
+
"id": 13413,
|
| 2328 |
+
"parentId": 64
|
| 2329 |
+
},
|
| 2330 |
+
{
|
| 2331 |
+
"id": 13414,
|
| 2332 |
+
"parentId": 65
|
| 2333 |
+
},
|
| 2334 |
+
{
|
| 2335 |
+
"id": 13543,
|
| 2336 |
+
"parentId": 50
|
| 2337 |
+
},
|
| 2338 |
+
{
|
| 2339 |
+
"id": 13618,
|
| 2340 |
+
"parentId": 106
|
| 2341 |
+
},
|
| 2342 |
+
{
|
| 2343 |
+
"id": 13639,
|
| 2344 |
+
"parentId": 129
|
| 2345 |
+
},
|
| 2346 |
+
{
|
| 2347 |
+
"id": 13640,
|
| 2348 |
+
"parentId": 130
|
| 2349 |
+
},
|
| 2350 |
+
{
|
| 2351 |
+
"id": 13641,
|
| 2352 |
+
"parentId": 131
|
| 2353 |
+
},
|
| 2354 |
+
{
|
| 2355 |
+
"id": 13642,
|
| 2356 |
+
"parentId": 132
|
| 2357 |
+
},
|
| 2358 |
+
{
|
| 2359 |
+
"id": 13656,
|
| 2360 |
+
"parentId": 133
|
| 2361 |
+
},
|
| 2362 |
+
{
|
| 2363 |
+
"id": 13657,
|
| 2364 |
+
"parentId": 134
|
| 2365 |
+
},
|
| 2366 |
+
{
|
| 2367 |
+
"id": 13658,
|
| 2368 |
+
"parentId": 57
|
| 2369 |
+
},
|
| 2370 |
+
{
|
| 2371 |
+
"id": 13659,
|
| 2372 |
+
"parentId": 56
|
| 2373 |
+
},
|
| 2374 |
+
{
|
| 2375 |
+
"id": 13665,
|
| 2376 |
+
"parentId": 135
|
| 2377 |
+
}
|
| 2378 |
+
]
|
| 2379 |
+
},
|
| 2380 |
+
"version": 0.4,
|
| 2381 |
+
"max_node_id": 6030,
|
| 2382 |
+
"max_link_id": 14103
|
| 2383 |
+
}
|