fix: typo name

This commit is contained in:
bennykok 2024-02-17 23:10:09 +08:00
parent f3370c1bb1
commit 6d1dd93b47
2 changed files with 10 additions and 0 deletions

View File

@ -450,6 +450,16 @@ function addButton() {
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();
const depsOk = await confirmDialog.confirm(