From c59c308d32bc6d61bae772415836a6a080dd5dc1 Mon Sep 17 00:00:00 2001 From: bennykok Date: Mon, 12 Feb 2024 16:00:54 +0800 Subject: [PATCH] chore(plugin): update comfyui-json version, fixed some custom nodes detection --- web-plugin/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-plugin/index.js b/web-plugin/index.js index c7350c2..380eea7 100644 --- a/web-plugin/index.js +++ b/web-plugin/index.js @@ -1,7 +1,7 @@ import { app } from "./app.js"; import { api } from "./api.js"; import { ComfyWidgets, LGraphNode } from "./widgets.js"; -import { generateDependencyGraph } from "https://esm.sh/comfyui-json@0.1.15"; +import { generateDependencyGraph } from "https://esm.sh/comfyui-json@0.1.16"; /** @typedef {import('../../../web/types/comfy.js').ComfyExtension} ComfyExtension*/ /** @type {ComfyExtension} */