ComfyUI Extension
ComfyUI-GZNodes
Various quality of life -nodes for ComfyUI, mostly just visual stuff to improve usability.
shines77/ComfyUI-GZNodes
Nodes—
On cloudLocal install
Stars1
Updateda day ago
Readme
GZNodes for ComfyUI
[English | 中文]
Introduction
Various custom nodes for ComfyUI.
ComfyUI offical page: https://registry.comfy.org/nodes/comfyui-gznodes
Command-line installation
Installation command:
comfy node install comfyui-gznodes
Manual installation
- Clone this repo into
custom_nodesfolder ofComfyUI.
cd {Your_ComfyUI_Folder}/custom_nodes
git clone https://github.com/shines77/ComfyUI-GZNodes
- Install dependencies:
pip install -r requirements.txtor if you use the portable installComfyUI, run this inComfyUI_windows_portablefolder:
python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-KJNodes\requirements.txt