mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 03:10:21 +00:00
feat(api): add /sdapi/v1/embeddings
This commit is contained in:
@@ -249,3 +249,6 @@ class ArtistItem(BaseModel):
|
||||
score: float = Field(title="Score")
|
||||
category: str = Field(title="Category")
|
||||
|
||||
class EmbeddingsResponse(BaseModel):
|
||||
loaded: List[str] = Field(title="Loaded", description="Embeddings loaded for the current model")
|
||||
skipped: List[str] = Field(title="Skipped", description="Embeddings skipped for the current model (likely due to architecture incompatibility)")
|
Reference in New Issue
Block a user