mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
- Fix NameError in restore.py: face enhancement loop used undefined variable `i`, now uses enumerate() - Fix gpu.py ONNX fallback: previous smoke-test with empty bytes always raised, making GPU detection unreachable via the ONNX path. Now uses nvidia-smi hardware check after confirming CUDA EP is compiled in — works on Linux, Windows, and gracefully fails on macOS - Fix cpu_fallback_packages stripping CUDA-specific index URLs when replacing paddlepaddle-gpu with paddlepaddle for CPU-only systems Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>