-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevidence.html
More file actions
123 lines (118 loc) · 6.29 KB
/
Copy pathevidence.html
File metadata and controls
123 lines (118 loc) · 6.29 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ComfyUI Acceptance Evidence Builder</title>
<meta name="description" content="Build a client-ready ComfyUI acceptance report from workflow JSON and /history output, including final deliverables, preview exclusions, download commands, and delivery files.">
<link rel="canonical" href="https://william08190.github.io/comfyui-workflow-inspector/evidence.html">
<meta property="og:title" content="ComfyUI Acceptance Evidence Builder">
<meta property="og:description" content="Turn ComfyUI /history output into a final artifact acceptance report for hosted workflow delivery.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://william08190.github.io/comfyui-workflow-inspector/evidence.html">
<meta property="og:image" content="https://mv.786668.xyz/assets/examples/workflow-inspector-card.png?v=20260514">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="ComfyUI Acceptance Evidence Builder preview card">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="ComfyUI Acceptance Evidence Builder">
<meta name="twitter:description" content="Generate hosted workflow signoff evidence from workflow JSON and ComfyUI /history output.">
<meta name="twitter:image" content="https://mv.786668.xyz/assets/examples/workflow-inspector-card.png?v=20260514">
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='12' fill='%23d8b15f'/%3E%3Ctext x='32' y='40' text-anchor='middle' font-size='24' font-family='Arial' font-weight='700' fill='%230b0906'%3ECW%3C/text%3E%3C/svg%3E">
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<div class="shell">
<header class="topbar">
<div class="brand"><span class="mark">CW</span><span>Acceptance Evidence</span></div>
<nav class="nav" aria-label="Primary">
<a href="./">Inspector</a>
<a href="./diff.html">Workflow diff</a>
<a href="./runninghub.html">Output retrieval</a>
<a href="./history.html">History artifacts</a>
<a href="./evidence.html">Acceptance evidence</a>
<a href="./params.html">Parameter map</a>
<a href="./dependencies.html">Dependencies</a>
<a href="./assets.html">Asset manifest</a>
<a href="./api.html">API smoke</a>
<a href="./sanitize.html">Safe share</a>
<a href="./logs.html">Log triage</a>
<a href="./repair.html">Repair brief</a>
<a href="./quote.html">Setup quote</a>
<a href="./handoff.html">Deployment handoff</a>
<a href="./intake.html">Support intake</a>
<a href="https://mv.786668.xyz/comfyui-runninghub-workflow-repair.html?source=github-acceptance-evidence">Private repair</a>
<a href="https://github.com/william08190/comfyui-workflow-inspector">GitHub</a>
</nav>
</header>
<main>
<section class="hero">
<div>
<h1>Package final output evidence before client signoff.</h1>
<p>
Paste a ComfyUI /history response and optional workflow JSON. The
builder identifies final deliverables, excludes preview/temp files,
creates download commands, and produces a client-ready acceptance report.
</p>
<div class="actions">
<button class="primary" id="sampleButton" type="button">Load sample evidence</button>
<a class="button" href="https://mv.786668.xyz/service-checkout.html?package=workflow-setup-starter&source=github-acceptance-evidence">Pay setup deposit</a>
</div>
</div>
<section class="tool" aria-label="Acceptance evidence input">
<label class="field-label" for="baseUrlInput">ComfyUI base URL</label>
<input id="baseUrlInput" type="url" value="http://127.0.0.1:8188">
<label class="field-label" for="historyInput">History JSON</label>
<textarea id="historyInput" spellcheck="false" placeholder="Paste ComfyUI /history/{prompt_id} JSON here"></textarea>
<label class="field-label" for="workflowInput">Optional workflow JSON</label>
<textarea class="compact-textarea" id="workflowInput" spellcheck="false" placeholder="Paste workflow JSON to prove the final output node"></textarea>
<div class="tool-footer">
<div class="actions">
<button class="primary" id="buildButton" type="button">Build evidence</button>
<label class="file-button">Load history<input id="historyFile" type="file" accept=".json,application/json"></label>
<label class="file-button">Load workflow<input id="workflowFile" type="file" accept=".json,application/json"></label>
</div>
<div class="status" id="statusBox">History and workflow JSON stay local in this browser.</div>
</div>
</section>
</section>
<section class="results" aria-label="Acceptance evidence results">
<div class="panel">
<h2>Summary</h2>
<div class="metrics" id="metrics"></div>
</div>
<div class="panel">
<h2>Final Deliverables</h2>
<div id="deliverables"></div>
</div>
<div class="panel">
<h2>Acceptance Checklist</h2>
<div id="checklist"></div>
</div>
<div class="panel">
<h2>Delivery Files</h2>
<div id="files"></div>
</div>
<div class="panel">
<h2>Download Commands</h2>
<div id="downloads"></div>
</div>
<div class="panel">
<h2>Risks</h2>
<div id="risks"></div>
</div>
<div class="panel wide">
<h2>Customer Report</h2>
<button id="copyButton" type="button">Copy report</button>
<textarea class="brief" id="customerReport" readonly></textarea>
</div>
</section>
</main>
<footer class="footer">
This is an independent static tool. For private ComfyUI, RunningHub, or hosted
API setup evidence, use the MV Studio repair links above.
</footer>
</div>
<script type="module" src="./src/evidence.js"></script>
</body>
</html>