Update README.md
This commit is contained in:
@@ -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
|
## 🖼️ Interface Capture
|
||||||
|
|
||||||
[Capture.webm](https://github.com/user-attachments/assets/3038b58f-f671-4de4-8e14-169329859632)
|
[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
|
## 🖥️ System Requirements
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
@@ -165,3 +165,4 @@ We welcome contributions from the community.
|
|||||||
| **PyInstaller** | GPLv2+ | PyInstaller Team | [GitHub](https://github.com/pyinstaller/pyinstaller) |
|
| **PyInstaller** | GPLv2+ | PyInstaller Team | [GitHub](https://github.com/pyinstaller/pyinstaller) |
|
||||||
| **Inno Setup** | Custom | Jordan Russell | [Official Site](http://www.jrsoftware.org/isinfo.php) |
|
| **Inno Setup** | Custom | Jordan Russell | [Official Site](http://www.jrsoftware.org/isinfo.php) |
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user