From d00ca375a27daf234285d7edd1581ac349abe56f Mon Sep 17 00:00:00 2001 From: bennykok Date: Tue, 23 Apr 2024 18:44:19 +0800 Subject: [PATCH] chore: bump comfyui json version --- 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 988cc5c..9f0517d 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.23"; +import { generateDependencyGraph } from "https://esm.sh/comfyui-json@0.1.25"; const loadingIcon = ``;