mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
Cleanup
This commit is contained in:
@@ -105,7 +105,7 @@ class FaceIDItem(BaseModel):
|
||||
structure: float = Field(title="Structure", default=1, gt=0, le=1, description="Structure to use, must be between 0 and 1.")
|
||||
rank: float = Field(title="Rank", default=128, ge=4, le=256, description="Rank to use, must be between 4 and 256.")
|
||||
override_sampler: bool = Field(title="Override Sampler", default=True, description="Should the sampler be overriden?")
|
||||
tokens: int = Field("Tokens", default=4, ge=1, le=16, description="Amount of tokens to use, must be between 1 and 16.")
|
||||
tokens: int = Field(title="Tokens", default=4, ge=1, le=16, description="Amount of tokens to use, must be between 1 and 16.")
|
||||
cache_model: bool = Field(title="Cache", default=True, description="Should the model be cached?")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user