23 lines
488 B
Markdown
23 lines
488 B
Markdown
# Sunset Dramatic
|
|
|
|
## Scene Characterisation
|
|
|
|
| Property | Value |
|
|
|----------|-------|
|
|
| Environment | Outdoor |
|
|
| Domain | SKY |
|
|
| Time of Day | Sunset |
|
|
| Mood | Dramatic, fiery |
|
|
|
|
## Key Elements
|
|
1. **Sky gradient** — intense orange/red sunset colours
|
|
2. **Cloud formations** — dramatic cloud structures catching light
|
|
|
|
## Brain Config
|
|
```bash
|
|
python -m brain \
|
|
--reference benchmark/references/sky/sunset-dramatic/reference.jpg \
|
|
--domain SKY \
|
|
--llm claude-code
|
|
```
|