chore(plugin): update comfyui-json version, fixed some custom nodes detection

This commit is contained in:
bennykok
2024-02-12 16:01:05 +08:00
parent 4560f2cca9
commit c59c308d32
+1 -1
View File
@@ -1,7 +1,7 @@
import { app } from "./app.js"; import { app } from "./app.js";
import { api } from "./api.js"; import { api } from "./api.js";
import { ComfyWidgets, LGraphNode } from "./widgets.js"; import { ComfyWidgets, LGraphNode } from "./widgets.js";
import { generateDependencyGraph } from "https://esm.sh/[email protected]5"; import { generateDependencyGraph } from "https://esm.sh/[email protected]6";
/** @typedef {import('../../../web/types/comfy.js').ComfyExtension} ComfyExtension*/ /** @typedef {import('../../../web/types/comfy.js').ComfyExtension} ComfyExtension*/
/** @type {ComfyExtension} */ /** @type {ComfyExtension} */