user must adjust terminal size on Windows

This commit is contained in:
Lincoln Stein
2023-07-15 23:19:50 -04:00
parent 72c891bbac
commit b767b5d44c
3 changed files with 9 additions and 13 deletions

View File

@ -701,7 +701,7 @@ def select_and_download_models(opt: Namespace):
# the third argument is needed in the Windows 11 environment in
# order to launch and resize a console window running this program
set_min_terminal_size(MIN_COLS, MIN_LINES,'invokeai-model-install')
set_min_terminal_size(MIN_COLS, MIN_LINES)
installApp = AddModelApplication(opt)
try:
installApp.run()