mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
The enhance-faces tool requires MediaPipe for face detection, but the upscale-enhance feature bundle did not include mediapipe in its pip packages. Users who installed only the upscale-enhance bundle got "Face detection requires MediaPipe" errors. Added mediapipe to both amd64 and arm64 package lists, matching the pattern used by the face-detection and photo-restoration bundles. Also added feature-manifest.test.ts with 25 tests validating bundle dependency completeness to prevent similar missing-dependency bugs. Closes #129