ComfyUI Custom Nodes

January 15, 2026 ยท View on GitHub

Custom nodes that extend the capabilities of ComfyUI

Supporting me ๐Ÿ’–

If you enjoy my work, consider supporting me. Your help means a lot and allows me to keep creating new and exciting projects. Thank you!

List Nodes:

NameDescriptionComfyUI category
PoseNodeThe node set pose ControlNetAlekPet Node/image
PainterNodeThe node set sketch, scrumble image ControlNet and other nodesAlekPet Node/image
GoogleTranslateTextNodeThe node translate promt uses module googletrans from other languages into english and return stringAlekPet Node/conditioning
GoogleTranslateCLIPTextEncodeNodeThe node translate promt uses module googletrans from other languages into english, and return conditioningAlekPet Node/text
DeepTranslatorTextNodeThe node translate promt uses module Deep Translator from other languages into english and return stringAlekPet Node/text
DeepTranslatorCLIPTextEncodeNodeThe node translate promt uses module Deep Translator from other languages into english, and return conditioningAlekPet Node/conditioning
ArgosTranslateTextNodeThe node translate promt uses module Argos Translator from other languages into english and return stringAlekPet Node/text
ArgosTranslateCLIPTextEncodeNodeThe node translate promt uses module Argos Translator from other languages into english, and return conditioningAlekPet Node/conditioning
ChatGLM4TranslateTextNodeThis translator node uses artificial intelligence to translate prompts and return stringAlekPet Node/text
ChatGLM4TranslateCLIPTextEncodeNodeThis translator node uses artificial intelligence to translate prompts and return conditioningAlekPet Node/conditioning
ChatGLM4InstructNodeThis node uses artificial intelligence to generate promptAlekPet Node/Instruct
ChatGLM4InstructMediaNodeThis node uses artificial intelligence to describe what is shown in the mediaAlekPet Node/Instruct
ChatGLMImageGenerateNodeThis is a node that generates an image based on a text promptAlekPet Node/image
ChatGLMVideoGenerateNodeThis is a node that generates an video based on a text prompt or image.AlekPet Node/video
PreviewTextNodeThe node displays the input textAlekPet Node/extras
ColorsCorrectNodeThe node for correcting image colorsAlekPet Node/extras
HexToHueNodeThe node convert HEX color to HUE (degrees and normal [-0.5, 0.5])AlekPet Node/extras
IDENodeThe node that allows you to run code written in Python or Javascript directly in the nodeAlekPet Node/experiments

Installing

  1. Download from github repositorie ComfyUI_Custom_Nodes_AlekPet, extract folder ComfyUI_Custom_Nodes_AlekPet, and put in custom_nodes

Folder stucture:

custom_nodes
   |-- ComfyUI_Custom_Nodes_AlekPet
       |---- folders nodes
       |---- __init__.py
       |---- LICENSE
       |---- README.md
  1. Run Comflyui and nodes will be installed automatically....

Installing use git

  1. Install Git
  2. Go to folder ..\ComfyUI\custom_nodes
  3. Run cmd.exe

    Windows:

    Variant 1: In folder click panel current path and input cmd and press Enter on keyboard

    Variant 2: Press on keyboard Windows+R, and enter cmd.exe open window cmd, enter cd /d your_path_to_custom_nodes, Enter on keyboard

  4. Enter git clone https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet.git
  5. After this command be created folder ComfyUI_Custom_Nodes_AlekPet
  6. Run Comflyui....