From f3adb6216a686f8e67d8c3d02a3fb7a6693ef81c Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Tue, 31 Oct 2023 14:57:54 +0200 Subject: [PATCH] Fix path --- .../anapnoe-sd-uiux/html/templates/template-about.html | 4 ++-- .../anapnoe-sd-uiux/javascript/anapnoe_sd_uiux_core.js | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extensions-builtin/anapnoe-sd-uiux/html/templates/template-about.html b/extensions-builtin/anapnoe-sd-uiux/html/templates/template-about.html index 7c3f0991f6f..f2b305786ef 100644 --- a/extensions-builtin/anapnoe-sd-uiux/html/templates/template-about.html +++ b/extensions-builtin/anapnoe-sd-uiux/html/templates/template-about.html @@ -90,7 +90,7 @@

With workspaces extension, you can craft personalized views and arrange them in any way that suits your preferences, allowing you to tailor-make workflows that cater to your specific needs.

- Anapnoe UI-UX default theme + Anapnoe UI-UX default theme

Become a supporter and get early access to Workspaces for UI-UX.

@@ -119,7 +119,7 @@

Create templates and customize Gradio apps without extensive programming knowledge. Drag, drop, design, and deploy - all within a user-friendly interface. Build anything from simple AI applications to complex enterprise solutions.

- Anapnoe Gradio Visual editor + Anapnoe Gradio Visual editor diff --git a/extensions-builtin/anapnoe-sd-uiux/javascript/anapnoe_sd_uiux_core.js b/extensions-builtin/anapnoe-sd-uiux/javascript/anapnoe_sd_uiux_core.js index d6c37ed2d8c..99f4185ae83 100644 --- a/extensions-builtin/anapnoe-sd-uiux/javascript/anapnoe_sd_uiux_core.js +++ b/extensions-builtin/anapnoe-sd-uiux/javascript/anapnoe_sd_uiux_core.js @@ -79,8 +79,8 @@ async function getAllContributorsRecursive(repoName, page = 1, allContributors = localStorage.setItem('UiUxReady', "false"); localStorage.setItem('UiUxComplete', "false"); -const default_ext_path = './file=extensions/anapnoe-sd-uiux/html/templates/'; -const default_libs_path = './file=extensions/anapnoe-sd-uiux/html/libs/'; +const default_ext_path = './file=extensions-builtin/anapnoe-sd-uiux/html/templates/'; +const default_libs_path = './file=extensions-builtin/anapnoe-sd-uiux/html/libs/'; let total = 0; let active_main_tab;// = document.querySelector("#tab_txt2img");//null let loggerUiUx; @@ -1174,7 +1174,7 @@ function setupLogger() { link.rel = 'icon'; document.head.appendChild(link); } - link.href = './file=extensions/anapnoe-sd-uiux/html/favicon.svg'; + link.href = './file=extensions-builtin/anapnoe-sd-uiux/html/favicon.svg';