> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# LTX-2.3: ComfyUI 워크플로 예제

> ComfyUI에서 LTX-2.3을 사용하여 텍스트-투-비디오, 이미지-투-비디오, FLF2V, 오디오 기반 비디오, IC-LoRA 제어, ID-LoRA 개인화를 위한 네이티브 워크플로를 활용하는 방법을 알아보세요.

[LTX-2.3](https://huggingface.co/Lightricks/LTX-2.3)은 Lightricks의 오픈소스 오디오-비디오 생성 모델의 최신 버전으로, 이제 ComfyUI에서 기본적으로 지원됩니다. LTX-2를 기반으로, 세부 묘사, 인물 비디오, 오디오 품질, 이미지-투-비디오 일관성, 프롬프트 이해도 및 텍스트 렌더링 전반에 걸쳐 주요 품질 개선이 이루어졌습니다.

ComfyUI는 각각 특정 생성 모드를 위해 설계된 6개의 LTX-2.3 기본 워크플로를 제공합니다:

* **텍스트-투-비디오 (T2V)**: 텍스트 프롬프트로 비디오 생성
* **이미지-투-비디오 (I2V)**: 입력 이미지로 비디오 생성
* **FLF2V**: 시작 이미지와 종료 이미지 간 보간
* **이미지-오디오-투-비디오 (IA2V)**: 이미지와 오디오로 립싱크 비디오 생성
* **IC-LoRA 유니온 컨트롤**: 깊이, 포즈 또는 에지 가이던스로 비디오 생성 제어
* **ID-LoRA**: 참조 이미지와 오디오 클립으로 동기화된 오디오가 포함된 개인화된 비디오 생성

<Tip>
  <Tabs>
    <Tab title="로컬 사용자">
      ComfyUI가 최신 버전으로 업데이트되었는지 확인하세요.

      * [ComfyUI 다운로드](https://www.comfy.org/download)
      * [업데이트 가이드](/ko/installation/update_comfyui)

      이 가이드의 워크플로우는 [워크플로우 템플릿](/ko/interface/features/template)에서 확인할 수 있습니다.
      템플릿에서 찾을 수 없다면, 귀하의 ComfyUI가 오래된 버전일 수 있습니다.

      워크플로우를 로드할 때 노드가 누락되는 경우, 가능한 원인:

      1. 최신 ComfyUI 버전(야간 빌드)을 사용하고 있지 않음
      2. 일부 노드가 시작 시 가져오기에 실패함
    </Tab>

    <Tab title="클라우드 사용자">
      * [클라우드](https://cloud.comfy.org)는 ComfyUI 안정판 출시 후 업데이트됩니다.

      따라서 이 문서에서 핵심 노드가 누락된 것을 발견했다면, 그 이유는 새로운 핵심 노드가 아직 최신 안정판에 공개되지 않았기 때문일 수 있습니다. 다음 안정판 출시를 기다려 주세요.
    </Tab>
  </Tabs>
</Tip>

## 주요 기능

* **더 세밀한 디테일**: 새로운 잠재 공간과 업데이트된 VAE로 더 선명한 텍스처, 깨끗한 가장자리, 정밀한 시각 효과
* **9:16 세로 지원**: 세로형 인물 비디오 품질이 크게 향상됨
* **더 나은 오디오**: 노이즈 감소와 대화 개선으로 더 깨끗한 사운드
* **향상된 이미지-투-비디오**: 더 일관된 움직임과 적은 결함
* **더 똑똑한 프롬프트 이해**: 개선된 텍스트 인코더로 더 정확한 해석
* **네이티브 ComfyUI 지원**: 모든 워크플로가 내장되어 있으며, 커스텀 노드가 필요 없음

## 시작하기

LTX-2.3은 ComfyUI에서 기본적으로 지원됩니다. 시작하려면:

1. ComfyUI를 최신 버전으로 업데이트하세요
2. **템플릿 라이브러리** > **비디오** > LTX-2.3 워크플로 선택
3. 팝업 안내에 따라 모델을 다운로드하고 워크플로를 실행하세요

## ComfyUI 기본 워크플로

### LTX-2.3 텍스트-투-비디오 (T2V)

향상된 프롬프트 이해와 텍스트 렌더링으로 텍스트 프롬프트에서 비디오를 생성합니다.

<video controls className="w-full aspect-video" src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/video_ltx2_3_t2v.mp4" />

<CardGroup cols={2}>
  <Card title="Comfy Cloud에서 실행" icon="cloud" href="https://cloud.comfy.org/?template=video_ltx2_3_t2v&utm_source=docs&utm_medium=referral&utm_campaign=ltx-2-3">
    Open in Comfy Cloud
  </Card>

  <Card title="워크플로 다운로드" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_ltx2_3_t2v.json">
    Download JSON or search "LTX-2.3 T2V" in Template Library
  </Card>
</CardGroup>

#### 모델 다운로드

<CardGroup cols={2}>
  <Card title="체크포인트: ltx-2.3-22b-dev-fp8" icon="download" href="https://huggingface.co/Lightricks/LTX-2.3-fp8/blob/main/ltx-2.3-22b-dev-fp8.safetensors">
    Place in <code>ComfyUI/models/checkpoints/</code>
  </Card>

  <Card title="LoRA: distilled 1.1" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2.3/blob/main/split_files/loras/ltx_2.3_22b_distilled_1.1_lora_dynamic_fro09_avg_rank_111_bf16.safetensors">
    Place in <code>ComfyUI/models/loras/</code>
  </Card>

  <Card title="LoRA: gemma abliterated" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2/blob/main/split_files/loras/gemma-3-12b-it-abliterated_lora_rank64_bf16.safetensors">
    Place in <code>ComfyUI/models/loras/</code>
  </Card>

  <Card title="텍스트 인코더: gemma 12B" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2/blob/main/split_files/text_encoders/gemma_3_12B_it_fp4_mixed.safetensors">
    Place in <code>ComfyUI/models/text\_encoders/</code>
  </Card>

  <Card title="업스케일러: spatial x2" icon="download" href="https://huggingface.co/Lightricks/LTX-2.3/blob/main/ltx-2.3-spatial-upscaler-x2-1.1.safetensors">
    Place in <code>ComfyUI/models/latent\_upscale\_models/</code>
  </Card>
</CardGroup>

#### 모델 저장 구조

```
ComfyUI/
├── 📂 models/
│   ├── 📂 checkpoints/
│   │   └── ltx-2.3-22b-dev-fp8.safetensors
│   ├── 📂 loras/
│   │   ├── ltx_2.3_22b_distilled_1.1_lora_dynamic_fro09_avg_rank_111_bf16.safetensors
│   │   └── gemma-3-12b-it-abliterated_lora_rank64_bf16.safetensors
│   ├── 📂 text_encoders/
│   │   └── gemma_3_12B_it_fp4_mixed.safetensors
│   └── 📂 latent_upscale_models/
│       └── ltx-2.3-spatial-upscaler-x2-1.1.safetensors
```

#### 프롬프트 팁

1. **핵심 동작**: 시간에 따라 발생하는 이벤트와 동작을 설명하세요
2. **시각적 세부 사항**: 비디오에 나타내고 싶은 모든 시각적 세부 사항을 설명하세요
3. **오디오**: 장면에 필요한 소리와 대화를 설명하세요

***

### LTX-2.3 이미지-투-비디오 (I2V)

더 일관된 움직임과 부드러운 애니메이션으로 입력 이미지에서 비디오를 생성합니다.

<video controls className="w-full aspect-video" src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/video_ltx2_3_i2v.mp4" />

<CardGroup cols={2}>
  <Card title="Comfy Cloud에서 실행" icon="cloud" href="https://cloud.comfy.org/?template=video_ltx2_3_i2v&utm_source=docs&utm_medium=referral&utm_campaign=ltx-2-3">
    Open in Comfy Cloud
  </Card>

  <Card title="워크플로 다운로드" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_ltx2_3_i2v.json">
    Download JSON or search "LTX-2.3 I2V" in Template Library
  </Card>
</CardGroup>

<CardGroup cols={1}>
  <Card title="입력 이미지: egyptian_queen.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/egyptian_queen.png">
    Download the default input image, or use your own image.
  </Card>
</CardGroup>

#### 모델 다운로드

I2V 워크플로는 텍스트-투-비디오와 동일한 모델 세트를 사용합니다.

<CardGroup cols={2}>
  <Card title="체크포인트: ltx-2.3-22b-dev-fp8" icon="download" href="https://huggingface.co/Lightricks/LTX-2.3-fp8/blob/main/ltx-2.3-22b-dev-fp8.safetensors">
    Place in <code>ComfyUI/models/checkpoints/</code>
  </Card>

  <Card title="LoRA: distilled 1.1" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2.3/blob/main/split_files/loras/ltx_2.3_22b_distilled_1.1_lora_dynamic_fro09_avg_rank_111_bf16.safetensors">
    Place in <code>ComfyUI/models/loras/</code>
  </Card>

  <Card title="LoRA: gemma abliterated" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2/blob/main/split_files/loras/gemma-3-12b-it-abliterated_lora_rank64_bf16.safetensors">
    Place in <code>ComfyUI/models/loras/</code>
  </Card>

  <Card title="텍스트 인코더: gemma 12B" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2/blob/main/split_files/text_encoders/gemma_3_12B_it_fp4_mixed.safetensors">
    Place in <code>ComfyUI/models/text\_encoders/</code>
  </Card>

  <Card title="업스케일러: spatial x2" icon="download" href="https://huggingface.co/Lightricks/LTX-2.3/blob/main/ltx-2.3-spatial-upscaler-x2-1.1.safetensors">
    Place in <code>ComfyUI/models/latent\_upscale\_models/</code>
  </Card>
</CardGroup>

#### 모델 저장 구조

```
ComfyUI/
├── 📂 models/
│   ├── 📂 checkpoints/
│   │   └── ltx-2.3-22b-dev-fp8.safetensors
│   ├── 📂 loras/
│   │   ├── ltx_2.3_22b_distilled_1.1_lora_dynamic_fro09_avg_rank_111_bf16.safetensors
│   │   └── gemma-3-12b-it-abliterated_lora_rank64_bf16.safetensors
│   ├── 📂 text_encoders/
│   │   └── gemma_3_12B_it_fp4_mixed.safetensors
│   └── 📂 latent_upscale_models/
│       └── ltx-2.3-spatial-upscaler-x2-1.1.safetensors
```

***

### LTX-2.3 FLF2V

시작 이미지와 종료 이미지 간 보간하여 부드러운 비디오 전환을 생성합니다.

<video controls className="w-full aspect-video" src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/video_ltx2_3_flf2v.mp4" />

<CardGroup cols={2}>
  <Card title="Comfy Cloud에서 실행" icon="cloud" href="https://cloud.comfy.org/?template=video_ltx2_3_flf2v&utm_source=docs&utm_medium=referral&utm_campaign=ltx-2-3">
    Open in Comfy Cloud
  </Card>

  <Card title="워크플로 다운로드" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_ltx2_3_flf2v.json">
    Download JSON or search "LTX-2.3 FLF2V" in Template Library
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="시작 이미지: high_view_classic_car.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/high_view_classic_car.png">
    First frame of the video.
  </Card>

  <Card title="종료 이미지: low_view_classic_car.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/low_view_classic_car.png">
    Last frame of the video.
  </Card>
</CardGroup>

#### 모델 다운로드

FLF2V 워크플로는 dev 체크포인트 대신 distilled 체크포인트를 사용합니다.

<CardGroup cols={2}>
  <Card title="체크포인트: ltx-2.3-22b-distilled-fp8" icon="download" href="https://huggingface.co/Lightricks/LTX-2.3-fp8/blob/main/ltx-2.3-22b-distilled-fp8.safetensors">
    Place in <code>ComfyUI/models/checkpoints/</code>
  </Card>

  <Card title="텍스트 인코더: gemma 12B" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2/blob/main/split_files/text_encoders/gemma_3_12B_it_fp4_mixed.safetensors">
    Place in <code>ComfyUI/models/text\_encoders/</code>
  </Card>
</CardGroup>

#### 모델 저장 구조

```
ComfyUI/
├── 📂 models/
│   ├── 📂 checkpoints/
│   │   └── ltx-2.3-22b-distilled-fp8.safetensors
│   └── 📂 text_encoders/
│       └── gemma_3_12B_it_fp4_mixed.safetensors
```

***

### LTX-2.3 이미지-오디오-투-비디오 (IA2V)

이미지와 오디오 파일을 업로드하여 립싱크가 적용된 고품질 비디오를 생성합니다.

<video controls className="w-full aspect-video" src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/video_ltx2_3_ia2v.mp4" />

<CardGroup cols={2}>
  <Card title="Comfy Cloud에서 실행" icon="cloud" href="https://cloud.comfy.org/?template=video_ltx2_3_ia2v&utm_source=docs&utm_medium=referral&utm_campaign=ltx-2-3">
    Open in Comfy Cloud
  </Card>

  <Card title="워크플로 다운로드" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_ltx2_3_ia2v.json">
    Download JSON or search "LTX-2.3 IA2V" in Template Library
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="입력 이미지: cactus_man.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/cactus_man.png">
    Reference image for the speaking character.
  </Card>

  <Card title="참조 오디오: ltx_23_audio.mp3" icon="music" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/ltx_23_audio.mp3">
    Audio track for lip synchronization.
  </Card>
</CardGroup>

#### 모델 다운로드

IA2V 워크플로는 텍스트-투-비디오와 동일한 모델 세트를 사용합니다.

<CardGroup cols={2}>
  <Card title="체크포인트: ltx-2.3-22b-dev-fp8" icon="download" href="https://huggingface.co/Lightricks/LTX-2.3-fp8/blob/main/ltx-2.3-22b-dev-fp8.safetensors">
    Place in <code>ComfyUI/models/checkpoints/</code>
  </Card>

  <Card title="LoRA: distilled 1.1" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2.3/blob/main/split_files/loras/ltx_2.3_22b_distilled_1.1_lora_dynamic_fro09_avg_rank_111_bf16.safetensors">
    Place in <code>ComfyUI/models/loras/</code>
  </Card>

  <Card title="LoRA: gemma abliterated" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2/blob/main/split_files/loras/gemma-3-12b-it-abliterated_lora_rank64_bf16.safetensors">
    Place in <code>ComfyUI/models/loras/</code>
  </Card>

  <Card title="텍스트 인코더: gemma 12B" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2/blob/main/split_files/text_encoders/gemma_3_12B_it_fp4_mixed.safetensors">
    Place in <code>ComfyUI/models/text\_encoders/</code>
  </Card>

  <Card title="업스케일러: spatial x2" icon="download" href="https://huggingface.co/Lightricks/LTX-2.3/blob/main/ltx-2.3-spatial-upscaler-x2-1.1.safetensors">
    Place in <code>ComfyUI/models/latent\_upscale\_models/</code>
  </Card>
</CardGroup>

#### 모델 저장 구조

```
ComfyUI/
├── 📂 models/
│   ├── 📂 checkpoints/
│   │   └── ltx-2.3-22b-dev-fp8.safetensors
│   ├── 📂 loras/
│   │   ├── ltx_2.3_22b_distilled_1.1_lora_dynamic_fro09_avg_rank_111_bf16.safetensors
│   │   └── gemma-3-12b-it-abliterated_lora_rank64_bf16.safetensors
│   ├── 📂 text_encoders/
│   │   └── gemma_3_12B_it_fp4_mixed.safetensors
│   └── 📂 latent_upscale_models/
│       └── ltx-2.3-spatial-upscaler-x2-1.1.safetensors
```

***

### LTX-2.3 IC-LoRA 유니온 컨트롤

깊이, 포즈 또는 에지와 같은 정렬된 제어 입력을 사용하여 IC-LoRA로 LTX-2.3 비디오를 생성합니다. IC-LoRA는 LTX-2.3 위에 학습된 인컨텍스트 LoRA로, 참조 비디오의 구조적 가이던스를 적용합니다. 깊이 맵, Canny 에지 및 포즈 스켈레톤을 포함한 다양한 전처리기의 제어 신호를 수용합니다. 이 워크플로는 모듈식 처리를 위해 서브그래프를 사용합니다.

![LTX-2.3 IC-LoRA preview](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/video_ltx2_3_ic_lora-1.webp)

<CardGroup cols={2}>
  <Card title="Comfy Cloud에서 실행" icon="cloud" href="https://cloud.comfy.org/?template=video_ltx2_3_ic_lora&utm_source=docs&utm_medium=referral&utm_campaign=ltx-2-3">
    Open in Comfy Cloud
  </Card>

  <Card title="워크플로 다운로드" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_ltx2_3_ic_lora.json">
    Download JSON or search "LTX-2.3 IC-LoRA" in Template Library
  </Card>
</CardGroup>

<Card title="서브그래프 알아보기" icon="book-open" href="/ko/interface/features/subgraph">
  이 워크플로우는 모듈식 처리를 위해 서브그래프 노드를 사용합니다. 서브그래프 문서를 확인하여 워크플로우를 사용자 정의하고 확장하는 방법을 알아보세요.
</Card>

#### 입력 자료

<CardGroup cols={2}>
  <Card title="제어 비디오: stone_ruins.mp4" icon="video" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/stone_ruins.mp4">
    Driving video for control signal extraction.
  </Card>

  <Card title="참조 이미지: the_forgotten_gate.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/the_forgotten_gate.png">
    Reference image for style and content.
  </Card>
</CardGroup>

#### 모델 다운로드

<CardGroup cols={2}>
  <Card title="체크포인트: ltx-2.3-22b-distilled-fp8" icon="download" href="https://huggingface.co/Lightricks/LTX-2.3-fp8/blob/main/ltx-2.3-22b-distilled-fp8.safetensors">
    Place in <code>ComfyUI/models/checkpoints/</code>
  </Card>

  <Card title="LoRA: IC-LoRA 유니온 컨트롤" icon="download" href="https://huggingface.co/Lightricks/LTX-2.3-22b-IC-LoRA-Union-Control/blob/main/ltx-2.3-22b-ic-lora-union-control-ref0.5.safetensors">
    Place in <code>ComfyUI/models/loras/</code>
  </Card>

  <Card title="LoRA: gemma abliterated" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2/blob/main/split_files/loras/gemma-3-12b-it-abliterated_lora_rank64_bf16.safetensors">
    Place in <code>ComfyUI/models/loras/</code>
  </Card>

  <Card title="텍스트 인코더: gemma 12B" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2/blob/main/split_files/text_encoders/gemma_3_12B_it_fp4_mixed.safetensors">
    Place in <code>ComfyUI/models/text\_encoders/</code>
  </Card>

  <Card title="지오메트리: MoGe Normal" icon="download" href="https://huggingface.co/Comfy-Org/MoGe/blob/main/geometry_estimation/moge_2_vitl_normal_fp16.safetensors">
    Place in <code>ComfyUI/models/geometry\_estimation/</code>
  </Card>
</CardGroup>

#### 모델 저장 구조

```
ComfyUI/
├── 📂 models/
│   ├── 📂 checkpoints/
│   │   └── ltx-2.3-22b-distilled-fp8.safetensors
│   ├── 📂 loras/
│   │   ├── ltx-2.3-22b-ic-lora-union-control-ref0.5.safetensors
│   │   └── gemma-3-12b-it-abliterated_lora_rank64_bf16.safetensors
│   ├── 📂 text_encoders/
│   │   └── gemma_3_12B_it_fp4_mixed.safetensors
│   └── 📂 geometry_estimation/
│       └── moge_2_vitl_normal_fp16.safetensors
```

***

### LTX-2.3 ID-LoRA

텍스트 프롬프트, 참조 이미지 및 짧은 오디오 클립으로 동기화된 오디오가 포함된 개인화된 비디오를 생성합니다. ID-LoRA를 사용하여 단일 생성 모델에서 사람의 외모와 목소리를 적용합니다.

<video controls className="w-full aspect-video" src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/video_ltx2_3_id_lora.mp4" />

<CardGroup cols={2}>
  <Card title="Comfy Cloud에서 실행" icon="cloud" href="https://cloud.comfy.org/?template=video_ltx2_3_id_lora&utm_source=docs&utm_medium=referral&utm_campaign=ltx-2-3">
    Open in Comfy Cloud
  </Card>

  <Card title="워크플로 다운로드" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_ltx2_3_id_lora.json">
    Download JSON or search "LTX-2.3 ID-LoRA" in Template Library
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="참조 이미지: vintage_thinker.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/vintage_thinker.png">
    Reference image for the character appearance.
  </Card>

  <Card title="참조 오디오: ltx23_reference_audio.mp3" icon="music" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/ltx23_reference_audio.mp3">
    Audio clip for voice cloning and lip sync.
  </Card>
</CardGroup>

#### 모델 다운로드

<CardGroup cols={2}>
  <Card title="체크포인트: ltx-2.3-22b-dev-fp8" icon="download" href="https://huggingface.co/Lightricks/LTX-2.3-fp8/blob/main/ltx-2.3-22b-dev-fp8.safetensors">
    Place in <code>ComfyUI/models/checkpoints/</code>
  </Card>

  <Card title="LoRA: distilled 1.1" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2.3/blob/main/split_files/loras/ltx_2.3_22b_distilled_1.1_lora_dynamic_fro09_avg_rank_111_bf16.safetensors">
    Place in <code>ComfyUI/models/loras/</code>
  </Card>

  <Card title="LoRA: ID-LoRA TalkVid" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2.3/blob/main/split_files/loras/ltx-2.3-id-lora-talkvid-3k.safetensors">
    Place in <code>ComfyUI/models/loras/</code>
  </Card>

  <Card title="텍스트 인코더: gemma 12B" icon="download" href="https://huggingface.co/Comfy-Org/ltx-2/blob/main/split_files/text_encoders/gemma_3_12B_it_fp4_mixed.safetensors">
    Place in <code>ComfyUI/models/text\_encoders/</code>
  </Card>

  <Card title="업스케일러: spatial x2" icon="download" href="https://huggingface.co/Lightricks/LTX-2.3/blob/main/ltx-2.3-spatial-upscaler-x2-1.1.safetensors">
    Place in <code>ComfyUI/models/latent\_upscale\_models/</code>
  </Card>
</CardGroup>

#### 모델 저장 구조

```
ComfyUI/
├── 📂 models/
│   ├── 📂 checkpoints/
│   │   └── ltx-2.3-22b-dev-fp8.safetensors
│   ├── 📂 loras/
│   │   ├── ltx_2.3_22b_distilled_1.1_lora_dynamic_fro09_avg_rank_111_bf16.safetensors
│   │   └── ltx-2.3-id-lora-talkvid-3k.safetensors
│   ├── 📂 text_encoders/
│   │   └── gemma_3_12B_it_fp4_mixed.safetensors
│   └── 📂 latent_upscale_models/
│       └── ltx-2.3-spatial-upscaler-x2-1.1.safetensors
```

## 프롬프트 팁

LTX-2.3용 프롬프트를 작성할 때는 동작과 장면에 대한 상세하고 시간 순서에 따른 설명에 집중하세요:

1. **핵심 동작**: 시간에 따라 발생하는 이벤트와 동작을 설명하세요
2. **시각적 세부 사항**: 비디오에 나타내고 싶은 모든 시각적 세부 사항을 설명하세요
3. **오디오**: 장면에 필요한 소리와 대화를 설명하세요

## 리소스

* [Hugging Face Model](https://huggingface.co/Lightricks/LTX-2.3)
* [GitHub Repository](https://github.com/Lightricks/LTX-2)
* [ComfyUI-LTXVideo](https://github.com/Lightricks/ComfyUI-LTXVideo/)
* [IC-LoRA Model](https://huggingface.co/Lightricks/LTX-2.3-22b-IC-LoRA-Union-Control)
