From 9e3dffd7fdcb855f997873d7d2c1361cd5df4284 Mon Sep 17 00:00:00 2001 From: "Alex \"mcmonkey\" Goodwin" <4000772+mcmonkey4eva@users.noreply.github.com> Date: Thu, 15 Aug 2024 17:27:06 -0700 Subject: [PATCH] Fix relative paths (#447) ComfyUI is not necessarily the webroot, paths should be relative rather than absolute --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 17444b273..75389940c 100644 --- a/index.html +++ b/index.html @@ -18,9 +18,9 @@ window["__COMFYUI_FRONTEND_VERSION__"] = __COMFYUI_FRONTEND_VERSION__; console.log("ComfyUI Front-end version:", __COMFYUI_FRONTEND_VERSION__); - - - + + +