> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/fr/essentiels/character-models/one-shot-character-model.md).

# Modèle de personnage en une seule image

Voici un court tutoriel sur la façon d’utiliser le modèle de personnage en un seul exemple sur Morphic :

{% embed url="<https://youtu.be/yep5GIiYGXQ>" %}

1. Ouvrez Canvas sur Morphic
2. Téléchargez ou générez une image qui met en scène votre personnage
3. Faites un clic droit (Windows) ou un clic en maintenant la touche Contrôle (Mac) sur l’image pour ouvrir le menu contextuel
4. Sélectionnez « Créer un modèle » → « Modèle de personnage » dans le menu
5. Un panneau latéral apparaîtra pour la fonctionnalité de modèle de personnage en un seul exemple
6. Morphic générera automatiquement des variations du personnage en fonction de votre image d’entrée
7. Sélectionnez les variations que vous aimez et nommez votre personnage
8. En option, vous pouvez téléverser davantage d’images du même personnage dans ce panneau afin d’améliorer le modèle
9. Cliquez sur « Créer un modèle » pour commencer l’entraînement de votre modèle de personnage

Une fois l’entraînement terminé, vous pouvez utiliser le modèle dans vos invites pour générer votre personnage dans de nouveaux contextes, poses et expressions, tout en conservant une cohérence visuelle.

Voilà comment entraîner un modèle de personnage sur Morphic.

***

### Obtenir de l’aide

Si vous rencontrez un problème ou si vous avez des questions, n’hésitez pas à nous contacter. Nous serons ravis de vous aider, écrivez-nous à [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/fr/essentiels/character-models/one-shot-character-model.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.
