We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6673939 commit 803af1eCopy full SHA for 803af1e
comfy_config/types.py
@@ -90,4 +90,4 @@ class PyProjectSettings(BaseSettings):
90
91
tool: dict = Field(default_factory=dict)
92
93
- model_config = SettingsConfigDict()
+ model_config = SettingsConfigDict(extra='allow')
0 commit comments