Embedded documentation for ComfyUI nodes
Project description
comfyui_embedded_docs
[!NOTE] This is only for core nodes. For embedded custom node documentation, please see https://docs.comfy.org/custom-nodes/help_page
Updating Documentation
Each core node should have a folder containing its node name, then a two letter locale.md, and potentially any assets along with it in the same folder.
See FluxProUltraImageNode as an example.
[!NOTE] A fallback is simply docs/NodeName.md, but this is discouraged.
Previewing Changes Locally
To preview your documentation changes in ComfyUI:
-
Install editable version (optional but recommended):
# If you have one, activate your ComfyUI virtual environment first pip uninstall comfyui-embedded-docs # Remove existing PyPI version pip install -e /path/to/embedded-docs/ # Install editable version
-
Launch and preview:
- Start ComfyUI
- Refresh the frontend tab after making documentation changes
[!TIP] The editable installation allows you to see changes immediately after copying files, without reinstalling the package.
Publishing
The package is automatically published to PyPI when:
- You manually trigger the workflow (Actions → Publish to PyPI → Run workflow)
- You push changes to
pyproject.tomlon the main branch - A pull request that modifies
pyproject.tomlis merged to main
The publishing workflow:
- Builds the package using
python -m build - Publishes to PyPI using the configured PYPI_TOKEN secret
Linting
To ensure minimal consistency across nodes documentation, it is recommended to follow the Markdown linting principles. Some of the linting issues can be fixed automatically with the shell script below. Note this requires to install markdownlint-cli.
# Install markdownlint-cli
# If you encounter the error npm.ps1 cannot be loaded because running scripts is disabled on this system
# Run this command: Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
npm install -g markdownlint-cli
# Fix linting issues in all markdown files under docs directory,using shell script (Linux)
bash fix_markdown.sh
# Fix linting issues for a specific node's documentation
bash fix_markdown.sh ClipLoader # This will only check files in comfyui_embedded_docs/docs/ClipLoader/
# Or fix linting issues in markdown files, using powershell script (Windows)
powershell -ExecutionPolicy Bypass -File fix_markdown.ps1
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file comfyui_embedded_docs-0.2.2.tar.gz.
File metadata
- Download URL: comfyui_embedded_docs-0.2.2.tar.gz
- Upload date:
- Size: 572.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fe54d145970185b89a0a09ccda8a29e295a832c0044baf40dcdfbe741438d59
|
|
| MD5 |
9656a58b6bcd3ff987bc85224abb203c
|
|
| BLAKE2b-256 |
4cb7a26af9088f3cc37fe51d9c603e0f2ed6a35f6c7ea941df6d46fd7910a22d
|
File details
Details for the file comfyui_embedded_docs-0.2.2-py3-none-any.whl.
File metadata
- Download URL: comfyui_embedded_docs-0.2.2-py3-none-any.whl
- Upload date:
- Size: 879.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e0b4c905034e3b193210de5c7a81bf473ef73d6d1623a17a6ae76c8382fdca7
|
|
| MD5 |
dd57d0c852a4ed8bcb7ba3c38da449a2
|
|
| BLAKE2b-256 |
ffa516f7adeaa8fa954528cec084920ae6b567c840795dbf957eb18d41e73f7e
|