Update README.md

This commit is contained in:
Iván E. C. Ayub
2026-02-15 02:42:39 -06:00
committed by GitHub
parent 4ccdf6f5b6
commit d2a8f2eafd
+12 -11
View File
@@ -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
<div align="center">
@@ -165,3 +165,4 @@ We welcome contributions from the community.
| **PyInstaller** | GPLv2+ | PyInstaller Team | [GitHub](https://github.com/pyinstaller/pyinstaller) |
| **Inno Setup** | Custom | Jordan Russell | [Official Site](http://www.jrsoftware.org/isinfo.php) |