fix: typo name
This commit is contained in:
parent
f3370c1bb1
commit
6d1dd93b47
@ -450,6 +450,16 @@ function addButton() {
|
|||||||
existingDependencies: existing_workflow.dependencies,
|
existingDependencies: existing_workflow.dependencies,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (
|
||||||
|
!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"] = {
|
||||||
|
url: "https://github.com/BennyKok/comfyui-deploy",
|
||||||
|
install_type: "git-clone",
|
||||||
|
name: "ComfyUI Deploy",
|
||||||
|
};
|
||||||
|
|
||||||
loadingDialog.close();
|
loadingDialog.close();
|
||||||
|
|
||||||
const depsOk = await confirmDialog.confirm(
|
const depsOk = await confirmDialog.confirm(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user