
Security News
The Nightmare Before Deployment
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.
comfyui-embedded-docs
Advanced tools
[!NOTE] This is only for core nodes. For embedded custom node documentation, please see https://docs.comfy.org/custom-nodes/help_page
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.
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:
[!TIP] The editable installation allows you to see changes immediately after copying files, without reinstalling the package.
The package is automatically published to PyPI when:
pyproject.toml on the main branchpyproject.toml is merged to mainThe publishing workflow:
python -m buildTo 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
FAQs
Embedded documentation for ComfyUI nodes
We found that comfyui-embedded-docs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.

Research
/Security News
Impostor NuGet package Tracer.Fody.NLog typosquats Tracer.Fody and its author, using homoglyph tricks, and exfiltrates Stratis wallet JSON/passwords to a Russian IP address.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.