add /detailers api endpoint

Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2025-12-06 12:33:52 +01:00
parent 1cfb61809f
commit 7bd04e0b5c
7 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ class ItemHypernetwork(BaseModel):
class ItemDetailer(BaseModel):
name: str = Field(title="Name")
cmd_dir: Optional[str] = Field(title="Path")
path: Optional[str] = Field(title="Path")
class ItemGAN(BaseModel):
name: str = Field(title="Name")