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
Copy file name to clipboardExpand all lines: MODERNIZATION.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,9 +112,9 @@ All pure Python, no external dependencies. Includes: zoom.py, auto_zoom.py (cv2)
112
112
|---|-------|--------|--------|--------|
113
113
| 1 | auto-editor v30 rewritten in Nim; pip package frozen at v29.3.1 |`auto_edit.py`| Detect native Nim binary, pip fallback | TODO |
114
114
| 2 | Anthropic API version stale (`2023-06-01`) |`llm.py`| Update version string, add latest model IDs | DONE (2026-04-06) — Added Gemini provider, updated default model to llama3.2, OpenAI max_completion_tokens |
115
-
| 3 | CTranslate2 in maintenance mode |`captions_enhanced.py`| Make SeamlessM4T primary, NLLB fallback |TODO|
115
+
| 3 | CTranslate2 in maintenance mode |`captions_enhanced.py`| Make SeamlessM4T primary, NLLB fallback |DONE (2026-04-06) — translate() and translate_segments_auto() with SeamlessM4T-first, NLLB fallback. Route default "auto"|
116
116
| 4 | FFmpeg minterpolate slow + artifacting |`video_ai.py`| Add RIFE neural interpolation as `method="rife"`| TODO |
117
-
| 5 | B-roll gen backends outdated (SVD superseded) |`broll_generate.py`| Add Wan 2.1 as primary, remove SVD |TODO|
117
+
| 5 | B-roll gen backends outdated (SVD superseded) |`broll_generate.py`| Add Wan 2.1 as primary, remove SVD |DONE (2026-04-06) — Wan 2.1 added as primary (1.3B/14B models), auto-selected when available|
118
118
119
119
### TIER 2 -- Significant Improvements Available
120
120
@@ -123,9 +123,9 @@ All pure Python, no external dependencies. Includes: zoom.py, auto_zoom.py (cv2)
123
123
| 6 | Silero VAD v6 (ONNX support) |`silence.py`| Upgrade torch.hub model, add ONNX path | DONE (2026-04-06) — VAD now at v6.2.1, ONNX inference when onnxruntime available |
124
124
| 7 | Kokoro v1.0 ONNX model available |`voice_gen.py`| Verify version, test ONNX inference | DONE (2026-04-06) — Version pin updated to >=0.9 |
0 commit comments