見出し画像

02|雨上がりの日本の夏夜を描く|水彩風景プロンプト |あいりちゃん

ひらめいた!

今回は、雨上がりの日本の夏夜を、水彩イラストで描くプロンプトを作りました。長くなるからちゃんと最後まで見てね!

濡れた石畳に映る灯り、雨粒の残る紫陽花、少しずつ晴れていく藍色の空。

あたたかい光と冷たい夜色を組み合わせることで、静かで涼しげな夏の風景を表現します。

雨上がりの日本の夏夜

今回作れる画像

今回のプロンプトでは、次のような風景を生成します。

- 雨上がりの日本の古い路地
- 灯りを反射する濡れた石畳
- 雨粒が残る紫陽花と緑
- 深い藍色の夜空
- 軒先から落ちる雨粒
- 静かで少し懐かしい水彩表現

人物や車を入れず、風景そのものを主役にしています。

Xの投稿画像、noteやブログのアイキャッチ、物語の背景、動画の背景素材などに使いやすい構成です。

そのまま試せる簡易プロンプト

まずは、次の簡易版から試してみてください。

```text
A quiet traditional Japanese alley after a summer rain, wet stone pavement reflecting warm lantern light, hydrangeas covered with raindrops, deep indigo night sky, fresh green leaves, delicate watercolor illustration on textured paper, soft pigment blooms, calm and nostalgic mood, cinematic composition, 16:9, no people, no text, no vehicles
```

このプロンプトだけでも、雨上がりの日本の夏夜を描けます。

プロンプトの設計ポイント

今回のポイントは、単に「雨の夜」と指定するのではなく、雨が上がった直後に見える要素を分けて指定したことです。

1.濡れた地面と光の反射

`wet stone pavement reflecting warm lantern light`

濡れた石畳と灯りの反射をセットで指定しています。

地面を濡らすだけでは暗い風景になりやすいため、反射する光源も一緒に指定します。

2.夏らしさを紫陽花と緑で表現

`hydrangeas covered with raindrops`

雨粒の残る紫陽花を前景に配置することで、季節と雨上がりの状態を同時に伝えています。

3.暖色と寒色を組み合わせる

`warm lantern light`と`deep indigo night sky`

灯りには暖色、空や影には寒色を使います。

この色の対比によって、静かな風景の中にも視線を引くポイントが生まれます。

4.画材の質感を指定する

`watercolor illustration on textured paper`

水彩風と指定するだけでなく、紙の質感、絵の具のにじみ、透明感まで加えると、デジタル感を抑えやすくなります。

完全版プロンプト

より構図や質感を安定させたい場合は、次の完全版を使用します。

```text
Create a wide watercolor illustration of a quiet traditional Japanese alley immediately after a summer rain.

Show wet stone pavement reflecting warm amber light from small wooden houses and paper lanterns. Place rain-covered hydrangeas and fresh green leaves in the foreground. Add a narrow drainage channel, small puddles with subtle ripples, dripping eaves, faint post-rain mist, and a deep indigo night sky with lingering clouds beginning to clear.

Use an eye-level view looking down a gently curving alley. Let the wet stones and reflected light guide the viewer toward a softly illuminated vanishing point. Create natural depth with foreground foliage, traditional wooden houses in the middle ground, and a distant warm light.

Render the scene as an original hand-painted watercolor illustration on textured cold-press paper, with transparent layered washes, soft pigment blooms, controlled granulation, delicate ink accents, and luminous reflections.

Use a restrained palette of indigo, blue-gray, muted teal, rain-washed green, hydrangea violet, and warm amber. The atmosphere should feel calm, nostalgic, cool, humid, poetic, and slightly dreamlike while remaining recognizably Japanese.

Landscape only. No people, no characters, no vehicles, no modern advertisements, no logos, no readable text, no watermark, no fantasy creatures, no excessive neon colors, no distorted buildings, no impossible perspective, and no unnecessary clutter.

Horizontal 16:9 composition, suitable for an X post, note header, blog hero image, or story background.
```

変更できるポイント


完全版では、次の要素を置き換えられます。

変更項目
| 場所 | 古い路地、神社の参道、温泉街、田舎道 |
| 季節の植物 | 紫陽花、朝顔、竹、紅葉、桜 |
| 光源 | 提灯、街灯、月明かり、店先の光 |
| 空の色 | 深い藍色、青紫、薄明の水色 |
| 天候 | 雨上がり、小雨、霧、夕立の直後 |
| 画風 | 水彩、インク、水彩+線画、絵本風 |
| 雰囲気 | 静か、幻想的、懐かしい、爽やか |
| 比率 | 16:9、1:1、4:5、9:16 |

例えば紫陽花を朝顔へ変更すると、より真夏らしい印象になります。

神社の参道へ変更すれば、石段や鳥居を中心にした縦長構図にも展開できます。

Jinja2テンプレート版

毎回プロンプト全体を書き直さなくてもよいように、変更部分を変数化します。

