mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fixed OnnxRuntimeModel import
This commit is contained in:
parent
33ee418d8c
commit
ce465acf04
@ -1,5 +1,7 @@
|
|||||||
from enum import Enum
|
from enum import Enum
|
||||||
from typing import Literal
|
from typing import Literal
|
||||||
|
|
||||||
|
from diffusers import OnnxRuntimeModel
|
||||||
from .base import (
|
from .base import (
|
||||||
ModelConfigBase,
|
ModelConfigBase,
|
||||||
BaseModelType,
|
BaseModelType,
|
||||||
@ -8,7 +10,6 @@ from .base import (
|
|||||||
DiffusersModel,
|
DiffusersModel,
|
||||||
SchedulerPredictionType,
|
SchedulerPredictionType,
|
||||||
classproperty,
|
classproperty,
|
||||||
OnnxRuntimeModel,
|
|
||||||
IAIOnnxRuntimeModel,
|
IAIOnnxRuntimeModel,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user