mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
increased window size
This commit is contained in:
parent
090b7eeaf3
commit
1a5a2dfda9
@ -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=[])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user