ComfyUI Extension
ComfyUI_ShowMe
A ComfyUI canvas overlay for notes, labels, highlights, and workflow explanations.
SKBv0/ComfyUI_ShowMe
Nodes—
On cloudLocal install
Stars34
Updated2 months ago
Readme
ShowMe
ShowMe is a ComfyUI extension that adds an annotation layer to the canvas.
It is meant for two related uses:
- Ask what a graph does, follow data flow, and inspect important nodes.
- Mark up the graph and save notes for later review.
Features
- Manual notes with brush, arrows, shapes, highlights, and text labels.
- Ask AI can read the current workflow and place explanations near the relevant nodes.
- Separate manual and AI annotation layers, so AI explanations can be replaced without deleting manual notes.
- Annotations are saved in the workflow JSON under
extra.showme_annotations.
https://github.com/user-attachments/assets/b2a4d46c-3d7e-4160-b4db-d094858147e0
Installation
Clone the repository into ComfyUI's custom_nodes folder:
cd ComfyUI/custom_nodes
git clone https://github.com/SKBv0/ComfyUI_ShowMe.git
Restart ComfyUI after installing.
Usage
- In ComfyUI's bottom-right canvas controls, click the ShowMe pencil button.
- Enable drawing when you want to mark the graph.
- Open Ask AI for graph-aware explanations.
AI Providers
Ask AI can use local or command-line providers when available:
- Ollama
- Claude CLI
- Codex CLI
Ollama defaults to:
http://127.0.0.1:11434
Notes
- Exported workflows can carry ShowMe annotations with them.
- Another ComfyUI install needs ShowMe installed to display those annotations.