> For the complete documentation index, see [llms.txt](https://docs.hamonikr.org/hamonikr-7.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hamonikr.org/hamonikr-7.0/ai/upscayl-ai.md).

# Upscayl (AI 이미지)

"Upscayl"은 저해상도 이미지를 고해상도 이미지로 변환해주는 프로그램입니다.&#x20;

<figure><img src="/files/LX4OL7qIcsu4aIvkZn0a" alt=""><figcaption></figcaption></figure>

### 설치 방법.

```
$ sudo apt update
$ sudo apt install -y upscayl
```

### 실행하기.

Albert (alt + space)에서 "**upscayl**" 입력하여 실행하거나 프로그램 메뉴 > 그래픽 > upscayl로 실행합니다.

<div><figure><img src="/files/VYklLkfB9wkLruLR8wXB" alt=""><figcaption></figcaption></figure> <figure><img src="/files/RhFe3OSe22FqxxZG1h6i" alt=""><figcaption></figcaption></figure></div>

**Upsacyl 실행**

**"Select Image"** 버튼을 클릭해서 저해상도 이미지를 선택하세요.

<figure><img src="/files/R7ukKtXq0afErt0tD8QY" alt=""><figcaption></figcaption></figure>

선택한 이미지가 Upsacyl에 보여지고, 좌측 메뉴에서 **UPSCAYL** 버튼을 클릭합니다.

<figure><img src="/files/vhAER6hbSeEcVFlYROZn" alt=""><figcaption></figcaption></figure>

잠시 후 저해상도의 이미지가 고해상도의 이미지로 변경된 것을 확인할 수 있으며,  "**SET OUTPUT FOLDER**"을 클릭해서 저장 하시면 됩니다.&#x20;

<figure><img src="/files/mLhbTwduLQRHOt249BCd" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hamonikr.org/hamonikr-7.0/ai/upscayl-ai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
