ComfyUI Extension: ComfyUI Sokes Nodes
Nodes: Current Date, Latent Switch x9, Replace Text with RegEx, Load Random Image, Hex to Color Name, Random Number
Custom Nodes (5)
README
ComfyUI Sokes Nodes 🦬
A small node suite for ComfyUI featuring the following nodes:
| Node | Description | | --- | --- | | Current Date with Custom Formatting | Useful for file saving organization. E.g. YYYY-MM-DD | | Empty Latent Selector (9 Inputs) | Useful for exporting a random latent dimentions based on a fixed set | | Replace Text with RegEx | Useful for using RegEx for text replacement | | Load Random Image | Useful for grabbing a random image (and mask) and for referencing the path later in the flow | | Hex to Color Name | Useful for converting Hex to descriptive color names for image-generation prompts |
Instalation
To install nodes follow these steps:
Via ComfyUI Manager
- Open ComfyUI Manager
- Open Custom Nodes Manager
- Search for
ComfyUI Sokes Nodes
- Click Install
Manually
- Open a terminal or a command line interface.
- Navigate to the ComfyUI/custom_nodes/ directory.
- Run the following command:
git clone https://github.com/m-sokes/ComfyUI-Sokes-Nodes.git
- Activate your environment (assuming there is one)
pip install -r requirements.txt
- Restart ComfyUI.
What is ComfyUI?
ComfyUI is a node based interface and backend for all things AI related, including image, video, audio, and text generation.
Recommended ComfyUI extension: ComfyUI-Manager
Why a bison 🦬 emoji?
There's no offical musk ox emoji...I'll reached out to the Unicode Consortium.
Future Node Concepts
- [ ] Prompt Styler node with custom categories based on json file(s)
- [ ] Palette-to-Prompt Builder