> 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/jp/igaido/pose-transfer.md).

# ポーズ転送

Morphicでポーズ転送を行う方法の簡単なチュートリアルはこちらです:

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

1. キャラクターの画像をアップロードするか生成してください（無地の背景が最適です）。
2. 新しいアートボードに大まかなポーズをアップロードするかスケッチしてください。
3. プロンプトバーで、［参照を添付］ボタン（クリップアイコン）をクリックします。
4. ［キャンバス上で選択］を選び、次に:
   1. 1つ目の参照としてキャラクター画像を選択します。
   2. 2つ目の参照としてスケッチしたポーズを選択します。
5. プロンプトで、1枚目の画像のキャラクターについて説明し、2枚目の画像のポーズをとるよう指定します。
6. 必要であれば追加の詳細を加えます（例: 背景、設定、スタイル）。
7. ［生成］を押して、ポーズをとったキャラクターを作成します。

これで、Morphicを使ってポーズ転送を行い、キャラクターの見た目を一貫させたまま、新しい体勢に素早く適応させることができます。

***


---

# 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/jp/igaido/pose-transfer.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.
