We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429e44f commit 9e3dffdCopy full SHA for 9e3dffd
index.html
@@ -18,9 +18,9 @@
18
window["__COMFYUI_FRONTEND_VERSION__"] = __COMFYUI_FRONTEND_VERSION__;
19
console.log("ComfyUI Front-end version:", __COMFYUI_FRONTEND_VERSION__);
20
</script>
21
- <script type="module" src="/src/main.ts"></script>
22
- <link rel="stylesheet" type="text/css" href="/user.css" />
23
- <link rel="stylesheet" type="text/css" href="/materialdesignicons.min.css" />
+ <script type="module" src="src/main.ts"></script>
+ <link rel="stylesheet" type="text/css" href="user.css" />
+ <link rel="stylesheet" type="text/css" href="materialdesignicons.min.css" />
24
</head>
25
<body class="litegraph">
26
<div id="vue-app"></div>
0 commit comments