diff --git a/README.md b/README.md index 857ac2b..ec6660a 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,17 @@ It is inspired by and based on [Djdefrag](https://github.com/Djdefrag) tools suc --- +## 🆕 New in v6.0 — Process Chaining + +- Create multi-step pipelines; order steps to run sequentially per file. +- RIFE interpolation integrates as a chain step for video sources (graceful skip on images). +- Per-step model selection via a combobox fed by auto-discovered ONNX models in `AI-onnx/`. +- Automatic output routing: intermediate steps use temp folders; the final step writes to your chosen output path. +- Smart extension/codec correction by media type to prevent invalid outputs. +- Memory-safe execution with per-step VRAM tile sizing and cleanup between steps. + +--- + ## 🖼️ Interface Capture [Capture.webm](https://github.com/user-attachments/assets/3038b58f-f671-4de4-8e14-169329859632) @@ -83,17 +94,6 @@ It is inspired by and based on [Djdefrag](https://github.com/Djdefrag) tools suc --- -## 🆕 New in v6.0 — Process Chaining - -- Create multi-step pipelines; order steps to run sequentially per file. -- RIFE interpolation integrates as a chain step for video sources (graceful skip on images). -- Per-step model selection via a combobox fed by auto-discovered ONNX models in `AI-onnx/`. -- Automatic output routing: intermediate steps use temp folders; the final step writes to your chosen output path. -- Smart extension/codec correction by media type to prevent invalid outputs. -- Memory-safe execution with per-step VRAM tile sizing and cleanup between steps. - ---- - ## 🖥️ System Requirements