mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix unknown PagingArgumentParser import error in ti-training
This commit is contained in:
parent
05e203570d
commit
715686477e
@ -6,3 +6,4 @@ from .invokeai_config import ( # noqa F401
|
|||||||
InvokeAIAppConfig,
|
InvokeAIAppConfig,
|
||||||
get_invokeai_config,
|
get_invokeai_config,
|
||||||
)
|
)
|
||||||
|
from .base import PagingArgumentParser # noqa F401
|
||||||
|
Loading…
Reference in New Issue
Block a user