magicciv/tools/sprite-generation/sprite-config.json
Natalie 7eb2897854 feat(@projects/@magic-civilization): 🎨 Grok sprite-generation pipeline + starter orchestration
Adds a Grok image backend (grok_generator.py) behind a generator factory, a
starter-set orchestrator (starter.py, orchestrate_starter.py, starter_manifest.json)
and a Grok PoC harness with proof renders. Updates the ranker/processor/composition
prompts and sprite-config; refreshes the sprite-gallery design preview.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-19 17:57:01 -05:00

24 lines
641 B
JSON

{
"available_backends": ["model-boss", "grok"],
"backend": "model-boss",
"model": "juggernaut-xi-v11",
"api_base": "http://localhost:8210",
"negative_prompt": "blurry, low quality, watermark, text, signature, border, frame, UI",
"style": "painted fantasy game art, masterpiece, best quality",
"defaults": {
"steps": 28,
"guidance_scale": 7.0,
"width": 1024,
"height": 1024
},
"grok": {
"model": "grok-build",
"cli_bin": "grok",
"image_tool": "GenerateImage",
"aspect_ratio": "1:1",
"max_concurrent": 2,
"timeout_seconds": 300,
"max_turns": 10,
"max_negative_terms": 12
}
}