mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
Path resolution for the feature manifest and install script was hardcoded to /app/..., which only works inside the Docker container. Native installs (e.g. Proxmox at /opt/snapotter) hit "No such file or directory" errors. Resolve both paths relative to the source file location via import.meta.url so they work regardless of where the project is installed. Also loosen mediapipe==0.10.21 to >=0.10.21 in requirements.txt and requirements-gpu.txt to match the feature manifest. The exact pin has no cp313 wheel, so it fails on Python 3.13 (Debian 13 default). mediapipe 0.10.35 ships py3-none universal wheels that resolve cleanly. Reported-by: MickLesk (community-scripts/ProxmoxVE#14720)
11 lines
201 B
Plaintext
11 lines
201 B
Plaintext
rembg==2.0.62
|
|
realesrgan==0.3.0
|
|
paddleocr==2.9.1
|
|
paddlepaddle-gpu==3.0.0
|
|
mediapipe>=0.10.21
|
|
onnxruntime-gpu==1.20.1
|
|
numpy==1.26.4
|
|
Pillow==11.1.0
|
|
opencv-python-headless==4.10.0.84
|
|
codeformer-pip==0.0.4
|