You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Export presets: added av1_1080p (SVT-AV1 CRF 28), av1_4k (SVT-AV1
CRF 30), hevc_1080p (libx265 CRF 23). Fixed preset int-to-str bug
for numeric preset values. AV1 offers 40% smaller files than H.264.
LLM module: added Google Gemini provider (_query_gemini via
generativelanguage.googleapis.com). Updated default Ollama model
from llama3 to llama3.2. OpenAI uses max_completion_tokens (new API).
Provider allowlists updated across 6 route files to include gemini.
Silero VAD: upgraded to v6 (from assumed v4). Added ONNX inference
path — uses onnxruntime when available for faster CPU inference
without GPU memory overhead. Falls back to PyTorch if onnxruntime
not installed.
Verified: DeepFilterNet3 imports current, Kokoro version pin updated
to >=0.9, Depth Anything V2 docstring corrected to current HF org.
0 commit comments