> 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/essentials/character-models/one-shot-character-model.md).

# One-shot Character Model

Here's a quick tutorial on how to use One-shot Character Model on Morphic:

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

1. Open Canvas on Morphic
2. Upload or generate an image that features your character
3. Right-click (Windows) or Control-click (Mac) on the image to open the context menu
4. Select ‘Create model’ → ‘Character model’ from the menu
5. A side panel will appear for the one-shot character model feature
6. Morphic will automatically generate character variations based on your input image
7. Select the variations you like and name your character
8. Optionally, you can upload more images of the same character in this panel to enhance the model
9. Click ‘Create model’ to start training your character model

Once training is complete, you can use the model in your prompts to generate your character in new settings, poses, and expressions, while maintaining visual consistency.

That's how you train a Character Model on Morphic.

***

### Reach out for help

If you have any trouble or have any questions, feel free to reach out. We're happy to help, write to us at [**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:

```
GET https://morphic.com/docs/essentials/character-models/one-shot-character-model.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.
