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
252 stars 20 forks source link

init: fixed non-repsonsive UI bug in windows' execution #7

Closed hollowaykeanho closed 1 year ago

hollowaykeanho commented 1 year ago

Appearently, PowerShell does not have a way to stream its feedbacks to the main terminal while the binary execution output important data like progress status and graphics card information. Hence, we don't have a choice but to let it open a new window every single time. Let's fix it.

This patch fixed a non-responsive UI bug in windows' execution inside init/ directory.