improved: Display the terminal when starting the installation of a model or node packs

This commit is contained in:
Dr.Lt.Data
2025-02-10 02:56:48 +09:00
parent 22266484bd
commit e113e011cb
5 changed files with 25 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ import manager_downloader
from node_package import InstalledNodePackage
version_code = [3, 18]
version_code = [3, 18, 1]
version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '')