> ## 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 다중 LoRA 예제

> 이 가이드에서는 ComfyUI에서 여러 LoRA 모델을 동시에 적용하는 방법을 보여줍니다.

우리의 [ComfyUI LoRA 예제](/ko/tutorials/basic/lora)에서는 단일 LoRA 모델을 로드하고 사용하는 방법을 소개하며, 노드의 체인 연결 기능에 대해 언급했습니다.

<img src="https://mintcdn.com/dripart/OltlUSVBSNcJsDMs/images/tutorial/basic/lora/chain_link.png?fit=max&auto=format&n=OltlUSVBSNcJsDMs&q=85&s=905ee3b2883bf67bd986989f57f62caf" alt="LoRA 노드 체인 연결" width="1200" height="380" data-path="images/tutorial/basic/lora/chain_link.png" />

이 튜토리얼에서는 여러 개의 `Load LoRA` 노드를 체인으로 연결해 두 개의 LoRA 모델을 동시에 적용하는 방법을 보여줍니다: [blindbox\_V1Mix](https://civitai.com/models/25995?modelVersionId=32988)와 [MoXinV1](https://civitai.com/models/12597?modelVersionId=14856).

아래 비교는 동일한 파라미터를 사용해 각 LoRA가 미치는 효과를 보여줍니다:

<img src="https://mintcdn.com/dripart/OltlUSVBSNcJsDMs/images/tutorial/basic/multiple_loras/compare.png?fit=max&auto=format&n=OltlUSVBSNcJsDMs&q=85&s=3f26ac1b06c82aa86bf13062a1409131" alt="단일 LoRA 효과 비교" width="1356" height="678" data-path="images/tutorial/basic/multiple_loras/compare.png" />

여러 LoRA 모델을 체인으로 연결함으로써 최종 출력물에서 블렌디드 스타일을 구현할 수 있습니다:

<img src="https://mintcdn.com/dripart/OltlUSVBSNcJsDMs/images/tutorial/basic/multiple_loras/multiple_loras.png?fit=max&auto=format&n=OltlUSVBSNcJsDMs&q=85&s=f96d5ad3564a7ce69c8acc643eab0776" alt="다중 LoRA 적용 결과" width="1024" height="1024" data-path="images/tutorial/basic/multiple_loras/multiple_loras.png" />

## 모델 설치

[dreamshaper\_8.safetensors](https://civitai.com/api/download/models/128713?type=Model\&format=SafeTensor\&size=pruned\&fp=fp16) 파일을 다운로드하여 `ComfyUI/models/checkpoints` 폴더에 넣으세요.

[blindbox\_V1Mix.safetensors](https://civitai.com/api/download/models/32988?type=Model\&format=SafeTensor\&size=full\&fp=fp16) 파일을 다운로드하여 `ComfyUI/models/loras` 폴더에 넣으세요.

[MoXinV1.safetensors](https://civitai.com/api/download/models/14856?type=Model\&format=SafeTensor\&size=full\&fp=fp16) 파일을 다운로드하여 `ComfyUI/models/loras` 폴더에 넣으세요.

## 다중 LoRA 워크플로우

아래 이미지를 다운로드한 후 **ComfyUI로 드래그**하여 워크플로우를 로드하세요:
![ComfyUI 워크플로우 - 다중 LoRA](https://raw.githubusercontent.com/Comfy-Org/example_workflows/refs/heads/main/multiple_loras.png)

<Tip>
  워크플로우 JSON이 메타데이터에 포함된 이미지는 바로 ComfyUI로 드래그하거나, 메뉴 `Workflows` -> `Open (ctrl+o)`를 통해 로드할 수 있습니다.
</Tip>

## 워크플로우를 차례대로 완료하세요

아래 다이어그램의 단계를 따라 워크플로우가 올바르게 실행되도록 하세요.

<img src="https://mintcdn.com/dripart/OltlUSVBSNcJsDMs/images/tutorial/basic/multiple_loras/flow_diagram.png?fit=max&auto=format&n=OltlUSVBSNcJsDMs&q=85&s=daa5ef546221542dfe0b2ec8b408f689" alt="다중 LoRA 워크플로우 다이어그램" width="2000" height="632" data-path="images/tutorial/basic/multiple_loras/flow_diagram.png" />

1. `Load Checkpoint`가 **dreamshaper\_8.safetensors**를 로드하도록 확인하세요.
2. 첫 번째 `Load LoRA`가 **blindbox\_V1Mix.safetensors**를 로드하도록 확인하세요.
3. 두 번째 `Load LoRA`가 **MoXinV1.safetensors**를 로드하도록 확인하세요.
4. `Queue`를 클릭하거나 `Ctrl/Cmd + Enter`를 눌러 생성하세요.

## 직접 해보세요

1. 두 `Load LoRA` 노드의 `strength_model` 값을 조정해 각 LoRA의 영향력을 조절하세요.
2. 추가적인 LoRA를 위해 [CivitAI](https://civitai.com/models)를 탐색하고 맞춤형 조합을 만들어 보세요.
