Skip to content

Bitcrush Studio v1.0.3

Choose a tag to compare

@BitcrushedHeart BitcrushedHeart released this 13 Jul 07:20
43ef156

Bitcrush Studio 1.0.3

A hotfix release addressing two issues reported after launch.

Fixes

  • Linux setup crash. On some Linux systems the first-run GPU setup could fail
    during the Install step with pip exited with code 127 /
    /bin/sh: symbol lookup error: undefined symbol: rl_print_keybinding. The
    bundled library path is now cleared from the installer's subprocesses, so the
    system shell and pip link against the system libraries. Setup completes normally.

  • OpenAI-compatible (LM Studio) captioning. When the Batch Caption backend was
    pointed at a bare server address such as http://127.0.0.1:1234, requests hit
    the server root and were rejected ("Unexpected endpoint or method. POST /").
    The address is now completed to the full /v1/chat/completions endpoint for both
    Preview and batch runs, and the field shows a hint. Existing full URLs are
    unaffected.

Notes

  • Windows and Linux builds are both included; existing installs update in place.