mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-04-19 11:22:03 -07:00
Remove a bunch of unused/vestigial code
As found by Vulture and some eyes
This commit is contained in:
parent
0895c2369c
commit
ba70a220e3
7 changed files with 0 additions and 89 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue