add seed selection

This commit is contained in:
Tran Xen
2023-08-24 23:56:03 +02:00
parent 2e718ee4ae
commit 38f46d3f01
9 changed files with 92 additions and 123 deletions
+1
View File
@@ -48,6 +48,7 @@ class InpaintingOptions(BaseModel):
inpainting_model: str = Field(
description="Inpainting model", examples=["Current"], default="Current"
)
inpainting_seed: int = Field(description="Inpainting Seed", ge=-1, default=-1)
class InswappperOptions(BaseModel):