From 1bc62a5fb47f8b7d3589d1f37d83f6c436555908 Mon Sep 17 00:00:00 2001 From: bennykok Date: Wed, 7 Feb 2024 18:17:22 +0800 Subject: [PATCH] fix: deps layout and comfyui-json --- web-plugin/index.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web-plugin/index.js b/web-plugin/index.js index c313607..cadbc38 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.8"; +import { generateDependencyGraph } from "https://esm.sh/comfyui-json@0.1.9"; /** @typedef {import('../../../web/types/comfy.js').ComfyExtension} ComfyExtension*/ /** @type {ComfyExtension} */ @@ -227,6 +227,11 @@ function createDynamicUIHtml(data) { }); html += ""; + // Models + html += `
`; + html += + '

Files

'; + Object.entries(data.files).forEach(([section, items]) => { html += `