# Descripción general

Mejora y manipulación de imágenes impulsadas por IA en GPUs de CLORE.AI.

## Guías disponibles

| Herramienta                                                                                    | Caso de uso                |
| ---------------------------------------------------------------------------------------------- | -------------------------- |
| [Real-ESRGAN](/guides/guides_v2-es/procesamiento-de-imagenes/real-esrgan-upscaling.md)         | Ampliación de imagen/video |
| [GFPGAN](/guides/guides_v2-es/procesamiento-de-imagenes/gfpgan-face-restore.md)                | Restauración facial        |
| [ControlNet](/guides/guides_v2-es/procesamiento-de-imagenes/controlnet-advanced.md)            | Generación guiada          |
| [Segmentar cualquier cosa](/guides/guides_v2-es/procesamiento-de-imagenes/segment-anything.md) | Segmentación de objetos    |
| [Depth Anything](/guides/guides_v2-es/procesamiento-de-imagenes/depth-anything.md)             | Estimación de profundidad  |
| [ICLight](/guides/guides_v2-es/procesamiento-de-imagenes/iclight.md)                           | Reiluminación              |

## Tareas comunes

| Tarea                     | Herramienta              |
| ------------------------- | ------------------------ |
| Ampliar 2x-4x             | Real-ESRGAN              |
| Corregir rostros borrosos | GFPGAN                   |
| Eliminar fondo            | Segmentar cualquier cosa |
| Agregar profundidad       | Depth Anything           |
| Cambiar iluminación       | ICLight                  |

## Requisitos de GPU

La mayoría de las herramientas funcionan en 8 GB+ de VRAM. Se recomienda RTX 3060 o superior.

## Guías relacionadas

* [Generación de imágenes](/guides/guides_v2-es/generacion-de-imagenes/image-generation.md)
* [Procesamiento de video](/guides/guides_v2-es/procesamiento-de-video/video-processing.md)
* [Identidad facial](/guides/guides_v2-es/rostro-e-identidad/face-identity.md)


---

# 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-es/procesamiento-de-imagenes/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.
