mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fixing class level import
This commit is contained in:
committed by
psychedelicious
parent
4f1008f31f
commit
33ee418d8c
@ -307,7 +307,8 @@ class TextualInversionManager(BaseTextualInversionManager):
|
|||||||
|
|
||||||
|
|
||||||
class ONNXModelPatcher:
|
class ONNXModelPatcher:
|
||||||
from .models.base import IAIOnnxRuntimeModel, OnnxRuntimeModel
|
from .models.base import IAIOnnxRuntimeModel
|
||||||
|
from diffusers import OnnxRuntimeModel
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
@contextmanager
|
@contextmanager
|
||||||
|
Reference in New Issue
Block a user