# 概览

在 CLORE.AI GPU 上的 AI 驱动图像增强与处理。

## 可用指南

| 工具                                                                                                   | 模型变体    |
| ---------------------------------------------------------------------------------------------------- | ------- |
| [Real-ESRGAN](https://docs.clore.ai/guides/guides_v2-zh/tu-xiang-chu-li/real-esrgan-upscaling)       | 图像/视频放大 |
| [GFPGAN](https://docs.clore.ai/guides/guides_v2-zh/tu-xiang-chu-li/gfpgan-face-restore)              | 面部修复    |
| [ControlNet](https://docs.clore.ai/guides/guides_v2-zh/tu-xiang-chu-li/controlnet-advanced)          | 引导生成    |
| [分割一切（Segment Anything）](https://docs.clore.ai/guides/guides_v2-zh/tu-xiang-chu-li/segment-anything) | 物体分割    |
| [Depth Anything（深度任意分割）](https://docs.clore.ai/guides/guides_v2-zh/tu-xiang-chu-li/depth-anything)   | 深度估计    |
| [ICLight](https://docs.clore.ai/guides/guides_v2-zh/tu-xiang-chu-li/iclight)                         | 重光照     |

## 常见任务

| 任务       | 工具                     |
| -------- | ---------------------- |
| 放大 2x-4x | Real-ESRGAN            |
| 修复模糊面部   | GFPGAN                 |
| 移除背景     | 分割一切（Segment Anything） |
| 添加深度     | Depth Anything（深度任意分割） |
| 改变光照     | ICLight                |

## GPU 要求

大多数工具需 8GB 以上显存。建议使用 RTX 3060 或更高。

## 相关指南

* [图像生成](https://docs.clore.ai/guides/guides_v2-zh/tu-xiang-sheng-cheng/image-generation)
* [视频处理](https://docs.clore.ai/guides/guides_v2-zh/shi-pin-chu-li/video-processing)
* [面部身份](https://docs.clore.ai/guides/guides_v2-zh/ren-lian-yu-shen-fen/face-identity)


---

# 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.clore.ai/guides/guides_v2-zh/tu-xiang-chu-li/image-processing.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.
