mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fixed sorts
This commit is contained in:
parent
d573a23090
commit
5c3a27aac6
@ -3,9 +3,6 @@ from typing import List, Optional
|
|||||||
|
|
||||||
from pydantic import BaseModel, ConfigDict, Field
|
from pydantic import BaseModel, ConfigDict, Field
|
||||||
|
|
||||||
# TODO: Permanent fix for this
|
|
||||||
# from invokeai.app.invocations.shared import FreeUConfig
|
|
||||||
|
|
||||||
from ...backend.model_management import BaseModelType, ModelType, SubModelType
|
from ...backend.model_management import BaseModelType, ModelType, SubModelType
|
||||||
from .baseinvocation import (
|
from .baseinvocation import (
|
||||||
BaseInvocation,
|
BaseInvocation,
|
||||||
@ -20,6 +17,10 @@ from .baseinvocation import (
|
|||||||
invocation_output,
|
invocation_output,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# TODO: Permanent fix for this
|
||||||
|
# from invokeai.app.invocations.shared import FreeUConfig
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class FreeUConfig(BaseModel):
|
class FreeUConfig(BaseModel):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user