increased window size

This commit is contained in:
Lincoln Stein 2023-06-04 23:54:52 -04:00
parent 090b7eeaf3
commit 1a5a2dfda9

View File

@ -55,8 +55,8 @@ from .widgets import (
from invokeai.app.services.config import get_invokeai_config
# minimum size for the UI
MIN_COLS = 120
MIN_LINES = 30
MIN_COLS = 140
MIN_LINES = 50
config = get_invokeai_config(argv=[])