diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index 44fc04c9..85955cb7 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -1,5 +1,5 @@ -import { app } from "/scripts/app.js"; -import { ComfyDialog, $el } from "/scripts/ui.js"; +import { app } from "../../scripts/app.js"; +import { ComfyDialog, $el } from "../../scripts/ui.js"; import {ComfyWidgets} from "../../scripts/widgets.js"; var update_comfyui_button = null;