Remove a bunch of unused/vestigial code

As found by Vulture and some eyes
This commit is contained in:
Aarni Koskela
2023-06-05 22:20:29 +03:00
parent 0895c2369c
commit ba70a220e3
7 changed files with 0 additions and 89 deletions

View File

@@ -274,10 +274,6 @@ class PromptStyleItem(BaseModel):
prompt: Optional[str] = Field(title="Prompt")
negative_prompt: Optional[str] = Field(title="Negative Prompt")
class ArtistItem(BaseModel):
name: str = Field(title="Name")
score: float = Field(title="Score")
category: str = Field(title="Category")
class EmbeddingItem(BaseModel):
step: Optional[int] = Field(title="Step", description="The number of steps that were used to train this embedding, if available")