feat: pre-built release archives + AI install fixes (#202)

Add pre-built release archives (Linux amd64/arm64) to the release
workflow, published as GitHub Release assets. Each archive is a
self-contained tar.gz (~240MB) with built frontend, API source,
and production node_modules. Users extract and run without needing
pnpm build.

Also includes AI install manifest fixes for Proxmox/bare-metal users:
- Pin setuptools<75 for Python 3.13 basicsr compatibility
- Pre-install basicsr with --no-build-isolation before realesrgan
- Loosen mediapipe pins from == to >= for Python 3.13 wheels
- Add retry logic to HuggingFace model downloads
This commit is contained in:
SnapOtter
2026-06-05 18:42:30 +08:00
committed by GitHub
parent abd1efb46d
commit f1aae73397
4 changed files with 83 additions and 12 deletions
View File