A collection of custom nodes for ComfyUI, including LLM text generation, image pixel comparison, image save/preview, and mask batch blending.
📖 Full documentation is available in the Wiki — each node is documented individually with its features, inputs/outputs, and usage tips.
cd ComfyUI/custom_nodes
git clone https://github.com/zyd232/ComfyUI-zyd232-Nodes.gitRestart ComfyUI. The nodes will appear under the zyd232 Nodes category.
| 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 |
| LLM Unload | zyd232 Nodes/LLM |
Send an unload signal to the LLM Server to release the model from VRAM. All parameters come from the config preset saved by the LLM Text Generator node. Supports selecting a specific model to unload. | |
| 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 |
| Merge LoRA Stacks | zyd232 Nodes |
Merge multiple lora_stack inputs into a single lora_stack output. The left-side inputs are dynamic (Autogrow) and can be added freely. | 📄 Docs |
Type a node name in the ComfyUI node search box to find it. For detailed usage of each node, click the docs link above or browse the Wiki home.
This project is released under the LICENSE.