solargod/assets/art/PROMPTS.md
monsterrobotparty 1f9664a6f9 📖 almanac: knowing — info panel, live facts, grimoire art, real textures, README (opus)
Stage 6. almanac.js: on-focus grimoire card — physical fact sheet, hand-written
prose (grimoire voice), MODELBEAST portrait, and LIVE computed facts free from the
ephemeris: distance from Sun & Earth, sunlight age, vis-viva orbital speed, day &
year length. Earth easter egg → GODSIGH world view (:8137). Real Solar System Scope
2k textures (CC BY, 6.1 MB) now paint every world + the Milky Way skybox; ephem
gains semiMajor() for vis-viva. Generated grimoire portraits (FLUX via MODELBEAST,
10 bodies, seed logged in art/PROMPTS.md) are the AESTHETIC layer only — real
worlds get real maps (truth boundary). README with layer table + quickstart +
verify; docs/hero.jpg. Also lands the Stage-3 planets label fix (obj.visible).
Gate: every clickable body has a card; quickstart works from a fresh clone.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-16 00:56:41 +10:00

51 lines
2.7 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Generated art — reproducibility log
House rule (brief §7b): every shipped generated asset records its prompt, model,
seed and operator chain so any card can be regenerated in-style. All art here is
the **aesthetic layer only** — never a substitute for real-world data textures.
## Pipeline
- Operator: `flux_local` (MODELBEAST, mflux/MLX on-device, **free & unlimited**)
- Model: `flux2-klein-4b`
- Host: MODELBEAST (`~/Documents/MODELBEAST`), guest `agents` credential
- Post: JPG re-encode at 640px, q82 (`sips`) to stay lean (brief §7 budget)
## Splash / boot hero (`splash/`, candidates only)
- Seeds: 15, 1280×768
- Prompt: *"a grand antique brass orrery mechanism floating in the black void of
deep space, armillary sphere rings and intricate clockwork gears in aged brass
and gold, a glowing sun at the center, faint distant stars and nebula dust,
cinematic volumetric god-rays, ornate engraved astronomical grimoire aesthetic,
moody chiaroscuro, ultra detailed, dark observatory"*
## Grimoire portraits (`grimoire/<body>.jpg`) — info-panel cards
- Seeds run: 12 · **chosen seed: 1** for every body · 800×800 → 640px JPG
- Shared style suffix: *", antique astronomical engraving, ornate brass astrolabe
frame, aged parchment, gold leaf accents, occult grimoire illustration,
intricate etched linework, chiaroscuro, dark background, centered circular
celestial portrait, NOT photorealistic, no text, no words"*
- Per-body subject prompt:
| Body | Subject prompt (prefix) |
|------|-------------------------|
| sun | the radiant Sun as a crowned solar deity with a face of fire, flames and rays |
| mercury | the swift small planet Mercury, cratered grey orb, a winged caduceus |
| venus | the planet Venus veiled in golden sulphur clouds, a rose and hand-mirror |
| earth | the planet Earth, blue and green world with white clouds, encircled by a brass armillary sphere |
| mars | the red planet Mars, ochre desert sphere, a spear and shield, god of war |
| jupiter | the giant planet Jupiter, swirling cloud bands and a great red storm, a thunderbolt, king of gods |
| saturn | the ringed planet Saturn, a scythe and hourglass, aged father of time |
| uranus | the pale cyan ice giant Uranus tilted on its side, a lyre and aurora |
| neptune | the deep blue planet Neptune, a trident and ocean waves, god of the sea |
| pluto | the distant dwarf world Pluto with its moon Charon, a key and a shadowed lantern, lord of the underworld |
Regenerate any card:
```sh
source ~/Documents/MODELBEAST/data/agent.env
~/Documents/MODELBEAST/mb run flux_local -p prompt="<subject><style>" \
-p model=flux2-klein-4b -p seed=1 -p width=800 -p height=800 --wait --download art/candidates/grimoire/<body>/
```