fix: comfy deploy in empty graph
This commit is contained in:
parent
6d1dd93b47
commit
7ec3e1c0c8
@ -450,13 +450,18 @@ function addButton() {
|
|||||||
existingDependencies: existing_workflow.dependencies,
|
existingDependencies: existing_workflow.dependencies,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Need to find a way to include this if this is not included in comfyui-json level
|
||||||
if (
|
if (
|
||||||
!deps.custom_nodes["https://github.com/BennyKok/comfyui-deploy"] ||
|
!deps.custom_nodes["https://github.com/BennyKok/comfyui-deploy"] &&
|
||||||
!deps.custom_nodes["https://github.com/BennyKok/comfyui-deploy.git"]
|
!deps.custom_nodes["https://github.com/BennyKok/comfyui-deploy.git"]
|
||||||
)
|
)
|
||||||
deps.custom_nodes["https://github.com/BennyKok/comfyui-deploy"] = {
|
deps.custom_nodes["https://github.com/BennyKok/comfyui-deploy"] = {
|
||||||
url: "https://github.com/BennyKok/comfyui-deploy",
|
url: "https://github.com/BennyKok/comfyui-deploy",
|
||||||
install_type: "git-clone",
|
install_type: "git-clone",
|
||||||
|
hash:
|
||||||
|
snapshot?.git_custom_nodes?.[
|
||||||
|
"https://github.com/BennyKok/comfyui-deploy"
|
||||||
|
]?.hash ?? "HEAD",
|
||||||
name: "ComfyUI Deploy",
|
name: "ComfyUI Deploy",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user