> 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/hauts/precise-image-editing.md).

# 精密な画像編集

Morphic の最新の image-to-image アップデートでは、正確な画像編集と変換が可能になり、image-to-image ワークフローを使って創造性を完全にコントロールできます。画像をアップロードまたは生成し、それを選択して、プロンプトバーに希望する変換内容を説明するだけです。

<figure><img src="/files/59024d6e077553c2c0f1a745666137736c443955" alt=""><figcaption></figcaption></figure>

### プロンプトガイド

服装、スタイル、または設定を変更するときは、プロンプトで明確さと詳細を保ってください。

{% hint style="info" %}
**避ける例:** 天気を夏に変える。

**試してみましょう:** シーンを暑い夏の場面に変更し、主要なキャラクターはそのままにして、キャラクターのセーターを白いTシャツに置き換えてください。
{% endhint %}

キャラクターのポーズを変更するときは、ポーズ、表情、その他必要な詳細を維持するよう指示を加えてください。

{% hint style="info" %}
**避ける例:** 男性がパンチしている。

**試してみましょう:** 現在の背景とキャラクターの表情は維持したまま、キャラクターのポーズをパンチの途中の構えに変更してください。
{% endhint %}

#### 1. プロンプトでオブジェクトを置き換える

プロンプト例: キャラクターはそのままにして、丸太を水に半分沈んだ巨大な黄色いバナナに変えてください。

<div><figure><img src="/files/ca1a52baaf8089366163a50736ac43bb35e5870a" alt=""><figcaption></figcaption></figure> <figure><img src="/files/667daaff718428b2296bec7b9ff1aa1c9610e9a2" alt=""><figcaption></figcaption></figure></div>

#### 2. 服装を変えてオブジェクトを追加する

プロンプト例: 彼女の服装を緑のTシャツに変更してください。赤いサングラスを追加してください。ポーズ、表情、その他すべてそのままにしてください。

<div><figure><img src="/files/70d7f70d6181138b3457573738f365b364851a51" alt=""><figcaption></figcaption></figure> <figure><img src="/files/83f02a657fd598d1451d622acdcb0460c45f1d1f" alt=""><figcaption></figcaption></figure></div>

#### 3. 環境を変更する

プロンプト例: 背景と環境を夜のキャンプシーンに変更してください。

<div><figure><img src="/files/154f55f9e87e215339e381df651979b75c622ae3" alt=""><figcaption></figcaption></figure> <figure><img src="/files/718d342cc1848ee1698b87b172f8953d2032835c" alt=""><figcaption></figcaption></figure></div>

#### 4. 別の視点を生成する

プロンプト例: 建物はそのままにして、フレームの視点を俯瞰で見えるように変更してください。

<div><figure><img src="/files/b6ac2dce76cdd51386b9bd4fd2979e886ddf760b" alt=""><figcaption></figcaption></figure> <figure><img src="/files/7e57e846de9dd254420379b7463dfebacb067800" alt=""><figcaption></figcaption></figure></div>

#### 5. シーンに人を追加する

プロンプト例: カフェのテーブルの右側に座る2人目の若者を追加し、最初の人物と自然に会話しているようにしてください。視点、比率、テーブルや温かみのある木目調などの背景要素が一貫し、シーンに違和感なく溶け込むようにしてください。

<div><figure><img src="/files/dc41aa493b2c9cf52239956bd1e4b69bf652d660" alt=""><figcaption></figcaption></figure> <figure><img src="/files/5576dffdbdbf93629578ce8be66b4a932f28c394" alt=""><figcaption></figcaption></figure></div>

#### 6. 周囲の環境と雰囲気を変える

プロンプト例: 背景を、夜のネオンに照らされた繁華街の通りに変更してください。

<div><figure><img src="/files/abb18bec8b462b17bcadedb51f43a37392bed598" alt=""><figcaption></figcaption></figure> <figure><img src="/files/4e67ebeef3b0b0aa307ed67d95b422b72582df86" alt=""><figcaption></figcaption></figure></div>

***

ご不明な点やお困りのことがあれば、お気軽にご連絡ください。喜んでお手伝いします。以下までご連絡ください [**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/jp/hauts/precise-image-editing.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.
