This repository was archived by the owner on Feb 15, 2026. It is now read-only.
forked from jac3km4/comfyweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (26 loc) · 1.49 KB
/
index.html
File metadata and controls
28 lines (26 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ComfyWeb v2 - Enhanced Workflow Interface</title>
<meta name="description" content="Enhanced ComfyUI workflow interface with advanced features, missing node detection, and professional UI" />
<meta name="keywords" content="ComfyUI, workflow, AI, image generation, stable diffusion, svelte, typescript" />
<meta name="author" content="virtaava" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://virtaava.github.io/comfywebv2/" />
<meta property="og:title" content="ComfyWeb v2 - Enhanced Workflow Interface" />
<meta property="og:description" content="Enhanced ComfyUI workflow interface with advanced features, missing node detection, and professional UI" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://virtaava.github.io/comfywebv2/" />
<meta property="twitter:title" content="ComfyWeb v2 - Enhanced Workflow Interface" />
<meta property="twitter:description" content="Enhanced ComfyUI workflow interface with advanced features, missing node detection, and professional UI" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>