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: fixed output path determination error #94

Closed hollowaykeanho closed 6 months ago

hollowaykeanho commented 6 months ago

There was an error determining the output path where if the given path is only a filepath (without directory), the program will try to use the original input filename as a directory and cause the upscaling process to be unreasonably failed. Hence, we need to fix this bug.

This patch fixes the output path determination error in init/ directory.