hollowaykeanho / Upscaler

A consolidation of various compiled open-source AI image/video upscaling product for a working CLI friendly image and video upscaling program.
BSD 3-Clause "New" or "Revised" License
251 stars 20 forks source link

init: added upscaler's host system verification #69

Closed hollowaykeanho closed 6 months ago

hollowaykeanho commented 6 months ago

To make sure the upscaler's host system is checked before execution, it's best we port the OS + Arch system verifications into the new scripting libraries. Hence, let's do this.

This patch adds upscaler's host system verification into the init/ directory.