Empty out invokeai/backend/model_manager/__init__.py and use full absolute imports instead.

This commit is contained in:
Ryan Dick
2024-09-03 19:53:10 +00:00
parent f3bb592544
commit ed5b106ded
34 changed files with 66 additions and 90 deletions

View File

@@ -1468,7 +1468,7 @@ to load several different diffusers types:
from pathlib import Path
from typing import Optional
from invokeai.backend.model_manager import (
from invokeai.backend.model_manager.config import (
AnyModel,
BaseModelType,
ModelFormat,