ComfyUI Embedded Documentation
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
- gotcha Outdated or missing node help documentation is a common issue if ComfyUI's core dependencies, including `comfyui-embedded-docs`, are not updated alongside the main ComfyUI application.
- gotcha This package provides documentation for *core* ComfyUI nodes. If you encounter issues with custom nodes (e.g., they don't load, cause errors, or their documentation is missing/incorrect), the problem likely lies within the custom node's implementation or its own documentation, not this package.
- gotcha When contributing to the documentation or making local changes, a standard `pip install` will not reflect your modifications immediately.
Install
-
pip install comfyui-embedded-docs
Quickstart
pip install comfyui-embedded-docs # Now, launch ComfyUI (e.g., python main.py) # Then, within the ComfyUI UI, you can access the embedded documentation.