From 2482fd74ecc837ad296485b086f3117d2ce03c3a Mon Sep 17 00:00:00 2001 From: Nav Singh Date: Tue, 25 Aug 2026 22:56:55 -0700 Subject: [PATCH] docs: metadata batch 2 from the AEO tracker, live-verified weak pages only 30 pages whose descriptions are still filler, too short, or title echoes after the recent metadata passes, re-verified against production tonight and rewritten from each page's actual content. Titles changed only where weak; sidebarTitle preserved or added so navigation labels do not move. Recommendations tracker: SEO fixes and AEO Opportunities sheet (Claude Recs tab). --- basic-concepts/custom-nodes.mdx | 2 +- basic-concepts/nodes.mdx | 2 +- built-in-nodes/CheckpointLoaderSimple.mdx | 4 ++-- built-in-nodes/MultiGPU_WorkUnits.mdx | 4 ++-- built-in-nodes/sampling/ksampler.mdx | 4 ++-- development/comfyui-server/startup-flags.mdx | 2 +- installation/desktop/linux.mdx | 4 ++-- installation/desktop/overview.mdx | 2 +- interface/credits.mdx | 2 +- interface/nodes-2.mdx | 2 +- interface/overview.mdx | 4 ++-- interface/shortcuts.mdx | 4 ++-- manager/configuration.mdx | 4 ++-- manager/troubleshooting.mdx | 4 ++-- specs/workflow_json.mdx | 2 +- troubleshooting/custom-node-issues.mdx | 4 ++-- troubleshooting/overview.mdx | 2 +- tutorials/3d/hunyuan3D-2.mdx | 2 +- tutorials/audio/ace-step/ace-step-v1.mdx | 2 +- tutorials/basic/inpaint.mdx | 2 +- tutorials/basic/outpaint.mdx | 4 ++-- tutorials/controlnet/controlnet.mdx | 2 +- tutorials/controlnet/depth-controlnet.mdx | 4 ++-- tutorials/flux/flux-1-controlnet.mdx | 2 +- tutorials/flux/flux-1-kontext-dev.mdx | 2 +- tutorials/image/ideogram/ideogram-v4.mdx | 2 +- tutorials/partner-nodes/luma/luma-image-to-video.mdx | 4 ++-- tutorials/partner-nodes/overview.mdx | 2 +- tutorials/partner-nodes/pricing.mdx | 4 ++-- tutorials/video/wan/wan-ati.mdx | 4 ++-- 30 files changed, 44 insertions(+), 44 deletions(-) diff --git a/basic-concepts/custom-nodes.mdx b/basic-concepts/custom-nodes.mdx index 2183420eb..66cf54647 100644 --- a/basic-concepts/custom-nodes.mdx +++ b/basic-concepts/custom-nodes.mdx @@ -1,6 +1,6 @@ --- title: "Custom Nodes" -description: "Learn about installing, enabling dependencies, updating, disabling, and uninstalling custom nodes in ComfyUI" +description: "Custom nodes in ComfyUI: how they differ from Comfy Core nodes, plus installing, updating, enabling dependencies, disabling, and uninstalling them." icon: "window-maximize" --- diff --git a/basic-concepts/nodes.mdx b/basic-concepts/nodes.mdx index 15a1565c5..0c687b932 100644 --- a/basic-concepts/nodes.mdx +++ b/basic-concepts/nodes.mdx @@ -1,6 +1,6 @@ --- title: "Nodes" -description: "Understand the concept of a node in ComfyUI." +description: "Nodes are ComfyUI's fundamental building blocks: independent Comfy Core or custom modules you connect with links to assemble complex workflows." icon: "circle" --- diff --git a/built-in-nodes/CheckpointLoaderSimple.mdx b/built-in-nodes/CheckpointLoaderSimple.mdx index 0621fb485..0331d183f 100755 --- a/built-in-nodes/CheckpointLoaderSimple.mdx +++ b/built-in-nodes/CheckpointLoaderSimple.mdx @@ -1,6 +1,6 @@ --- -title: "CheckpointLoaderSimple - ComfyUI Built-in Node Documentation" -description: "Documentation for CheckpointLoaderSimple node." +title: "CheckpointLoaderSimple Node" +description: "CheckpointLoaderSimple loads a diffusion checkpoint and splits it into model, CLIP, and VAE, auto-detecting files in ComfyUI/models/checkpoints." sidebarTitle: "CheckpointLoaderSimple" icon: "circle" mode: wide diff --git a/built-in-nodes/MultiGPU_WorkUnits.mdx b/built-in-nodes/MultiGPU_WorkUnits.mdx index 146282504..d74e7babf 100644 --- a/built-in-nodes/MultiGPU_WorkUnits.mdx +++ b/built-in-nodes/MultiGPU_WorkUnits.mdx @@ -1,6 +1,6 @@ --- -title: "MultiGPU_WorkUnits - ComfyUI Built-in Node Documentation" -description: "Documentation for MultiGPUWorkUnits node." +title: "MultiGPU CFG Split Node" +description: "MultiGPU CFG Split node reference: run diffusion processing across multiple identical GPUs in one system, with speedups up to 1.95x." sidebarTitle: "MultiGPU_WorkUnits" icon: "circle" mode: wide diff --git a/built-in-nodes/sampling/ksampler.mdx b/built-in-nodes/sampling/ksampler.mdx index 17d0f6195..d625336bd 100644 --- a/built-in-nodes/sampling/ksampler.mdx +++ b/built-in-nodes/sampling/ksampler.mdx @@ -1,6 +1,6 @@ --- -title: "Ksampler - ComfyUI Built-in Node Documentation" -description: "The Ksampler node is a commonly used sampling node in ComfyUI." +title: "KSampler Node" +description: "KSampler node reference: multi-step denoising of latent images with conditioning, sampler, and scheduler, the core of text-to-image workflows." sidebarTitle: "Ksampler" icon: "circle" --- diff --git a/development/comfyui-server/startup-flags.mdx b/development/comfyui-server/startup-flags.mdx index 0fdd886f5..7997169b4 100644 --- a/development/comfyui-server/startup-flags.mdx +++ b/development/comfyui-server/startup-flags.mdx @@ -1,7 +1,7 @@ --- title: "Startup Flags" sidebarTitle: "Startup Flags" -description: "Complete reference for ComfyUI main.py command-line arguments" +description: "ComfyUI startup flags reference: every main.py command-line argument from comfy/cli_args.py, plus how to add flags to Windows Portable .bat launchers." icon: "terminal" --- diff --git a/installation/desktop/linux.mdx b/installation/desktop/linux.mdx index 2583d6977..85bb6ff59 100644 --- a/installation/desktop/linux.mdx +++ b/installation/desktop/linux.mdx @@ -1,6 +1,6 @@ --- -title: "Linux — Comfy Desktop" -description: "Build and run Comfy Desktop from source on Linux" +title: "Comfy Desktop on Linux" +description: "Comfy Desktop on Linux: no official installer exists. Clone the repo and run from source instead. Requires Ubuntu 22.04+, x64, and Node.js v22 LTS." icon: "linux" sidebarTitle: "Linux" --- diff --git a/installation/desktop/overview.mdx b/installation/desktop/overview.mdx index 4b67b06b0..55deb2a6f 100644 --- a/installation/desktop/overview.mdx +++ b/installation/desktop/overview.mdx @@ -1,6 +1,6 @@ --- title: "Comfy Desktop Overview" -description: "Learn about Comfy Desktop — a modern desktop app for managing multiple ComfyUI installations" +description: "Comfy Desktop overview: a desktop app that installs, manages, and launches multiple instances of ComfyUI, the node-based engine for generative AI." icon: "desktop" sidebarTitle: "Overview" --- diff --git a/interface/credits.mdx b/interface/credits.mdx index 72fe0f2e5..9e8ebffcc 100644 --- a/interface/credits.mdx +++ b/interface/credits.mdx @@ -1,6 +1,6 @@ --- title: "Credits Management" -description: "In this article, we will introduce ComfyUI's credit management features, including how to obtain, use, and view credits." +description: "Credits for Partner Nodes in ComfyUI: how to buy credits, track usage history, and monitor your balance from Settings > Credits." sidebarTitle: "Credits" icon: "coins" --- diff --git a/interface/nodes-2.mdx b/interface/nodes-2.mdx index 4ec0d7cd8..82008ce11 100644 --- a/interface/nodes-2.mdx +++ b/interface/nodes-2.mdx @@ -1,6 +1,6 @@ --- title: "Nodes 2.0" -description: "Learn about Nodes 2.0, the new Vue-based node rendering system in ComfyUI that enables faster development and richer interactions." +description: "Nodes 2.0 moves ComfyUI node rendering from LiteGraph Canvas to a Vue-based system for faster iteration: what changed and how to enable it." sidebarTitle: "Nodes 2.0" icon: "sparkles" --- diff --git a/interface/overview.mdx b/interface/overview.mdx index f14e89062..6b14f6e06 100644 --- a/interface/overview.mdx +++ b/interface/overview.mdx @@ -1,6 +1,6 @@ --- -title: "ComfyUI Interface Overview" -description: "In this article, we will briefly introduce the basic user interface of ComfyUI, familiarizing you with the various parts of the ComfyUI interface." +title: "Interface Overview" +description: "ComfyUI interface tour covering the workspace parts used to build, organize, and debug workflows in the visual node editor." sidebarTitle: "Interface Overview" icon: "window" --- diff --git a/interface/shortcuts.mdx b/interface/shortcuts.mdx index cbc8e5f7b..5d6914627 100644 --- a/interface/shortcuts.mdx +++ b/interface/shortcuts.mdx @@ -1,6 +1,6 @@ --- -title: "ComfyUI Keyboard Shortcuts and Custom Settings" -description: "Keyboard and mouse shortcuts for ComfyUI and related settings" +title: "Keyboard and Mouse Shortcuts" +description: "ComfyUI keyboard and mouse shortcuts: the full default list, plus how to view and customize keybindings in the in-app settings menu." sidebarTitle: "Keybinding" icon: "keyboard" --- diff --git a/manager/configuration.mdx b/manager/configuration.mdx index d33d36e86..2215d3606 100644 --- a/manager/configuration.mdx +++ b/manager/configuration.mdx @@ -1,7 +1,7 @@ --- -title: Configuration +title: "ComfyUI-Manager Configuration" sidebarTitle: Config -description: Configure ComfyUI-Manager settings +description: "ComfyUI-Manager configuration reference: config.ini paths and options, security levels, and the protected system path introduced in V3.38." --- ## Configuration paths diff --git a/manager/troubleshooting.mdx b/manager/troubleshooting.mdx index 329215164..1ab308559 100644 --- a/manager/troubleshooting.mdx +++ b/manager/troubleshooting.mdx @@ -1,7 +1,7 @@ --- -title: Troubleshooting +title: "ComfyUI-Manager Troubleshooting" sidebarTitle: Troubleshooting -description: Resolve common ComfyUI-Manager issues +description: "ComfyUI-Manager troubleshooting: fixes for custom git executable paths in config.ini, Manager self-update failures, and install errors." --- ## Common issues diff --git a/specs/workflow_json.mdx b/specs/workflow_json.mdx index 42102c51d..ae25ed74b 100644 --- a/specs/workflow_json.mdx +++ b/specs/workflow_json.mdx @@ -1,6 +1,6 @@ --- title: "Workflow JSON" -description: "JSON schema for a ComfyUI workflow." +description: "Workflow JSON schema for the ComfyUI workflow file format (v1.0 plus legacy v0.4), covering nodes, links, groups, and version fields." --- The workflow JSON is defined using [JSON Schema](https://json-schema.org/). Changes to this schema will be discussed in the [rfcs repo](https://github.com/comfy-org/rfcs). diff --git a/troubleshooting/custom-node-issues.mdx b/troubleshooting/custom-node-issues.mdx index 1d6e17aac..84e2116d8 100644 --- a/troubleshooting/custom-node-issues.mdx +++ b/troubleshooting/custom-node-issues.mdx @@ -1,6 +1,6 @@ --- -title: "How to Troubleshoot and Solve ComfyUI Issues" -description: "Troubleshoot and fix problems caused by custom nodes and extensions" +title: "Troubleshooting Custom Node Issues" +description: "Fix ComfyUI custom node issues: disable all custom nodes with --disable-all-custom-nodes, then binary-search to isolate, fix, or remove the broken node." icon: "puzzle-piece" sidebarTitle: "Custom Node Issues" --- diff --git a/troubleshooting/overview.mdx b/troubleshooting/overview.mdx index 0cd704b92..3fc6efaf4 100644 --- a/troubleshooting/overview.mdx +++ b/troubleshooting/overview.mdx @@ -1,6 +1,6 @@ --- title: "How to Troubleshoot and Solve ComfyUI Issues" -description: "Common ComfyUI issues, solutions, and how to report bugs effectively" +description: "ComfyUI troubleshooting guide: rule out custom nodes first, fix common core issues, and file a bug report with the right details." icon: "lightbulb" sidebarTitle: "Overview" --- diff --git a/tutorials/3d/hunyuan3D-2.mdx b/tutorials/3d/hunyuan3D-2.mdx index ba1cca124..40df0f009 100644 --- a/tutorials/3d/hunyuan3D-2.mdx +++ b/tutorials/3d/hunyuan3D-2.mdx @@ -1,6 +1,6 @@ --- title: "ComfyUI Hunyuan3D-2 Examples" -description: "This guide will demonstrate how to use Hunyuan3D-2 in ComfyUI to generate 3D assets." +description: "Hunyuan3D 2.0 in ComfyUI: generate textured 3D models from text or images with Tencent's open-source two-stage model, geometry first, then textures." sidebarTitle: "Hunyuan3D-2" --- diff --git a/tutorials/audio/ace-step/ace-step-v1.mdx b/tutorials/audio/ace-step/ace-step-v1.mdx index c818ef6ad..56b9d7549 100644 --- a/tutorials/audio/ace-step/ace-step-v1.mdx +++ b/tutorials/audio/ace-step/ace-step-v1.mdx @@ -1,6 +1,6 @@ --- title: "ComfyUI ACE-Step Native Example" -description: "This guide will help you create dynamic music using the ACE-Step model in ComfyUI" +description: "ACE-Step music generation in ComfyUI: text-to-music and music editing workflows with the Apache-2.0 open-source model from StepFun and ACE Studio." sidebarTitle: "ACE-Step 1.0" --- diff --git a/tutorials/basic/inpaint.mdx b/tutorials/basic/inpaint.mdx index 0ca071d56..c43d6afab 100644 --- a/tutorials/basic/inpaint.mdx +++ b/tutorials/basic/inpaint.mdx @@ -1,6 +1,6 @@ --- title: ComfyUI Inpainting Workflow -description: This guide will introduce you to the inpainting workflow in ComfyUI, walk you through an inpainting example, and cover topics like using the mask editor +description: "ComfyUI inpainting tutorial: edit parts of an image, draw masks with the mask editor, and connect the VAE Encode (for Inpainting) node in a workflow." sidebarTitle: "Inpaint" --- diff --git a/tutorials/basic/outpaint.mdx b/tutorials/basic/outpaint.mdx index f21de5153..6271c0c91 100644 --- a/tutorials/basic/outpaint.mdx +++ b/tutorials/basic/outpaint.mdx @@ -1,6 +1,6 @@ --- -title: "ComfyUI Outpainting Workflow Example" -description: This guide will introduce you to the outpainting workflow in ComfyUI and walk you through an outpainting example +title: "Outpainting Workflow Example" +description: "Outpainting workflow in ComfyUI: extend an image beyond its borders using the Pad Image for Outpainting node and inpainting-model techniques." sidebarTitle: "Outpaint" --- diff --git a/tutorials/controlnet/controlnet.mdx b/tutorials/controlnet/controlnet.mdx index ee3cc5521..6d911e355 100644 --- a/tutorials/controlnet/controlnet.mdx +++ b/tutorials/controlnet/controlnet.mdx @@ -1,6 +1,6 @@ --- title: "ComfyUI ControlNet Usage Example" -description: "This guide will introduce you to the basic concepts of ControlNet and demonstrate how to generate corresponding images in ComfyUI" +description: "ControlNet in ComfyUI: control image generation with condition images instead of trial-and-error prompting, plus a step-by-step workflow example." sidebarTitle: "ControlNet" --- diff --git a/tutorials/controlnet/depth-controlnet.mdx b/tutorials/controlnet/depth-controlnet.mdx index 6f74b92f5..dcbfa48f2 100644 --- a/tutorials/controlnet/depth-controlnet.mdx +++ b/tutorials/controlnet/depth-controlnet.mdx @@ -1,6 +1,6 @@ --- -title: "ComfyUI Depth ControlNet Usage Example" -description: "This guide will introduce you to the basic concepts of Depth ControlNet and demonstrate how to generate corresponding images in ComfyUI" +title: "Depth ControlNet Workflow Example" +description: "Depth ControlNet workflow in ComfyUI: how depth maps encode distance, and how to use one to control scene structure during image generation." sidebarTitle: "Depth ControlNet" --- diff --git a/tutorials/flux/flux-1-controlnet.mdx b/tutorials/flux/flux-1-controlnet.mdx index a3dc55185..2b6610b57 100644 --- a/tutorials/flux/flux-1-controlnet.mdx +++ b/tutorials/flux/flux-1-controlnet.mdx @@ -1,6 +1,6 @@ --- title: "ComfyUI Flux.1 ControlNet Examples" -description: "This guide will demonstrate workflow examples using Flux.1 ControlNet." +description: "FLUX.1 Canny and Depth workflow examples for ComfyUI: add ControlNet-style structural control to FLUX.1 with Black Forest Labs' FLUX.1 Tools." sidebarTitle: "Flux.1 ControlNet" --- diff --git a/tutorials/flux/flux-1-kontext-dev.mdx b/tutorials/flux/flux-1-kontext-dev.mdx index 558ecbc13..7cd54fc31 100644 --- a/tutorials/flux/flux-1-kontext-dev.mdx +++ b/tutorials/flux/flux-1-kontext-dev.mdx @@ -1,6 +1,6 @@ --- title: "ComfyUI Flux Kontext Dev Native Workflow Example" -description: "ComfyUI Flux Kontext Dev Native Workflow Example." +description: "FLUX.1 Kontext Dev workflow for ComfyUI: edit images with text and image input using Black Forest Labs' open-source 12B multimodal editing model." sidebarTitle: "Flux.1 Kontext Dev" --- diff --git a/tutorials/image/ideogram/ideogram-v4.mdx b/tutorials/image/ideogram/ideogram-v4.mdx index 8a7b73b58..84149d8e1 100644 --- a/tutorials/image/ideogram/ideogram-v4.mdx +++ b/tutorials/image/ideogram/ideogram-v4.mdx @@ -1,6 +1,6 @@ --- title: "ComfyUI Ideogram 4.0 Open-Source Model Tutorial" -description: "Learn how to use the Ideogram 4.0 open-source model in ComfyUI" +description: "Ideogram 4.0 in ComfyUI: run Ideogram's open-source text-to-image model locally, with accurate text rendering and JSON or natural-language style prompts." sidebarTitle: "Ideogram 4.0" --- diff --git a/tutorials/partner-nodes/luma/luma-image-to-video.mdx b/tutorials/partner-nodes/luma/luma-image-to-video.mdx index 0bb481115..fadc6ea3a 100644 --- a/tutorials/partner-nodes/luma/luma-image-to-video.mdx +++ b/tutorials/partner-nodes/luma/luma-image-to-video.mdx @@ -1,6 +1,6 @@ --- -title: "Luma Image to Video Partner Nodes ComfyUI Official Example" -description: "Learn how to use the Luma Image to Video Partner node in ComfyUI" +title: "Luma Image to Video Partner Node" +description: "Luma Image to Video Partner node workflow: convert a static image into video in ComfyUI, including required credits and node parameters." sidebarTitle: "Luma Image to Video" --- diff --git a/tutorials/partner-nodes/overview.mdx b/tutorials/partner-nodes/overview.mdx index 1b36aa82e..3ed50bf05 100644 --- a/tutorials/partner-nodes/overview.mdx +++ b/tutorials/partner-nodes/overview.mdx @@ -1,6 +1,6 @@ --- title: "Partner Nodes" -description: "In this article, we will introduce ComfyUI's Partner Nodes and related information." +description: "Partner Nodes call closed-source models such as OpenAI, Kling, and Luma through API requests inside ComfyUI: what they are, credits, and how to use them." sidebarTitle: "Overview" --- diff --git a/tutorials/partner-nodes/pricing.mdx b/tutorials/partner-nodes/pricing.mdx index 8e294a6cf..c026960eb 100644 --- a/tutorials/partner-nodes/pricing.mdx +++ b/tutorials/partner-nodes/pricing.mdx @@ -1,6 +1,6 @@ --- -title: "Pricing" -description: "This article lists the pricing of the current Partner Nodes." +title: "Partner Node Pricing" +description: "Partner Node pricing in credits for every provider, including Anthropic, OpenAI, Kling, and Luma, broken down by model, token type, and generation type." sidebarTitle: "Pricing" mode: "wide" --- diff --git a/tutorials/video/wan/wan-ati.mdx b/tutorials/video/wan/wan-ati.mdx index 849ffdb35..c229c0409 100644 --- a/tutorials/video/wan/wan-ati.mdx +++ b/tutorials/video/wan/wan-ati.mdx @@ -1,6 +1,6 @@ --- -title: "Wan ATI ComfyUI Native Workflow Tutorial" -description: "Using trajectory control for video generation." +title: "Wan ATI Native Workflow" +description: "Wan ATI trajectory control in ComfyUI: draw trajectories to direct object, region, and camera motion in generated video, built on Wan2.1." sidebarTitle: "WAN2l1 ATI" ---