Skip to content

FrameShift 1.0.11

Choose a tag to compare

@Gaurox Gaurox released this 02 Jun 23:13
· 32 commits to main since this release
  • Remove Background — model catalog. The action now offers several selectable models, each with its own --rmbg-model value and Explorer context-menu entry. Free models are downloaded on demand; the BRIA modes are user-supplied:
    • Fast — BiRefNet Lite FP16, the default model. MIT license (free for commercial and non-commercial use). Runs on GPU via DirectML with automatic CPU fallback.
    • High Resolution (Matting) — BiRefNet HR. MIT license. CPU only (the model fails on GPU runtimes).
    • High Resolution (General) — BiRefNet HR. MIT license. CPU only (the model fails on GPU runtimes).
    • BRIA Balanced (~500 MB) and BRIA High Quality (~1 GB) — BRIA RMBG-2.0, licensed CC BY-NC 4.0 (non-commercial use only). These models are user-supplied: they must be obtained manually from BRIA's official Hugging Face page, and FrameShift never downloads, bundles or redistributes them. Optional installer components are provided for them, unchecked by default.
  • Remove Background — queue. Launching the action again while a progress window is already open now appends the new file to that window instead of opening a separate one. Each queued file keeps the options of its own launch (notably the chosen model), so successive launches with different models stay distinct in the queue.
  • General UI improvements toward more consistent, DPI-aware window layouts.