> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/guides/guides_v2-fr/traitement-dimages/image-processing.md).

# Aperçu

Amélioration et manipulation d'images alimentées par l'IA sur les GPU CLORE.AI.

## Guides disponibles

| Outil                                                                           | Cas d'utilisation                 |
| ------------------------------------------------------------------------------- | --------------------------------- |
| [Real-ESRGAN](/guides/guides_v2-fr/traitement-dimages/real-esrgan-upscaling.md) | Montée en qualité d'images/vidéos |
| [GFPGAN](/guides/guides_v2-fr/traitement-dimages/gfpgan-face-restore.md)        | Restauration de visages           |
| [ControlNet](/guides/guides_v2-fr/traitement-dimages/controlnet-advanced.md)    | Génération guidée                 |
| [Segmenter tout](/guides/guides_v2-fr/traitement-dimages/segment-anything.md)   | Segmentation d'objets             |
| [Depth Anything](/guides/guides_v2-fr/traitement-dimages/depth-anything.md)     | Estimation de la profondeur       |
| [ICLight](/guides/guides_v2-fr/traitement-dimages/iclight.md)                   | Réancrage lumineux                |

## Tâches courantes

| Tâche                            | Outil          |
| -------------------------------- | -------------- |
| Augmentation de résolution 2x-4x | Real-ESRGAN    |
| Corriger les visages flous       | GFPGAN         |
| Supprimer l'arrière-plan         | Segmenter tout |
| Ajouter de la profondeur         | Depth Anything |
| Changer l'éclairage              | ICLight        |

## Exigences GPU

La plupart des outils fonctionnent avec 8 Go de VRAM ou plus. RTX 3060 ou mieux recommandé.

## Guides connexes

* [Génération d'images](/guides/guides_v2-fr/generation-dimages/image-generation.md)
* [Traitement vidéo](/guides/guides_v2-fr/traitement-video/video-processing.md)
* [Identité du visage](/guides/guides_v2-fr/visage-et-identite/face-identity.md)


---

# 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:

```
GET https://docs.clore.ai/guides/guides_v2-fr/traitement-dimages/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.
