feat: add default comfy deploy

This commit is contained in:
BennyKok 2024-01-12 19:42:26 +08:00
parent 54daed19bf
commit 8a42506908

View File

@ -15,7 +15,12 @@ export const insertCustomMachineSchema = createInsertSchema(machinesTable, {
snapshot: (schema) => snapshot: (schema) =>
schema.snapshot.default({ schema.snapshot.default({
comfyui: "d0165d819afe76bd4e6bdd710eb5f3e571b6a804", comfyui: "d0165d819afe76bd4e6bdd710eb5f3e571b6a804",
git_custom_nodes: {}, git_custom_nodes: {
"https://github.com/BennyKok/comfyui-deploy.git": {
hash: "a8d428d3ad5595e221ba0da02c6e1d299f210ae4",
disabled: false,
},
},
file_custom_nodes: [], file_custom_nodes: [],
}), }),
models: (schema) => models: (schema) =>