mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-17 18:13:01 +08:00
allow extra settings from pyproject.toml (#8526)
This commit is contained in:
parent
6673939e76
commit
803af1e0c3
@ -90,4 +90,4 @@ class PyProjectSettings(BaseSettings):
|
|||||||
|
|
||||||
tool: dict = Field(default_factory=dict)
|
tool: dict = Field(default_factory=dict)
|
||||||
|
|
||||||
model_config = SettingsConfigDict()
|
model_config = SettingsConfigDict(extra='allow')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user