Skip to content

shiertier/ComfyUI_Custom_Nodes_AlekPet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComfyUI Custom Nodes

Custom nodes that extend the capabilities of ComfyUI

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
TranslateNode The node translate promt uses module googletrans from other languages into english, and return conditioning AlekPet Node/conditioning
TranslateTextNode The node translate promt uses module googletrans from other languages into english and return string AlekPet Node/text
DeepTranslatorTextNode The node translate promt uses module Deep Translator from other languages into english, and return conditioning AlekPet Node/conditioning
DeepTranslatorCLIPTextEncodeNode The node translate promt uses module Deep Translator from other languages into english and return string AlekPet Node/text
PreviewTextNode The node displays the input text AlekPet Node/extras

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....

About

Custom nodes that extend the capabilities of Comfyui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.9%
  • Python 31.1%