-
Notifications
You must be signed in to change notification settings - Fork 1
Home
github-actions[bot] edited this page Aug 17, 2026
·
7 revisions
Welcome to the ComfyUI zyd232 Nodes Wiki! Here each node is documented individually with its features, inputs/outputs, parameters, and usage tips.
This Wiki is auto-synced from the
wiki/directory in the repository via GitHub Actions.
| Node | Category | Description | Docs |
|---|---|---|---|
| LLM Text Generator | zyd232 Nodes/LLM |
Connect to any OpenAI-compatible LLM service for text generation. Supports multiple images/videos/audio, streaming display, config presets, and result locking. | 📄 Docs |
| Images Pixels Compare | zyd232 Nodes |
Compare two images at the pixel level to check if they are identical; outputs a boolean. | 📄 Docs |
| Save Preview Images | zyd232 Nodes |
Save images (PNG/JPG) with quality, metadata, custom path, workflow JSON, and preview options. | 📄 Docs |
| Mask Batch Blend | zyd232 Nodes |
Blend multiple masks into one using add / max / average operations. | 📄 Docs |
cd ComfyUI/custom_nodes
git clone https://github.com/zyd232/ComfyUI-zyd232-Nodes.gitRestart ComfyUI. The nodes will appear under the zyd232 Nodes category.
Then type a node name in the node search box to find it.
All nodes are registered under the zyd232 Nodes category; the LLM node is in the zyd232 Nodes/LLM subcategory.
| Node | Class name (NODE_CLASS_MAPPINGS key) |
|---|---|
| LLM Text Generator | zyd232 LLMGenerator |
| Images Pixels Compare | zyd232 ImagesPixelsCompare |
| Save Preview Images | zyd232_SavePreviewImages |
| Mask Batch Blend | zyd232 MaskBatchBlend |