Skip to content
github-actions[bot] edited this page Aug 29, 2026 · 8 revisions

ComfyUI zyd232 Nodes — Wiki

简体中文

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 Index

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

🚀 Quick Start

cd ComfyUI/custom_nodes
git clone https://github.com/zyd232/ComfyUI-zyd232-Nodes.git

Restart ComfyUI. The nodes will appear under the zyd232 Nodes category.

Then type a node name in the node search box to find it.


🧩 Node Reference

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
LLM Unload zyd232 LLMUnload
Images Pixels Compare zyd232 ImagesPixelsCompare
Save Preview Images zyd232_SavePreviewImages
Mask Batch Blend zyd232 MaskBatchBlend

📖 Node Documentation


🌐 Languages

Clone this wiki locally