fix(builder): file custom nodes types
This commit is contained in:
parent
745d3f9d35
commit
a4b8dbf1d3
@ -140,11 +140,15 @@ class GitCustomNodes(BaseModel):
|
||||
hash: str
|
||||
disabled: bool
|
||||
|
||||
class FileCustomNodes(BaseModel):
|
||||
filename: str
|
||||
disabled: bool
|
||||
|
||||
|
||||
class Snapshot(BaseModel):
|
||||
comfyui: str
|
||||
git_custom_nodes: Dict[str, GitCustomNodes]
|
||||
|
||||
file_custom_nodes: List[FileCustomNodes]
|
||||
|
||||
class Model(BaseModel):
|
||||
name: str
|
||||
|
Loading…
x
Reference in New Issue
Block a user