# 스테이블 디퓨전 학습 모델 추가하기

스테이블 디퓨전에는 다양한 학습 모델이 존재하고 있어 사용자의 목적에 맞게 학습모델을 다운받아 적용해서 이미지를 생성하실 수 있습니다.&#x20;

1. 기본 모델외에 다양한 스테이블 디퓨전 학습 모델을 다운로드 받아 사용하기.

```
# 스테이블 디퓨전 학습 모델 적용하기. 

1. 스테이블 디퓨전 커뮤니티 사이트에서 다운로드 받기. (ex. https://civitai.com)
2. 다운로드 받은 모델을 스테이블 디퓨전 폴더 하위에 저장.
- 스테이블 디퓨전 폴더 위치 : /home/<users>/stable-diffusion-webui/"
- 스테이블 디퓨전 모델 위치 : stable-diffusion-webui/models/Stable-diffusion/
3. 스테이블 디퓨전 재실행.

```

<figure><img src="https://92945037-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgXAyiVsXX2LfvRsAMZo1%2Fuploads%2FdFCZe8LwCEOt78LrH6AM%2Fimage.png?alt=media&#x26;token=6d889d5e-107a-43a3-89dd-b5d6b8bb4c64" alt=""><figcaption></figcaption></figure>

<figure><img src="https://92945037-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgXAyiVsXX2LfvRsAMZo1%2Fuploads%2FeLTYd3ksJY2IAREbCqxx%2Fimage.png?alt=media&#x26;token=45464531-3ccc-4fa2-8ec5-2196548a8ff5" alt=""><figcaption></figcaption></figure>

다운로드 받은 학습 모델을 스테이블 디퓨전 하위 경로에 추가하신다음 스테이블 디퓨전을 재실행하시면 추가된 학습 모델을 사용하실 수 있습니다.

<figure><img src="https://92945037-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgXAyiVsXX2LfvRsAMZo1%2Fuploads%2FtDARFCYaAlpxniWhMt1J%2Fimage.png?alt=media&#x26;token=3dc5ba19-1e1e-41eb-ad91-3c746adfc661" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hamonikr.org/hamonikr-7.0/ai/stable-diffusion/undefined.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
