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 04aad41 commit dbd0e3eCopy full SHA for dbd0e3e
index.html
@@ -14,6 +14,7 @@
14
</style> -->
15
<script type="module" src="/src/main.ts"></script>
16
<script type="module">
17
+ window["__COMFYUI_FRONTEND_VERSION__"] = __COMFYUI_FRONTEND_VERSION__;
18
console.log("ComfyUI Front-end version:", __COMFYUI_FRONTEND_VERSION__);
19
</script>
20
<link rel="stylesheet" type="text/css" href="/user.css" />
0 commit comments