ComfyUI Embedded Documentation

0.4.3 · active · verified Sat Apr 11

ComfyUI-embedded-docs is a Python package that provides offline documentation and help resources specifically for ComfyUI's core nodes. It bundles Markdown files and associated assets, making node-specific documentation accessible directly within the ComfyUI interface. The package maintains an active development status with regular updates, typically published to PyPI upon changes to its `pyproject.toml` on the main branch.

Warnings

Install

Quickstart

After installation, launch your ComfyUI instance. To view documentation for any core node, click on the node in your workflow, then click the 'node info' icon (often a '?' or 'i' symbol) in the selection toolbox. This will open a documentation page directly within ComfyUI, providing details about the node's function, inputs, and outputs.

pip install comfyui-embedded-docs
# Now, launch ComfyUI (e.g., python main.py)
# Then, within the ComfyUI UI, you can access the embedded documentation.

view raw JSON →