webcolors colormath Pillow opencv-python numpy requests>=2.31.0 #math #included already
ComfyUI Sokes Nodes 🦬
=======
A small node suite for ComfyUI featuring the following nodes:
| Node | Description |
| — | — |
| Current Date & Time | Add the current date and or time to the filename with custom formatting. E.g. YYYY-MM-DD
|
| Empty Latent Selector (9 Inputs) | Useful for generating a random latent dimentions based on a fixed set |
| Get Files in Folder with Extension | Gets a list of files with a specific extension from a given folder |
| Global Folder and Project Settings | Set save folder and project name
|
| Hex to Color Name | Convert hex to descriptive color names for image-generation prompts |
| Load Random Image | Load a random image(s) and output optional alpha channel and reference image path(s)
|
| Random Number | A user friendly random number generator that supports int, float, and bool |
| Replace Text with RegEx | Useful for using RegEx for text replacement |
| Runpod Serverless | Call a Runpod serverless endpoint (text or image+text). Outputs: response_text, full_response, status, execution_time.
|
| Save File Path and Name | Save path and filename formatting.
|
| Street View Loader | Loads Google Street View images based on address or lat/lon. Outputs an image.
|
To install nodes follow these steps:
Via ComfyUI Manager
ComfyUI Sokes Nodes“Manually
git clone https://github.com/m-sokes/ComfyUI-Sokes-Nodes.git“pip install -r requirements.txt“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*
RUNPOD_API_KEY.IMAGE input; for text-only, leave it unconnected.GOOGLE_STREET_VIEW_API_KEY.There’s no offical musk ox emoji…I’ll reached out to the Unicode Consortium.
folder_path (string), file_extension (string).file_list (list of strings).file_extension input can be provided with or without a leading dot (e.g., “mp3” or “.mp3”). The output list of files will be sorted alphabetically.hex_color (string, comma-separated hex codes), use_css_name (boolean).