Skip to content

Commit

Permalink
fixed sorts
Browse files Browse the repository at this point in the history
  • Loading branch information
Millu committed Nov 7, 2023
1 parent d573a23 commit 5c3a27a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions invokeai/app/invocations/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

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 .baseinvocation import (
BaseInvocation,
Expand All @@ -20,6 +17,10 @@
invocation_output,
)

# TODO: Permanent fix for this
# from invokeai.app.invocations.shared import FreeUConfig



class FreeUConfig(BaseModel):
"""
Expand Down

0 comments on commit 5c3a27a

Please sign in to comment.