> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/yzgaido/archisketch-ai/create-ai-modeling.md).

# AIモデリングを生成する

> 有料機能のご案内: 'AI家具生成'は有料機能です。ご利用前に料金プランと利用条件をご確認ください。

### 1. AI家具生成

個人ライブラリ画面右側の「**AI家具生成**」ボタンをクリックします。

<figure><img src="/files/328e99d4ca9df445b96e0ce5e4604918141c9d01" alt=""><figcaption></figcaption></figure>

続くウィンドウで **商品名、画像、プロンプト、寸法、単位**を設定します。

<figure><img src="/files/1ff4fcc2d8db88dd537fce4fd139ea1643e145af" alt=""><figcaption></figcaption></figure>

* **商品名:** モデリングが登録される名前です。作成後も修正できます。
* **画像:** PNG、JPG、WEBPファイルをアップロードできます。画像品質がモデリング結果に影響するため、高品質な画像をアップロードするほど結果が良くなります。
* **プロンプト:** 作成する家具のカテゴリを入力します。'ソファ'、'デスク'のように単純な家具名を入力すると、そのカテゴリを基準に家具が生成されます。
* **寸法:** 家具の幅、奥行き、高さを入力します。入力した寸法を基準に実際のサイズが算出されるため、正確な値を入力することが重要です。
* **単位:** mmとinchから選択します。寸法ごとに単位を別々に設定できます。

<figure><img src="/files/b426ed00ac0ca6e77e53c71f36f21708f6ef4eea" alt=""><figcaption></figcaption></figure>

すべての値を入力すると **'アップロード'** ボタンが有効になります。

<figure><img src="/files/ac89772b64001ecde7af15eff91b2a8cf3c68faf" alt=""><figcaption></figcaption></figure>

アップロードボタンを押すと、『アップロードされた3Dモデリング処理中...』という案内とともに家具が生成されます。

### 2. 作成した家具の管理

<figure><img src="/files/8cf13ea0e743dbb2e19776a2714aedbcdcabfda0" alt=""><figcaption></figcaption></figure>

作成された家具は一覧ですぐに確認できます。項目の上にマウスを置くか、詳細ボタンを押すと次の操作ができます。

<figure><img src="/files/e0e5b5e7b0f208593dd723a8685c762e26d41c9b" alt=""><figcaption></figcaption></figure>

* **名前の修正:** 商品の名前を変更します。
* **削除:** 商品を削除します。
* **企業ライブラリへ移動:** 個人ライブラリのAIモデリング商品を企業ライブラリに移します。
* **製品を見る:** 商品の詳細情報を確認します。

### 3. 商品情報の修正

<figure><img src="/files/9611e0be37acb8724d9e2d375f437a03a228ac62" alt=""><figcaption></figcaption></figure>

'**修正**」ボタンを押すと商品名、製品購入リンク、商品コードなどを変更できます。

### 4. 製品(部品)情報の修正

<figure><img src="/files/4bf3952f9a031990317adb99bdc39c1c249a26fd" alt=""><figcaption></figcaption></figure>

'**修正**」ボタンを押すと部品名とコード、SKU、価格、寸法、カラーコード、カラー名、製品位置とエディター状態、主素材と副素材を変更できます。

***

**AI家具生成機能**を通じて画像1枚だけで家具を素早く生成できます。

生成された家具を管理し、商品・部品情報を修正する順序で進めれば、複雑な手作業を最小限に抑えながら、より簡単かつ迅速に高品質な成果物を完成できます。


---

# 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://docs.archisketch.com/guide/yzgaido/archisketch-ai/create-ai-modeling.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.
