[Cleanup] Remove deprecated: node def validation (#4038)

This commit is contained in:
filtered
2025-07-24 17:54:29 +10:00
committed by GitHub
parent 78fc86d153
commit 4d0ba197a8
10 changed files with 4 additions and 71 deletions

View File

@@ -937,12 +937,7 @@ export class ComfyApp {
.join('/')
})
return _.mapValues(
await api.getNodeDefs({
validate: useSettingStore().get('Comfy.Validation.NodeDefs')
}),
(def) => translateNodeDef(def)
)
return _.mapValues(await api.getNodeDefs(), (def) => translateNodeDef(def))
}
/**