24 lines
477 B
Markdown
24 lines
477 B
Markdown
# Sunset 2007
|
|
|
|
## Scene Characterisation
|
|
|
|
| Property | Value |
|
|
|----------|-------|
|
|
| Environment | Outdoor |
|
|
| Domain | SKY |
|
|
| Time of Day | Sunset |
|
|
| Year | 2007 |
|
|
| Mood | Classic, nostalgic |
|
|
|
|
## Key Elements
|
|
1. **Sunset colours** — traditional orange/gold sunset
|
|
2. **Sky gradient** — warm-to-cool transition
|
|
|
|
## Brain Config
|
|
```bash
|
|
python -m brain \
|
|
--reference benchmark/references/sky/sunset-2007/reference.jpg \
|
|
--domain SKY \
|
|
--llm claude-code
|
|
```
|