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 typing import Literal
|
||||
|
||||
from diffusers import OnnxRuntimeModel
|
||||
from .base import (
|
||||
ModelConfigBase,
|
||||
BaseModelType,
|
||||
@ -8,7 +10,6 @@ from .base import (
|
||||
DiffusersModel,
|
||||
SchedulerPredictionType,
|
||||
classproperty,
|
||||
OnnxRuntimeModel,
|
||||
IAIOnnxRuntimeModel,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user