> ## 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.

# ComfyUI MiniMax H3 멀티프레임 레퍼런스 워크플로

> Add Guide 노드로 레퍼런스 프레임을 출력 타임라인의 특정 지점에 고정하여, ComfyUI에서 MiniMax H3 비디오 이어 만들기와 멀티샷 장면을 생성합니다.

출력 타임라인의 특정 지점에 레퍼런스 프레임을 고정하여 비디오 연속 생성과 멀티샷 장면을 생성합니다. 이 워크플로는 Reference to Video 노드와 체인으로 연결된 Add Guide 노드들을 결합한 구조입니다. 각 Add Guide는 프레임 인덱스에 정지 이미지(및 선택적 오디오)를 고정하므로, 비디오는 해당 지점에서 정확히 그 구성을 통과하게 됩니다.

![MiniMax H3: Multiframe Reference 워크플로 미리보기](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/video_minimax_h3_multiframe_reference-1.webp)

<CardGroup cols={2}>
  <Card title="Comfy Cloud에서 실행" icon="cloud" href="https://cloud.comfy.org/?template=video_minimax_h3_multiframe_reference&utm_source=docs&utm_medium=referral&utm_campaign=minimax-h3">
    Comfy Cloud에서 열기
  </Card>

  <Card title="워크플로 다운로드" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_minimax_h3_multiframe_reference.json">
    JSON을 다운로드하거나 템플릿 라이브러리에서 “MiniMax H3: Multiframe Reference”를 검색하세요.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="프레임 레퍼런스 1: h3_frame_ref_1.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/h3_frame_ref_1.png">
    샷 1의 아이덴티티 레퍼런스이자 첫 프레임입니다. 또는 자체 이미지를 사용해도 됩니다.
  </Card>

  <Card title="프레임 레퍼런스 2: h3_frame_ref_2.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/h3_frame_ref_2.png">
    1.5초 지점(샷 2)에 고정된 키프레임입니다. 또는 자체 이미지를 사용해도 됩니다.
  </Card>

  <Card title="프레임 레퍼런스 3: h3_frame_ref_3.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/h3_frame_ref_3.png">
    3.0초 지점(샷 3)에 고정된 키프레임입니다. 또는 자체 이미지를 사용해도 됩니다.
  </Card>

  <Card title="프레임 레퍼런스 4: h3_frame_ref_4.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/h3_frame_ref_4.png">
    5.0초 지점(샷 4)에 고정된 첫 프레임입니다. 또는 자체 이미지를 사용해도 됩니다.
  </Card>
</CardGroup>

## 모델 다운로드

<CardGroup cols={2}>
  <Card title="Diffusion Model: minimax_h3_ref2va_pruned_int8_convrot" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/diffusion_models/minimax_h3_ref2va_pruned_int8_convrot.safetensors">
    <code>ComfyUI/models/diffusion\_models/</code> 폴더에 넣으세요.
  </Card>

  <Card title="Text Encoder: qwen3vl_32b_minimax_h3_nvfp4_awq" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/text_encoders/qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors">
    <code>ComfyUI/models/text\_encoders/</code> 폴더에 넣으세요.
  </Card>

  <Card title="VAE: minimax_h3_video_vae_fp16" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/vae/minimax_h3_video_vae_fp16.safetensors">
    <code>ComfyUI/models/vae/</code> 폴더에 넣으세요.
  </Card>

  <Card title="VAE: minimax_h3_audio_vae_fp32" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/vae/minimax_h3_audio_vae_fp32.safetensors">
    <code>ComfyUI/models/vae/</code> 폴더에 넣으세요.
  </Card>

  <Card title="LoRA: minimax_h3_ref2v_turbo_4step_v0.1_comfyui_bf16" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/loras/minimax_h3_ref2v_turbo_4step_v0.1_comfyui_bf16.safetensors">
    선택적인 Lightning LoRA 터보 모드를 지원합니다. <code>ComfyUI/models/loras/</code> 폴더에 넣으세요.
  </Card>
</CardGroup>

## 모델 저장 위치

```
ComfyUI/
├── 📂 models/
│   ├── 📂 diffusion_models/
│   │   └── minimax_h3_ref2va_pruned_int8_convrot.safetensors
│   ├── 📂 text_encoders/
│   │   └── qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors
│   ├── 📂 vae/
│   │   ├── minimax_h3_video_vae_fp16.safetensors
│   │   └── minimax_h3_audio_vae_fp32.safetensors
│   └── 📂 loras/
│       └── minimax_h3_ref2v_turbo_4step_v0.1_comfyui_bf16.safetensors
```

## 프롬프트 팁

1. **태그로 참조하기**: `<Picture 1>`은 첫 번째 `ref_images` 슬롯에 연결된 이미지이고, `<Picture 2>`는 두 번째 `ref_images` 슬롯에 연결된 이미지입니다. 이 워크플로에서 `<Picture 1>`은 정체성 고정(identity lock)이자 비디오의 첫 프레임입니다.
2. **타임라인 앵커와 참조 이미지의 차이**: Add Guide 노드에만 연결된 이미지는 특정 프레임에서 구성을 고정하지만 텍스트 인코더에는 보이지 않습니다. 프롬프트에서 해당 이미지를 `<Picture N>`으로 참조해야 한다면 추가 `ref_images` 슬롯에도 연결하세요.
3. **프레임 인덱스**: 각 Add Guide는 24fps 기준 프레임 단위의 `frame_idx`를 입력받습니다. 템플릿은 `round(seconds * 24)`로 초를 변환해 프레임 인덱스를 계산합니다. 네거티브 값은 비디오의 끝에서부터 계산됩니다. 인덱스와 가이드 길이의 합이 생성된 재생 시간 안에 있어야 합니다.
4. **키프레임 더 추가하기**: Load Image + Frame Index + Math Expression + Add Guide for MiniMax H3로 구성된 가이드 블록 하나를 복사하고, `positive` 출력이 Basic Guider로 직렬 연결되도록 체인을 유지하세요.
5. **터보 모드(선택 사항)**: **Lightning LoRA** 체크박스를 활성화하면 4-step 터보 LoRA를 사용해 훨씬 빠르게 생성할 수 있습니다. 단, 오디오와 모션 품질은 약간 낮아집니다.

## 프롬프트 작성 가이드

템플릿 프롬프트는 [전체 참조 모드 프롬프트 가이드](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/docs/VIDEO_PROMPT_WRITING_GUIDE_ref_en.md)를 따릅니다. 즉, 각 피사체를 정의하고, 각 `<Picture N>`을 샷의 첫 프레임 또는 키프레임에 매핑한 다음 명시적 타임스탬프에서 샷 사이를 전환합니다. 자체 멀티샷 프롬프트를 작성할 때도 동일한 구조를 사용하세요. 이 가이드의 요약은 [개요 페이지](/ko/tutorials/video/minimax/minimax-h3-prompt-guide)에 있습니다.
