mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
add /detailers api endpoint
Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user