Config: Update description for override_preset default

* We provide safe_defaults as a default in config_sample.yml but not internally
This commit is contained in:
DocShotgun 2025-08-18 12:39:52 -07:00
parent 998abe5ad1
commit 6fb0c2cdbd
2 changed files with 2 additions and 2 deletions

View file

@ -406,7 +406,7 @@ class SamplingConfig(BaseConfigModel):
override_preset: Optional[str] = Field(
None,
description=(
"Select a sampler override preset (default: safe_defaults).\n"
"Select a sampler override preset (default: None).\n"
"Find this in the sampler-overrides folder.\n"
"This overrides default fallbacks for sampler values "
"that are passed to the API.\n"