From f8e0d87944f156fb281979d4d9f90b6adc2be50b Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 13:08:08 +0000 Subject: [PATCH 01/26] Update tutorials/video/ltx-2/introduction.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- tutorials/video/ltx-2/introduction.mdx | 67 ++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 tutorials/video/ltx-2/introduction.mdx diff --git a/tutorials/video/ltx-2/introduction.mdx b/tutorials/video/ltx-2/introduction.mdx new file mode 100644 index 000000000..47d334114 --- /dev/null +++ b/tutorials/video/ltx-2/introduction.mdx @@ -0,0 +1,67 @@ +--- +title: "LTX-2" +description: "A DiT-based audio-video foundation model for synchronized video and audio generation" +--- + +import UpdateReminder from "/snippets/tutorials/update-reminder.mdx"; + +[LTX-2](https://huggingface.co/Lightricks/LTX-2) is a 19B parameter DiT-based audio-video foundation model by Lightricks. It generates synchronized video and audio in a single pass, creating cohesive experiences where motion, dialogue, background noise, and music are produced together. + + + +## Key features + +- **Synchronized audio-video generation**: Generates motion, dialogue, SFX, and music together in one pass +- **Multiple generation modes**: Text-to-video, image-to-video, and video-to-video +- **Control options**: Canny, Depth, and Pose video-to-video control via IC-LoRAs +- **Keyframe-driven generation**: Interpolate between keyframe images +- **Native upscaling**: Spatial (2x) and temporal (2x) upscalers for higher resolution and FPS +- **Prompt enhancement**: Automatic prompt enhancement support + +## Model checkpoints + +| Name | Description | +|------|-------------| +| ltx-2-19b-dev | Full model in bf16, flexible and trainable | +| ltx-2-19b-dev-fp8 | Full model in fp8 quantization | +| ltx-2-19b-distilled | Distilled version, 8 steps, CFG=1 | +| ltx-2-spatial-upscaler-x2-1.0 | 2x spatial upscaler for higher resolution | +| ltx-2-temporal-upscaler-x2-1.0 | 2x temporal upscaler for higher FPS | + +## Getting started + +LTX-2 is natively supported in ComfyUI. To get started: + +1. Update ComfyUI to the latest version +2. Go to **Template Library** > **Video** > choose any LTX-2 workflow +3. Follow the pop-up to download models and run the workflow + +## Prompting tips + +When writing prompts for LTX-2, focus on detailed, chronological descriptions of actions and scenes. Include specific movements, appearances, camera angles, and environmental details in a single flowing paragraph. Start directly with the action and keep descriptions literal and precise. + +Structure your prompts with: +- Main action in a single sentence +- Specific details about movements and gestures +- Character/object appearances +- Background and environment details +- Camera angles and movements +- Lighting and colors +- Any changes or sudden events + +Keep prompts within 200 words for best results. + +## Resources + +- [GitHub Repository](https://github.com/Lightricks/LTX-2) +- [Hugging Face Model](https://huggingface.co/Lightricks/LTX-2) +- [LTX-2 Prompting Guide](https://ltx.video/blog/how-to-prompt-for-ltx-2) +- [ComfyUI-LTXVideo](https://github.com/Lightricks/ComfyUI-LTXVideo/) + +## Limitations + +- Not intended to provide factual information +- May amplify existing societal biases +- May fail to generate videos that match prompts perfectly +- Prompt following is heavily influenced by prompting style +- Audio without speech may be of lower quality From efe9caad70cf9e5cd741d82d8f7f0fc31b611420 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 13:08:20 +0000 Subject: [PATCH 02/26] Update docs.json Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- docs.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs.json b/docs.json index 3c7e7d0e1..1d1e9d74c 100644 --- a/docs.json +++ b/docs.json @@ -198,6 +198,12 @@ "group": "Video", "pages": [ "tutorials/video/ltxv", + { + "group": "LTX-2", + "pages": [ + "tutorials/video/ltx-2/introduction" + ] + }, { "group": "Wan Video", "pages": [ From 3eb5910a9fc153966371fd365a35a17c7d9428aa Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 13:08:27 +0000 Subject: [PATCH 03/26] Update docs.json Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- docs.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs.json b/docs.json index 1d1e9d74c..1954c32c2 100644 --- a/docs.json +++ b/docs.json @@ -871,6 +871,12 @@ "group": "视频", "pages": [ "zh-CN/tutorials/video/ltxv", + { + "group": "LTX-2", + "pages": [ + "tutorials/video/ltx-2/introduction" + ] + }, { "group": "万相视频", "pages": [ From 19b1ca35133bb07792f0e59e731aa902e7b9cc1a Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 08:15:06 +0000 Subject: [PATCH 04/26] Update tutorials/video/ltx/ltx-2.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- tutorials/video/ltx/ltx-2.mdx | 67 +++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 tutorials/video/ltx/ltx-2.mdx diff --git a/tutorials/video/ltx/ltx-2.mdx b/tutorials/video/ltx/ltx-2.mdx new file mode 100644 index 000000000..47d334114 --- /dev/null +++ b/tutorials/video/ltx/ltx-2.mdx @@ -0,0 +1,67 @@ +--- +title: "LTX-2" +description: "A DiT-based audio-video foundation model for synchronized video and audio generation" +--- + +import UpdateReminder from "/snippets/tutorials/update-reminder.mdx"; + +[LTX-2](https://huggingface.co/Lightricks/LTX-2) is a 19B parameter DiT-based audio-video foundation model by Lightricks. It generates synchronized video and audio in a single pass, creating cohesive experiences where motion, dialogue, background noise, and music are produced together. + + + +## Key features + +- **Synchronized audio-video generation**: Generates motion, dialogue, SFX, and music together in one pass +- **Multiple generation modes**: Text-to-video, image-to-video, and video-to-video +- **Control options**: Canny, Depth, and Pose video-to-video control via IC-LoRAs +- **Keyframe-driven generation**: Interpolate between keyframe images +- **Native upscaling**: Spatial (2x) and temporal (2x) upscalers for higher resolution and FPS +- **Prompt enhancement**: Automatic prompt enhancement support + +## Model checkpoints + +| Name | Description | +|------|-------------| +| ltx-2-19b-dev | Full model in bf16, flexible and trainable | +| ltx-2-19b-dev-fp8 | Full model in fp8 quantization | +| ltx-2-19b-distilled | Distilled version, 8 steps, CFG=1 | +| ltx-2-spatial-upscaler-x2-1.0 | 2x spatial upscaler for higher resolution | +| ltx-2-temporal-upscaler-x2-1.0 | 2x temporal upscaler for higher FPS | + +## Getting started + +LTX-2 is natively supported in ComfyUI. To get started: + +1. Update ComfyUI to the latest version +2. Go to **Template Library** > **Video** > choose any LTX-2 workflow +3. Follow the pop-up to download models and run the workflow + +## Prompting tips + +When writing prompts for LTX-2, focus on detailed, chronological descriptions of actions and scenes. Include specific movements, appearances, camera angles, and environmental details in a single flowing paragraph. Start directly with the action and keep descriptions literal and precise. + +Structure your prompts with: +- Main action in a single sentence +- Specific details about movements and gestures +- Character/object appearances +- Background and environment details +- Camera angles and movements +- Lighting and colors +- Any changes or sudden events + +Keep prompts within 200 words for best results. + +## Resources + +- [GitHub Repository](https://github.com/Lightricks/LTX-2) +- [Hugging Face Model](https://huggingface.co/Lightricks/LTX-2) +- [LTX-2 Prompting Guide](https://ltx.video/blog/how-to-prompt-for-ltx-2) +- [ComfyUI-LTXVideo](https://github.com/Lightricks/ComfyUI-LTXVideo/) + +## Limitations + +- Not intended to provide factual information +- May amplify existing societal biases +- May fail to generate videos that match prompts perfectly +- Prompt following is heavily influenced by prompting style +- Audio without speech may be of lower quality From f5b29da66c268be838101cb994e7c3bcb17bf3f1 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 08:15:22 +0000 Subject: [PATCH 05/26] Update zh-CN/tutorials/video/ltx/ltx-2.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- zh-CN/tutorials/video/ltx/ltx-2.mdx | 67 +++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 zh-CN/tutorials/video/ltx/ltx-2.mdx diff --git a/zh-CN/tutorials/video/ltx/ltx-2.mdx b/zh-CN/tutorials/video/ltx/ltx-2.mdx new file mode 100644 index 000000000..40a9be3f5 --- /dev/null +++ b/zh-CN/tutorials/video/ltx/ltx-2.mdx @@ -0,0 +1,67 @@ +--- +title: "LTX-2" +description: "基于 DiT 的音视频基础模型,支持同步生成视频和音频" +--- + +import UpdateReminder from "/snippets/zh/tutorials/update-reminder.mdx"; + +[LTX-2](https://huggingface.co/Lightricks/LTX-2) 是 Lightricks 推出的 190 亿参数 DiT 音视频基础模型。它可以在单次生成中同步产出视频和音频,将动作、对话、背景音效和音乐融为一体。 + + + +## 主要特性 + +- **音视频同步生成**:一次生成动作、对话、音效和音乐 +- **多种生成模式**:支持文生视频、图生视频和视频转视频 +- **控制选项**:通过 IC-LoRAs 支持 Canny、Depth 和 Pose 视频控制 +- **关键帧驱动生成**:在关键帧图像之间进行插值 +- **原生放大**:空间 (2x) 和时间 (2x) 放大器,提升分辨率和帧率 +- **提示词增强**:支持自动提示词增强 + +## 模型检查点 + +| 名称 | 描述 | +|------|------| +| ltx-2-19b-dev | bf16 完整模型,灵活可训练 | +| ltx-2-19b-dev-fp8 | fp8 量化完整模型 | +| ltx-2-19b-distilled | 蒸馏版本,8 步,CFG=1 | +| ltx-2-spatial-upscaler-x2-1.0 | 2x 空间放大器,提升分辨率 | +| ltx-2-temporal-upscaler-x2-1.0 | 2x 时间放大器,提升帧率 | + +## 快速入门 + +LTX-2 已原生支持 ComfyUI。开始使用: + +1. 将 ComfyUI 更新到最新版本 +2. 进入 **模板库** > **视频** > 选择任意 LTX-2 工作流 +3. 按照弹窗提示下载模型并运行工作流 + +## 提示词技巧 + +编写 LTX-2 提示词时,请专注于详细、按时间顺序描述动作和场景。在一个连贯的段落中包含具体的动作、外观、镜头角度和环境细节。直接从动作开始,保持描述的字面性和精确性。 + +提示词结构建议: +- 用一句话描述主要动作 +- 动作和手势的具体细节 +- 角色/物体外观 +- 背景和环境细节 +- 镜头角度和运动 +- 光线和色彩 +- 任何变化或突发事件 + +提示词最好控制在 200 词以内。 + +## 资源 + +- [GitHub 仓库](https://github.com/Lightricks/LTX-2) +- [Hugging Face 模型](https://huggingface.co/Lightricks/LTX-2) +- [LTX-2 提示词指南](https://ltx.video/blog/how-to-prompt-for-ltx-2) +- [ComfyUI-LTXVideo](https://github.com/Lightricks/ComfyUI-LTXVideo/) + +## 局限性 + +- 不适用于提供事实信息 +- 可能放大现有的社会偏见 +- 可能无法完美匹配提示词生成视频 +- 提示词遵循度受提示词风格影响较大 +- 无语音的音频质量可能较低 From 1c43266a7359a6454c6c673aaa9e92cc322e4c30 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 08:15:35 +0000 Subject: [PATCH 06/26] Update docs.json Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- docs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.json b/docs.json index 1954c32c2..d8205f9ee 100644 --- a/docs.json +++ b/docs.json @@ -197,11 +197,11 @@ { "group": "Video", "pages": [ - "tutorials/video/ltxv", { - "group": "LTX-2", + "group": "LTX", "pages": [ - "tutorials/video/ltx-2/introduction" + "tutorials/video/ltxv", + "tutorials/video/ltx/ltx-2" ] }, { From 284f245fc5b6dabaf260c1e560d5ac578929112e Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 08:15:41 +0000 Subject: [PATCH 07/26] Update docs.json Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- docs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.json b/docs.json index d8205f9ee..701bbd9ff 100644 --- a/docs.json +++ b/docs.json @@ -870,11 +870,11 @@ { "group": "视频", "pages": [ - "zh-CN/tutorials/video/ltxv", { - "group": "LTX-2", + "group": "LTX", "pages": [ - "tutorials/video/ltx-2/introduction" + "zh-CN/tutorials/video/ltxv", + "zh-CN/tutorials/video/ltx/ltx-2" ] }, { From 9916a133dc50c13923bd9325141f11088af9de59 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 08:15:46 +0000 Subject: [PATCH 08/26] Delete tutorials/video/ltx-2/introduction.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- tutorials/video/ltx-2/introduction.mdx | 67 -------------------------- 1 file changed, 67 deletions(-) delete mode 100644 tutorials/video/ltx-2/introduction.mdx diff --git a/tutorials/video/ltx-2/introduction.mdx b/tutorials/video/ltx-2/introduction.mdx deleted file mode 100644 index 47d334114..000000000 --- a/tutorials/video/ltx-2/introduction.mdx +++ /dev/null @@ -1,67 +0,0 @@ ---- -title: "LTX-2" -description: "A DiT-based audio-video foundation model for synchronized video and audio generation" ---- - -import UpdateReminder from "/snippets/tutorials/update-reminder.mdx"; - -[LTX-2](https://huggingface.co/Lightricks/LTX-2) is a 19B parameter DiT-based audio-video foundation model by Lightricks. It generates synchronized video and audio in a single pass, creating cohesive experiences where motion, dialogue, background noise, and music are produced together. - - - -## Key features - -- **Synchronized audio-video generation**: Generates motion, dialogue, SFX, and music together in one pass -- **Multiple generation modes**: Text-to-video, image-to-video, and video-to-video -- **Control options**: Canny, Depth, and Pose video-to-video control via IC-LoRAs -- **Keyframe-driven generation**: Interpolate between keyframe images -- **Native upscaling**: Spatial (2x) and temporal (2x) upscalers for higher resolution and FPS -- **Prompt enhancement**: Automatic prompt enhancement support - -## Model checkpoints - -| Name | Description | -|------|-------------| -| ltx-2-19b-dev | Full model in bf16, flexible and trainable | -| ltx-2-19b-dev-fp8 | Full model in fp8 quantization | -| ltx-2-19b-distilled | Distilled version, 8 steps, CFG=1 | -| ltx-2-spatial-upscaler-x2-1.0 | 2x spatial upscaler for higher resolution | -| ltx-2-temporal-upscaler-x2-1.0 | 2x temporal upscaler for higher FPS | - -## Getting started - -LTX-2 is natively supported in ComfyUI. To get started: - -1. Update ComfyUI to the latest version -2. Go to **Template Library** > **Video** > choose any LTX-2 workflow -3. Follow the pop-up to download models and run the workflow - -## Prompting tips - -When writing prompts for LTX-2, focus on detailed, chronological descriptions of actions and scenes. Include specific movements, appearances, camera angles, and environmental details in a single flowing paragraph. Start directly with the action and keep descriptions literal and precise. - -Structure your prompts with: -- Main action in a single sentence -- Specific details about movements and gestures -- Character/object appearances -- Background and environment details -- Camera angles and movements -- Lighting and colors -- Any changes or sudden events - -Keep prompts within 200 words for best results. - -## Resources - -- [GitHub Repository](https://github.com/Lightricks/LTX-2) -- [Hugging Face Model](https://huggingface.co/Lightricks/LTX-2) -- [LTX-2 Prompting Guide](https://ltx.video/blog/how-to-prompt-for-ltx-2) -- [ComfyUI-LTXVideo](https://github.com/Lightricks/ComfyUI-LTXVideo/) - -## Limitations - -- Not intended to provide factual information -- May amplify existing societal biases -- May fail to generate videos that match prompts perfectly -- Prompt following is heavily influenced by prompting style -- Audio without speech may be of lower quality From 72cc8d7384ec290853d109ad57b4b1fc52accc76 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:49:36 +0000 Subject: [PATCH 09/26] Update tutorials/video/ltx/ltx-2.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- tutorials/video/ltx/ltx-2.mdx | 72 +++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/tutorials/video/ltx/ltx-2.mdx b/tutorials/video/ltx/ltx-2.mdx index 47d334114..6357cdaba 100644 --- a/tutorials/video/ltx/ltx-2.mdx +++ b/tutorials/video/ltx/ltx-2.mdx @@ -36,6 +36,78 @@ LTX-2 is natively supported in ComfyUI. To get started: 2. Go to **Template Library** > **Video** > choose any LTX-2 workflow 3. Follow the pop-up to download models and run the workflow +## Workflows + +### Text-to-video + +Generate videos from text prompts. + + + + Download workflow + + + Open in cloud + + + +**Distilled version** (faster, 8 steps): + + Download workflow + + +### Image-to-video + +Generate videos from an input image. + + + + Download workflow + + + Open in cloud + + + +**Distilled version** (faster, 8 steps): + + Download workflow + + +### Control-to-video + +Generate videos with structural control using IC-LoRAs. + +**Depth control:** + + + Download workflow + + + Open in cloud + + + +**Canny control:** + + + Download workflow + + + Open in cloud + + + +**Pose control:** + + + Download workflow + + + Open in cloud + + + ## Prompting tips When writing prompts for LTX-2, focus on detailed, chronological descriptions of actions and scenes. Include specific movements, appearances, camera angles, and environmental details in a single flowing paragraph. Start directly with the action and keep descriptions literal and precise. From 41a51d93f432a680aec201627344e8cca8ad612a Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:49:53 +0000 Subject: [PATCH 10/26] Update zh-CN/tutorials/video/ltx/ltx-2.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- zh-CN/tutorials/video/ltx/ltx-2.mdx | 72 +++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/zh-CN/tutorials/video/ltx/ltx-2.mdx b/zh-CN/tutorials/video/ltx/ltx-2.mdx index 40a9be3f5..88137bbd0 100644 --- a/zh-CN/tutorials/video/ltx/ltx-2.mdx +++ b/zh-CN/tutorials/video/ltx/ltx-2.mdx @@ -36,6 +36,78 @@ LTX-2 已原生支持 ComfyUI。开始使用: 2. 进入 **模板库** > **视频** > 选择任意 LTX-2 工作流 3. 按照弹窗提示下载模型并运行工作流 +## 工作流 + +### 文生视频 + +从文本提示词生成视频。 + + + + 下载工作流 + + + 在云端打开 + + + +**蒸馏版本**(更快,8 步): + + 下载工作流 + + +### 图生视频 + +从输入图像生成视频。 + + + + 下载工作流 + + + 在云端打开 + + + +**蒸馏版本**(更快,8 步): + + 下载工作流 + + +### 控制生成视频 + +使用 IC-LoRAs 进行结构控制生成视频。 + +**深度控制:** + + + 下载工作流 + + + 在云端打开 + + + +**Canny 边缘控制:** + + + 下载工作流 + + + 在云端打开 + + + +**姿态控制:** + + + 下载工作流 + + + 在云端打开 + + + ## 提示词技巧 编写 LTX-2 提示词时,请专注于详细、按时间顺序描述动作和场景。在一个连贯的段落中包含具体的动作、外观、镜头角度和环境细节。直接从动作开始,保持描述的字面性和精确性。 From f51097dd34ea0990513ab116fec4fb6782ffe5f6 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:52:34 +0000 Subject: [PATCH 11/26] Update tutorials/video/ltx/ltx-2.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- tutorials/video/ltx/ltx-2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/video/ltx/ltx-2.mdx b/tutorials/video/ltx/ltx-2.mdx index 6357cdaba..b280049f0 100644 --- a/tutorials/video/ltx/ltx-2.mdx +++ b/tutorials/video/ltx/ltx-2.mdx @@ -43,7 +43,7 @@ LTX-2 is natively supported in ComfyUI. To get started: Generate videos from text prompts. - + Download workflow From 1a36cc50cf9e2c65fdbf96c0df57f3e026db8462 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:52:35 +0000 Subject: [PATCH 12/26] Update tutorials/video/ltx/ltx-2.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- tutorials/video/ltx/ltx-2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/video/ltx/ltx-2.mdx b/tutorials/video/ltx/ltx-2.mdx index b280049f0..64b4964cc 100644 --- a/tutorials/video/ltx/ltx-2.mdx +++ b/tutorials/video/ltx/ltx-2.mdx @@ -52,7 +52,7 @@ Generate videos from text prompts. **Distilled version** (faster, 8 steps): - + Download workflow From 47330b31c920104f9c3fdc029481cad21515a94f Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:52:37 +0000 Subject: [PATCH 13/26] Update tutorials/video/ltx/ltx-2.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- tutorials/video/ltx/ltx-2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/video/ltx/ltx-2.mdx b/tutorials/video/ltx/ltx-2.mdx index 64b4964cc..f6631edfd 100644 --- a/tutorials/video/ltx/ltx-2.mdx +++ b/tutorials/video/ltx/ltx-2.mdx @@ -61,7 +61,7 @@ Generate videos from text prompts. Generate videos from an input image. - + Download workflow From e8ad6aac529cdbb39a8f2f106aaa0d37a5928bdc Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:52:38 +0000 Subject: [PATCH 14/26] Update tutorials/video/ltx/ltx-2.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- tutorials/video/ltx/ltx-2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/video/ltx/ltx-2.mdx b/tutorials/video/ltx/ltx-2.mdx index f6631edfd..691ae3a0d 100644 --- a/tutorials/video/ltx/ltx-2.mdx +++ b/tutorials/video/ltx/ltx-2.mdx @@ -70,7 +70,7 @@ Generate videos from an input image. **Distilled version** (faster, 8 steps): - + Download workflow From c4c5e9faaa40c0907dfcbea658abe7aee25255ff Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:52:40 +0000 Subject: [PATCH 15/26] Update tutorials/video/ltx/ltx-2.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- tutorials/video/ltx/ltx-2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/video/ltx/ltx-2.mdx b/tutorials/video/ltx/ltx-2.mdx index 691ae3a0d..8fa555562 100644 --- a/tutorials/video/ltx/ltx-2.mdx +++ b/tutorials/video/ltx/ltx-2.mdx @@ -80,7 +80,7 @@ Generate videos with structural control using IC-LoRAs. **Depth control:** - + Download workflow From 1425052a5db50ffca717dc5ab967a6b2ff244fe8 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:52:41 +0000 Subject: [PATCH 16/26] Update tutorials/video/ltx/ltx-2.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- tutorials/video/ltx/ltx-2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/video/ltx/ltx-2.mdx b/tutorials/video/ltx/ltx-2.mdx index 8fa555562..59fd344da 100644 --- a/tutorials/video/ltx/ltx-2.mdx +++ b/tutorials/video/ltx/ltx-2.mdx @@ -90,7 +90,7 @@ Generate videos with structural control using IC-LoRAs. **Canny control:** - + Download workflow From a93258e81851d2a93e8f88b6a850cf1190f26614 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:52:53 +0000 Subject: [PATCH 17/26] Update tutorials/video/ltx/ltx-2.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- tutorials/video/ltx/ltx-2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/video/ltx/ltx-2.mdx b/tutorials/video/ltx/ltx-2.mdx index 59fd344da..8af35811a 100644 --- a/tutorials/video/ltx/ltx-2.mdx +++ b/tutorials/video/ltx/ltx-2.mdx @@ -100,7 +100,7 @@ Generate videos with structural control using IC-LoRAs. **Pose control:** - + Download workflow From d46126ad1719500cdd464b14620c26ab3f06bea2 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:52:59 +0000 Subject: [PATCH 18/26] Update zh-CN/tutorials/video/ltx/ltx-2.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- zh-CN/tutorials/video/ltx/ltx-2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-CN/tutorials/video/ltx/ltx-2.mdx b/zh-CN/tutorials/video/ltx/ltx-2.mdx index 88137bbd0..ab65df447 100644 --- a/zh-CN/tutorials/video/ltx/ltx-2.mdx +++ b/zh-CN/tutorials/video/ltx/ltx-2.mdx @@ -52,7 +52,7 @@ LTX-2 已原生支持 ComfyUI。开始使用: **蒸馏版本**(更快,8 步): - + 下载工作流 From 73e358101eae5e9dcb156102122ec3b046a260a7 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:53:05 +0000 Subject: [PATCH 19/26] Update zh-CN/tutorials/video/ltx/ltx-2.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- zh-CN/tutorials/video/ltx/ltx-2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-CN/tutorials/video/ltx/ltx-2.mdx b/zh-CN/tutorials/video/ltx/ltx-2.mdx index ab65df447..cdac2925c 100644 --- a/zh-CN/tutorials/video/ltx/ltx-2.mdx +++ b/zh-CN/tutorials/video/ltx/ltx-2.mdx @@ -70,7 +70,7 @@ LTX-2 已原生支持 ComfyUI。开始使用: **蒸馏版本**(更快,8 步): - + 下载工作流 From 3ae83cd3deef4a7924a0a8d518fa9f81f2d97bec Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:53:06 +0000 Subject: [PATCH 20/26] Update zh-CN/tutorials/video/ltx/ltx-2.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- zh-CN/tutorials/video/ltx/ltx-2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-CN/tutorials/video/ltx/ltx-2.mdx b/zh-CN/tutorials/video/ltx/ltx-2.mdx index cdac2925c..6fe5e415b 100644 --- a/zh-CN/tutorials/video/ltx/ltx-2.mdx +++ b/zh-CN/tutorials/video/ltx/ltx-2.mdx @@ -80,7 +80,7 @@ LTX-2 已原生支持 ComfyUI。开始使用: **深度控制:** - + 下载工作流 From f4991e1826faafa189d03baa69210bd69f178497 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:53:11 +0000 Subject: [PATCH 21/26] Update zh-CN/tutorials/video/ltx/ltx-2.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- zh-CN/tutorials/video/ltx/ltx-2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-CN/tutorials/video/ltx/ltx-2.mdx b/zh-CN/tutorials/video/ltx/ltx-2.mdx index 6fe5e415b..bb2c0e3e2 100644 --- a/zh-CN/tutorials/video/ltx/ltx-2.mdx +++ b/zh-CN/tutorials/video/ltx/ltx-2.mdx @@ -100,7 +100,7 @@ LTX-2 已原生支持 ComfyUI。开始使用: **姿态控制:** - + 下载工作流 From 8be6dc84eeaa744c338a382f4b4f5a89a3b70c57 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:53:20 +0000 Subject: [PATCH 22/26] Update zh-CN/tutorials/video/ltx/ltx-2.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- zh-CN/tutorials/video/ltx/ltx-2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-CN/tutorials/video/ltx/ltx-2.mdx b/zh-CN/tutorials/video/ltx/ltx-2.mdx index bb2c0e3e2..705c7b7e8 100644 --- a/zh-CN/tutorials/video/ltx/ltx-2.mdx +++ b/zh-CN/tutorials/video/ltx/ltx-2.mdx @@ -43,7 +43,7 @@ LTX-2 已原生支持 ComfyUI。开始使用: 从文本提示词生成视频。 - + 下载工作流 From 5ef0358303931f503c800baafde646315b638774 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:53:22 +0000 Subject: [PATCH 23/26] Update zh-CN/tutorials/video/ltx/ltx-2.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- zh-CN/tutorials/video/ltx/ltx-2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-CN/tutorials/video/ltx/ltx-2.mdx b/zh-CN/tutorials/video/ltx/ltx-2.mdx index 705c7b7e8..28212fc51 100644 --- a/zh-CN/tutorials/video/ltx/ltx-2.mdx +++ b/zh-CN/tutorials/video/ltx/ltx-2.mdx @@ -61,7 +61,7 @@ LTX-2 已原生支持 ComfyUI。开始使用: 从输入图像生成视频。 - + 下载工作流 From bc8f08d74ebe688cc3d94b5c5d0df61146f7af06 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:53:34 +0000 Subject: [PATCH 24/26] Update zh-CN/tutorials/video/ltx/ltx-2.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- zh-CN/tutorials/video/ltx/ltx-2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-CN/tutorials/video/ltx/ltx-2.mdx b/zh-CN/tutorials/video/ltx/ltx-2.mdx index 28212fc51..e60aac7c8 100644 --- a/zh-CN/tutorials/video/ltx/ltx-2.mdx +++ b/zh-CN/tutorials/video/ltx/ltx-2.mdx @@ -90,7 +90,7 @@ LTX-2 已原生支持 ComfyUI。开始使用: **Canny 边缘控制:** - + 下载工作流 From 0c2929ac9c36bee1dffac878a87381f654f2b818 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:12:50 +0000 Subject: [PATCH 25/26] Update tutorials/video/ltx/ltx-2.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- tutorials/video/ltx/ltx-2.mdx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tutorials/video/ltx/ltx-2.mdx b/tutorials/video/ltx/ltx-2.mdx index 8af35811a..a0d7f721f 100644 --- a/tutorials/video/ltx/ltx-2.mdx +++ b/tutorials/video/ltx/ltx-2.mdx @@ -130,10 +130,3 @@ Keep prompts within 200 words for best results. - [LTX-2 Prompting Guide](https://ltx.video/blog/how-to-prompt-for-ltx-2) - [ComfyUI-LTXVideo](https://github.com/Lightricks/ComfyUI-LTXVideo/) -## Limitations - -- Not intended to provide factual information -- May amplify existing societal biases -- May fail to generate videos that match prompts perfectly -- Prompt following is heavily influenced by prompting style -- Audio without speech may be of lower quality From 34f2e1425e588661519ee16bed9172a4e2aca84f Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:12:52 +0000 Subject: [PATCH 26/26] Update zh-CN/tutorials/video/ltx/ltx-2.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- zh-CN/tutorials/video/ltx/ltx-2.mdx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/zh-CN/tutorials/video/ltx/ltx-2.mdx b/zh-CN/tutorials/video/ltx/ltx-2.mdx index e60aac7c8..95e169e25 100644 --- a/zh-CN/tutorials/video/ltx/ltx-2.mdx +++ b/zh-CN/tutorials/video/ltx/ltx-2.mdx @@ -130,10 +130,3 @@ LTX-2 已原生支持 ComfyUI。开始使用: - [LTX-2 提示词指南](https://ltx.video/blog/how-to-prompt-for-ltx-2) - [ComfyUI-LTXVideo](https://github.com/Lightricks/ComfyUI-LTXVideo/) -## 局限性 - -- 不适用于提供事实信息 -- 可能放大现有的社会偏见 -- 可能无法完美匹配提示词生成视频 -- 提示词遵循度受提示词风格影响较大 -- 无语音的音频质量可能较低