add inbrowser

This commit is contained in:
Qing
2024-02-08 17:35:55 +08:00
parent f52dbc1091
commit 45d29a4249
4 changed files with 19 additions and 1 deletions

View File

@@ -216,6 +216,7 @@ class PowerPaintTask(str, Enum):
class ApiConfig(BaseModel):
host: str
port: int
inbrowser: bool
model: str
no_half: bool
low_mem: bool