Extensions/ComfyUI-GZNodes
ComfyUI Extension

ComfyUI-GZNodes

Various quality of life -nodes for ComfyUI, mostly just visual stuff to improve usability.

By shines77·Created 3 days ago·Updated a day ago· 1
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

  1. Clone this repo into custom_nodes folder of ComfyUI.
cd {Your_ComfyUI_Folder}/custom_nodes
git clone https://github.com/shines77/ComfyUI-GZNodes
  1. Install dependencies: pip install -r requirements.txt or if you use the portable install ComfyUI, run this in ComfyUI_windows_portable folder:
python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-KJNodes\requirements.txt

Repository