```jinja2
{
 "topic": {{ topic | tojson }},
 "subject": {{ subject | tojson }},
 "location": {{ location | tojson }},
 "season": {{ season | tojson }},
 "weather_state": {{ weather_state | tojson }},
 "foreground_elements": {{ foreground_elements | tojson }},
 "ground_surface": {{ ground_surface | tojson }},
 "light_source": {{ light_source | tojson }},
 "sky": {{ sky | tojson }},
 "composition": {{ composition | tojson }},
 "art_style": {{ art_style | tojson }},
 "paper_texture": {{ paper_texture | tojson }},
 "color_palette": {{ color_palette | tojson }},
 "lighting": {{ lighting | tojson }},
 "mood": {{ mood | tojson }},
 "quality_requirements": {{ quality_requirements | tojson }},
 "negative_prompt": {{ negative_prompt | tojson }},
 "output": {
   "width": {{ width }},
   "height": {{ height }},
   "aspect_ratio": {{ aspect_ratio | tojson }},
   "format": {{ format | tojson }}
 }
}
```

今回使用した変数JSON

```json
{
 "topic": "A Japanese summer night after the rain",
 "subject": "A quiet traditional Japanese alley immediately after a summer shower",
 "location": "A gently curving alley lined with coherent traditional wooden houses",
 "season": "Early to midsummer in Japan",
 "weather_state": "The rain has just stopped, lingering clouds are beginning to clear, faint mist remains in the distance",
 "foreground_elements": "Rain-covered hydrangeas, fresh green leaves, dripping eaves and small puddles with subtle ripples",
 "ground_surface": "Wet stone pavement and a narrow drainage channel reflecting nearby light sources",
 "light_source": "Warm amber light from paper lanterns and wooden houses",
 "sky": "A deep indigo night sky with rain clouds slowly breaking apart",
 "composition": "Horizontal eye-level view down the alley, foreground foliage framing the scene, wet stones and reflections leading toward a softly glowing vanishing point",
 "art_style": "Original refined hand-painted watercolor illustration with transparent layered washes, soft pigment blooms, controlled granulation and delicate ink accents",
 "paper_texture": "Visible cold-press watercolor paper texture",
 "color_palette": "Indigo, blue-gray, muted teal, rain-washed green, hydrangea violet and warm amber",
 "lighting": "Warm lantern light contrasted with cool indigo shadows, with reflections matching the visible light sources",
 "mood": "Calm, nostalgic, cool, humid, poetic and slightly dreamlike",
 "quality_requirements": "Coherent Japanese architecture, natural perspective, clear foreground-middle-ground-background depth, restrained detail and smartphone-friendly readability",
 "negative_prompt": "People, characters, vehicles, modern advertisements, logos, readable text, watermark, photorealism, named artist imitation, excessive neon, distorted buildings, impossible perspective, fantasy creatures, duplicate lanterns and unnecessary clutter",
 "width": 1200,
 "height": 675,
 "aspect_ratio": "16:9",
 "format": "PNG"
}
```

この変数JSONをJinja2テンプレートへ渡し、レンダリング後の確定JSONを画像生成指示として使用します。

自然文だけで生成する場合よりも、場所、構図、色、光、画風、禁止要素を個別に管理しやすくなります。

うまく生成できないときの修正方法


写真のようになりすぎる場合

```text
Change the image to a clearly hand-painted watercolor illustration. Increase visible paper texture, transparent washes, pigment blooms and controlled granulation. Remove photorealistic textures and camera-like rendering.
```

路地が暗すぎる場合

```text
Increase the warm amber lantern light slightly and brighten the reflected light on the wet pavement. Keep the indigo night atmosphere, but preserve visible details in the wooden houses and foreground hydrangeas.
```

建物や遠近感が崩れる場合

```text
Correct the architecture and perspective. Use coherent traditional Japanese wooden houses, consistent roof angles, an eye-level viewpoint and a single natural vanishing point. Remove distorted or duplicated structures.
```

情報量が多すぎる場合

```text
Simplify the scene. Keep one main alley, a small group of foreground hydrangeas, a limited number of light sources and a clear distant focal point. Remove unnecessary objects and decorative clutter.
```

サイズ別の使い分け


X投稿・noteアイキャッチ
`16:9`

路地の奥行きや光の反射を見せやすい横長構図です。

Instagram投稿
`4:5`

石畳から空までを縦方向に見せる構図に向いています。

スマートフォン用背景
`9:16`

紫陽花を下部、空と灯りを上部に配置すると、縦長でもまとまりやすくなります。

正方形投稿
`1:1`

路地全体ではなく、紫陽花と灯りが映る水たまりなど、一部分を切り取る構図がおすすめです。

権利面で気をつけること

今回のプロンプトは、特定の作品、キャラクター、ブランド、存命作家の画風を再現するものではありません。

商用利用する場合は、使用する画像生成サービスの最新の利用規約も確認してください。

実在する店舗名、看板、ロゴなどが偶然生成された場合は、そのまま使用せず、削除または再生成するのが安全です。

まとめ

雨上がりの風景は、

- 濡れた地面
- 反射する光
- 雨粒の残る植物
- 晴れ始める空
- 暖色と寒色の対比

を組み合わせると、空気まで感じられる画像になります。

まずは簡易プロンプトで1枚作り、気になる部分だけを変えてみてください。

紫陽花を朝顔へ。

路地を神社の参道へ。

提灯を月明かりへ。

ひとつ変えるだけでも、また違う夏夜が見えてきます。

想像って、最高の魔法だよね。

#画像生成AI #AIイラスト #プロンプト #水彩イラスト #風景イラスト

\ このシリーズの最初から読む /

\ 次回の作品はこちら /

いいなと思ったら応援しよう!