• Stefy Lanza (nextime / spora )'s avatar
    township: Run page invents characters/environments from scratch, phased · 15a0e81b
    Stefy Lanza (nextime / spora ) authored
    Two changes to the Run-page character/environment generation:
    
    1. Generate FROM SCRATCH via the text model instead of the built-in static pool.
       stage_characters/stage_environments always iterated FIGHTER_POOL/
       ENVIRONMENT_POOL and used their hardcoded (pre-fallback) prompts — the LLM was
       never invoked for a full run. New _invent_profiles() calls the text model
       (_autogen_profile_payload) to invent fresh profiles; the static pool is only a
       fallback when no text model is configured (with a clear warning).
    
    2. Phase the pipeline: invent ALL prompts first, then render ALL reference images,
       then train image LoRAs, then video LoRAs (prompts → images → image-LoRA →
       video-LoRA). New _render_profile_images() does the image phase from the saved
       prompts; the reuse/skip paths are unchanged. num_fighters/num_environments set
       how many to invent (default: the pool size).
    
    (CLI main() still uses the pool-based stage_characters/stage_environments; the
    web Run page is the phased-from-scratch path.)
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01RdMufYvtTbtGDWsiZVoXce
    15a0e81b
Name
Last commit
Last update
codai Loading commit data...
docs Loading commit data...
packaging Loading commit data...
samples Loading commit data...
tests Loading commit data...
tools Loading commit data...
.dockerignore Loading commit data...
.gitignore Loading commit data...
AI.PROMPT Loading commit data...
CODERAI_API_DOCUMENTATION.md Loading commit data...
CoderAI.gif Loading commit data...
DISTRIBUTION.md Loading commit data...
LICENSE.md Loading commit data...
MULTIMODAL_CAPABILITIES.md Loading commit data...
MULTIMODAL_UI_EXAMPLES.md Loading commit data...
README.md Loading commit data...
build-oci.sh Loading commit data...
build.ps1 Loading commit data...
build.sh Loading commit data...
coderai Loading commit data...
coderai-broker-implementation-reference.md Loading commit data...
coderai-integration.md Loading commit data...
commands Loading commit data...
osxbuild.sh Loading commit data...
package-oci.sh Loading commit data...
package-tarball.sh Loading commit data...
requirements-nvidia.txt Loading commit data...
requirements-vulkan.txt Loading commit data...
requirements.txt Loading commit data...
run-oci.sh Loading commit data...
smoke-test-oci.sh Loading commit data...
todo.md Loading commit data...
video_editor.config.json Loading commit data...