Skip to content

Commit 4bd1e51

Browse files
committed
fix bugs
1 parent 17e22ce commit 4bd1e51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

web/html/threeVisualizer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
6-
<link type="text/css" rel="stylesheet" href="/extensions/ComfyUI-TripoAPI/style/threeStyle.css">
7-
<link type="text/css" rel="stylesheet" href="/extensions/ComfyUI-TripoAPI/style/progressStyle.css">
6+
<link type="text/css" rel="stylesheet" href="/extensions/ComfyUI-Tripo/style/threeStyle.css">
7+
<link type="text/css" rel="stylesheet" href="/extensions/ComfyUI-Tripo/style/progressStyle.css">
88
</head>
99

1010
<body>
@@ -26,7 +26,7 @@
2626
}
2727
}
2828
</script>
29-
<script id="visualizer" type="module" filepath="" crossorigin src="/extensions/ComfyUI-TripoAPI/js/threeVisualizer.js"></script>
29+
<script id="visualizer" type="module" filepath="" crossorigin src="/extensions/ComfyUI-Tripo/js/threeVisualizer.js"></script>
3030
</body>
3131

3232
</html>

web/visualization.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Visualizer {
1010
overflow: "hidden",
1111
});
1212
this.iframe.src =
13-
"/extensions/ComfyUI-TripoAPI/html/" + visualSrc + ".html";
13+
"/extensions/ComfyUI-Tripo/html/" + visualSrc + ".html";
1414
container.appendChild(this.iframe);
1515
}
1616

0 commit comments

Comments
 (0)