Skip to content

Commit 3316e05

Browse files
tidy(mm): remove unused class
1 parent 1c73c6e commit 3316e05

File tree

1 file changed

+0
-11
lines changed
  • invokeai/backend/model_manager/configs

1 file changed

+0
-11
lines changed

invokeai/backend/model_manager/configs/base.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,6 @@
2828
pass
2929

3030

31-
class URLModelSource(BaseModel):
32-
type: Literal[ModelSourceType.Url] = Field(default=ModelSourceType.Url)
33-
url: str = Field(
34-
description="The URL from which the model was installed.",
35-
)
36-
api_response: str | None = Field(
37-
default=None,
38-
description="The original API response from the source, as stringified JSON.",
39-
)
40-
41-
4231
class Config_Base(ABC, BaseModel):
4332
"""
4433
Abstract base class for model configurations. A model config describes a specific combination of model base, type and

0 commit comments

Comments
 (0)