Skip to content

Commit 803af1e

Browse files
authored
allow extra settings from pyproject.toml (comfyanonymous#8526)
1 parent 6673939 commit 803af1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy_config/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ class PyProjectSettings(BaseSettings):
9090

9191
tool: dict = Field(default_factory=dict)
9292

93-
model_config = SettingsConfigDict()
93+
model_config = SettingsConfigDict(extra='allow')

0 commit comments

Comments
 (0)