AlekPet/ComfyUI_Custom_Nodes_AlekPet
Nodes: PoseNode, PainterNode, TranslateTextNode, TranslateCLIPTextEncodeNode, DeepTranslatorTextNode, DeepTranslatorCLIPTextEncodeNode, ArgosTranslateTextNode, ArgosTranslateCLIPTextEncodeNode, PreviewTextNode, HexToHueNode, ColorsCorrectNode, IDENode.
Nodes (18)
Offline translation straight into conditioning
The offline translator, no internet or API key required
Ask a vision LLM what's in your image
Turn a rough idea into a full prompt with an LLM
LLM translation fused straight into conditioning
An LLM doing your prompt translation instead of a dictionary lookup
Call Z.ai's hosted image model from inside ComfyUI
Hosted CogVideoX generation from a ComfyUI node
Brightness, contrast, saturation and hue in one node
Multi-service translation fused into your CLIP encode
Pick your translation engine instead of being stuck with one
Translate and encode in one node
Translate any prompt into English before it hits your model
Convert a hex color into the hue number other nodes actually want
Run your own Python or JavaScript right inside the node graph
Draw your ControlNet input without leaving ComfyUI
Pose a skeleton by hand for ControlNet, no reference photo needed
The missing 'just show me the string' node
ComfyUI Custom Nodes
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:
| Name | Description | ComfyUI category | | :------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------: | :-----------------------: | | PoseNode | The node set pose ControlNet | AlekPet Node/image | | PainterNode | The node set sketch, scrumble image ControlNet and other nodes | AlekPet Node/image | | GoogleTranslateTextNode | The node translate promt uses module googletrans from other languages into english and return string | AlekPet Node/conditioning | | GoogleTranslateCLIPTextEncodeNode | The node translate promt uses module googletrans from other languages into english, and return conditioning | AlekPet Node/text | | DeepTranslatorTextNode | The node translate promt uses module Deep Translator from other languages into english and return string | AlekPet Node/text | | DeepTranslatorCLIPTextEncodeNode | The node translate promt uses module Deep Translator from other languages into english, and return conditioning | AlekPet Node/conditioning | | ArgosTranslateTextNode | The node translate promt uses module Argos Translator from other languages into english and return string | AlekPet Node/text | | ArgosTranslateCLIPTextEncodeNode | The node translate promt uses module Argos Translator from other languages into english, and return conditioning | AlekPet Node/conditioning | | ChatGLM4TranslateTextNode | This translator node uses artificial intelligence to translate prompts and return string | AlekPet Node/text | | ChatGLM4TranslateCLIPTextEncodeNode | This translator node uses artificial intelligence to translate prompts and return conditioning | AlekPet Node/conditioning | | ChatGLM4InstructNode | This node uses artificial intelligence to generate prompt | AlekPet Node/Instruct | | ChatGLM4InstructMediaNode | This node uses artificial intelligence to describe what is shown in the media | AlekPet Node/Instruct | | ChatGLMImageGenerateNode | This is a node that generates an image based on a text prompt | AlekPet Node/image | | ChatGLMVideoGenerateNode | This is a node that generates an video based on a text prompt or image. | AlekPet Node/video | | PreviewTextNode | The node displays the input text | AlekPet Node/extras | | ColorsCorrectNode | The node for correcting image colors | AlekPet Node/extras | | HexToHueNode | The node convert HEX color to HUE (degrees and normal [-0.5, 0.5]) | AlekPet Node/extras | | IDENode | The node that allows you to run code written in Python or Javascript directly in the node | AlekPet Node/experiments |
Installing
- 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
- Run Comflyui and nodes will be installed automatically....
Installing use git
- Install Git
- Go to folder ..\ComfyUI\custom_nodes
- 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
- Enter
git clone https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet.git - After this command be created folder ComfyUI_Custom_Nodes_AlekPet
- Run Comflyui....