# スタイルモデルを学習する

Morphic でゲームスタイルのモデルを学習させる簡単なチュートリアルをご紹介します:

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

1. Morphic のダッシュボードに移動します
2. 左側のパネルから「Models」をクリックします
3. 右上隅の「+ Model」ボタンをクリックします
4. 「Style Model」を選択します
5. モデルに名前を付けます（プロンプト時にこれを使用します）
6. 希望するスタイルの参考画像を 2〜150 枚アップロードします
7. 開始するには「Start Training」をクリックします

Style Model の学習が完了すると、メールと Morphic のダッシュボード上の通知が届きます。使用するには、任意のファイルを開き、プロンプト時に Style Model を選択します。すると、出力に学習したスタイルが自動的に反映されます。

これで Morphic で Style Model を学習させる方法は完了です。

***


---

# 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://morphic.com/docs/jp/gmudezain/train-a-style-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.
