Fix wrong inpainting steps example

This commit is contained in:
Enes Sadık Özbek
2023-11-08 17:20:55 +03:00
committed by GitHub
parent 42d1c75b68
commit 3de182906e
+1 -1
View File
@@ -37,7 +37,7 @@ class InpaintingOptions(BaseModel):
)
inpainting_steps: int = Field(
description="Inpainting steps",
examples=["Portrait of a [gender]"],
examples=[25],
ge=1,
le=150,
default=20,