# 使い方

Image Generatorを始めるには、作成したい画像の説明を提供する必要があります。以下は用語についての一般的なガイドラインです：

* **物体** – 林檎、車、家などの物体の名前を使用してください。
* **色** – 赤、青、緑などの色を指定してください。
* **大きさ** – 大きい、小さい、高いなどの大きさを指定してください。
* **形** - 四角、丸、長方形などの形を指定してください。
* **材料** – 木、金属、ガラスなどの材料の種類を指定してください。
* **動物／人** – 猫、犬、女性、男性などの異なる種類の動物や人を指定してください。
* **風景** – 日没、ビーチ、山などの異なる種類の風景を指定してください。
* **気分** – うれしい、悲しい、怒っているなどのさまざまな気分を指定してください。
* **リアリズム** – 写真のようにリアル、カートゥーン風、印象派風など、精度や抽象度を指定してください。

{% hint style="info" %}
提供された説明に基づいて一度に一つの画像のみ生成することができます。
{% endhint %}

覚えておいてください、説明が詳細であればあるほど、生成される画像は正確になるでしょう。例えば「猫」とだけ言うのではなく、「大きなオレンジ色の猫が青いソファに座っている」と言うようにします。これにより、モデルにはより具体的な画像が生成されます。

![](/files/BBXhXWVD8F24ZJ6zzQwn) ![](/files/z2MGNaKufvif9G5PmuA8)


---

# 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://docs.skydeck.ai/ja/genstudio-workspace/tools/image-generator/how-to-use.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.
