mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-14 11:24:56 -05:00
6 lines
168 B
Python
6 lines
168 B
Python
"""
|
|
Initialization file for invokeai.backend.model_management
|
|
"""
|
|
from .model_manager import ModelManager, SDModelInfo
|
|
from .model_cache import ModelCache, SDModelType
|