You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(website): rework why-build cards from the launch blog, move section below tools
Why-build section now carries the blog's messaging: 'first MCP built
for production pipelines' subtitle, 'Reproducible by design' replaces
'Outputs you keep' (outputs folded in), auth line fixed for local (no
account needed), full-engine card mentions auto-updating templates, and
the your-GPUs card sells the hardware-aware local agent (reads models,
custom nodes, VRAM; untangles complex open-source workflows). No em
dashes. Section moves below the capabilities list on both locales so
tools sell before infrastructure.
Copy file name to clipboardExpand all lines: apps/website/src/i18n/translations.ts
+13-12Lines changed: 13 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -2332,44 +2332,45 @@ const translations = {
2332
2332
'zh-CN': 'Comfy MCP?'
2333
2333
},
2334
2334
'mcp.why.subtitle': {
2335
-
en: 'A trusted infrastructure that lets engineers and professionals ship faster.',
2336
-
'zh-CN': '一套值得信赖的基础设施,让工程师和专业人士交付更快。'
2335
+
en: 'The first MCP built for production pipelines: trusted infrastructure that lets engineers and professionals ship faster.',
2336
+
'zh-CN':
2337
+
'首个为生产管线打造的 MCP:值得信赖的基础设施,让工程师和专业人士交付更快。'
2337
2338
},
2338
2339
'mcp.why.1.title': {
2339
2340
en: 'Open protocol,\nany client.',
2340
2341
'zh-CN': '开放协议,\n任意客户端。'
2341
2342
},
2342
2343
'mcp.why.1.description': {
2343
-
en: 'MCP is an open standard, so any MCP-compatible client can connect. Claude Code, Claude Desktop, and Codex sign in with OAuth; every other agent connects with an API key.',
2344
+
en: 'MCP is an open standard, so any MCP-compatible client can connect: Claude Code, Claude Desktop, Codex, Cursor, and more. Sign in with OAuth or an API key on cloud; local runs need no account at all.',
en: 'Same tool your team uses. Fully connected multi-step, multi-GPU workflows. Everything available now and in the future.',
2353
+
en: 'Same tool your team uses. Fully connected multi-step, multi-GPU workflows, with best-practice templates that update as the ecosystem moves. Everything available now and in the future.',
en: 'Downloads go to your Comfy library — store, reuse, remix, and share without leaving the ecosystem.',
2362
+
en: 'Every generation is a workflow: rerun it, share it by URL, hand it to a teammate. Made for long-term projects, not one-off generations. Outputs land in your Comfy library to store, reuse, and remix.',
en: 'Run without a local GPU on Comfy Cloud infrastructure, or keep everything on your own machine with the open-source local server. Same tools, same client, your choice.',
2371
+
en: 'Run without a GPU on Comfy Cloud, or go local and let the agent do the hard part: it reads your machine (models, custom nodes, VRAM), untangles complex open-source workflows, and builds ones your hardware can actually run.',
0 commit comments