InvokeAI/invokeai/app/services/config/__init__.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
131 B
Python
Raw Normal View History

2023-08-17 17:47:26 +00:00
"""
Init file for InvokeAI configure package
"""
from .invokeai_config import (
InvokeAIAppConfig,
get_invokeai_config,
)