diff --git a/built-in-nodes/Canny.mdx b/built-in-nodes/Canny.mdx index 5ce44fbd0..f69046a25 100755 --- a/built-in-nodes/Canny.mdx +++ b/built-in-nodes/Canny.mdx @@ -1,13 +1,13 @@ --- title: "Canny - ComfyUI Built-in Node Documentation" -description: "Complete documentation for the Canny node in ComfyUI. Learn its inputs, outputs, parameters and usage." +description: "The Canny node applies Canny edge detection to an image, using adjustable low/high thresholds to control sensitivity." sidebarTitle: "Canny" icon: "circle" mode: wide --- Extract all edge lines from photos, like using a pen to outline a photo, drawing out the contours and detail boundaries of objects. -## Working Principle +## How does the Canny node detect edges in ComfyUI? Imagine you are an artist who needs to use a pen to outline a photo. The Canny node acts like an intelligent assistant, helping you decide where to draw lines (edges) and where not to. diff --git a/built-in-nodes/ClipTextEncodeSdxlRefiner.mdx b/built-in-nodes/ClipTextEncodeSdxlRefiner.mdx index d47b0aed4..88fdbd283 100755 --- a/built-in-nodes/ClipTextEncodeSdxlRefiner.mdx +++ b/built-in-nodes/ClipTextEncodeSdxlRefiner.mdx @@ -1,13 +1,13 @@ --- title: "CLIPTextEncodeSDXLRefiner - ComfyUI Built-in Node Documentation" -description: "Complete documentation for the CLIPTextEncodeSDXLRefiner node in ComfyUI. Learn its inputs, outputs, parameters and usage." +description: "CLIPTextEncodeSDXLRefiner encodes text prompts specifically for the SDXL refiner stage, improving detail in the final image pass." sidebarTitle: "CLIPTextEncodeSDXLRefiner" icon: "circle" mode: wide --- This node is specifically designed for the SDXL Refiner model to convert text prompts into conditioning information by incorporating aesthetic scores and dimensional information to enhance the conditions for generation tasks, thereby improving the final refinement effect. It acts like a professional art director, not only conveying your creative intent but also injecting precise aesthetic standards and specification requirements into the work. -## About SDXL Refiner +## What is the CLIPTextEncodeSDXLRefiner node used for in SDXL workflows? SDXL Refiner is a specialized refinement model that focuses on enhancing image details and quality based on the SDXL base model. This process is like having an art retoucher: diff --git a/built-in-nodes/GLSLShader.mdx b/built-in-nodes/GLSLShader.mdx index 6c5f0e961..9cf59985a 100644 --- a/built-in-nodes/GLSLShader.mdx +++ b/built-in-nodes/GLSLShader.mdx @@ -1,6 +1,6 @@ --- title: "GLSLShader - ComfyUI Built-in Node Documentation" -description: "Complete documentation for the GLSLShader node in ComfyUI. Learn its inputs, outputs, parameters and usage." +description: "GLSLShader lets you write custom GLSL fragment shaders directly inside a ComfyUI node to process images in real time." sidebarTitle: "GLSLShader" icon: "circle" mode: wide @@ -11,7 +11,7 @@ The **GLSL Shader** node lets you write custom fragment shaders in **GLSL ES 3.0 The GLSL Shader node is currently marked as **experimental**, so the node may be updated and extended in future releases. -## Minimal Shader +## What is the GLSLShader node, and how do you write a custom shader in ComfyUI? The simplest possible shader - a passthrough that outputs the input image unchanged: diff --git a/built-in-nodes/OpenAIDalle2.mdx b/built-in-nodes/OpenAIDalle2.mdx index 4e33e9b12..2d7f433cc 100644 --- a/built-in-nodes/OpenAIDalle2.mdx +++ b/built-in-nodes/OpenAIDalle2.mdx @@ -1,6 +1,6 @@ --- title: "OpenAIDalle2 - ComfyUI Built-in Node Documentation" -description: "Complete documentation for the OpenAIDalle2 node in ComfyUI. Learn its inputs, outputs, parameters and usage." +description: "The OpenAIDalle2 node sends prompts to OpenAI's DALL-E 2 API and returns generated images directly into your ComfyUI workflow." sidebarTitle: "OpenAIDalle2" icon: "circle" mode: wide @@ -9,7 +9,7 @@ mode: wide Generates images synchronously via OpenAI's DALL·E 2 endpoint. -## How It Works +## How does the OpenAI DALL-E 2 node generate images in ComfyUI? This node connects to OpenAI's DALL·E 2 API to create images based on text descriptions. When you provide a text prompt, the node sends it to OpenAI's servers which generate corresponding images and return them to ComfyUI. The node can operate in two modes: standard image generation using just a text prompt, or image editing mode when both an image and mask are provided. In editing mode, it uses the mask to determine which parts of the original image should be modified while keeping other areas unchanged. diff --git a/community/links.mdx b/community/links.mdx index 0a71b0c6a..1d828a2ce 100644 --- a/community/links.mdx +++ b/community/links.mdx @@ -1,8 +1,10 @@ --- title: "Community links" -description: "Connect with the ComfyUI community through various platforms" +description: "Join the ComfyUI community on Discord (7000 members), GitHub Discussions, and Reddit for support and workflow sharing." --- +## Where can you get ComfyUI support? Discord, GitHub, and 3 other community channels + Join the ComfyUI community and get help, share your work, and stay updated with the latest developments. diff --git a/index.mdx b/index.mdx index a9d1f8b91..a094c39b9 100644 --- a/index.mdx +++ b/index.mdx @@ -1,6 +1,6 @@ --- title: "ComfyUI Official Documentation" -description: "ComfyUI Official Documentation" +description: "ComfyUI is a node-based interface for building Stable Diffusion and AI image workflows - install and run your first workflow in under 5 mins." icon: "book-open" sidebarTitle: "Introduction" mode: "frame" @@ -56,7 +56,7 @@ The most powerful open source node-based application for generative AI {/* Getting Started Section */}
-

Getting Started

+

What is ComfyUI, and how do you create your first workflow?