Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nickve28/comfyui-nich-utils

Several (currently one WIP) comfyUI utilities
https://github.com/nickve28/comfyui-nich-utils

Last synced: about 1 month ago
JSON representation

Several (currently one WIP) comfyUI utilities

Awesome Lists containing this project

README

        

# Nich Comfy Utils

**This library is still in early development! It will likely contain bugs or oddities**

This library contains utility nodes for comfyUI.

## Image from Dir Selector

### Breaking change
- This node no longer contains the 'selected image' text box. This one was very unstable when loading / running multiple workflows. Please connect a text output to the filename output(s) if you want to retain what image was used in your workflow. This change should make it more idiomatic and reliable to use.

This node will select a random image from the provided folder. It allows for
- Pinning a single image (if you want to keep using the selected image).
- Allows searching within subdirectories of the given directory path (optional).
- Filtering on a regular expression, for if you want to sample specific files only (optional).

### Example Use cases:
- Selecting a random image for IPadapter
- Cycling controlnet poses
- Cycling only through a subset of images (regular expression knowledge required).

## Select Text with Regular Expression

This node allows selecting parts of text using a regular expression, with a delimiter (default = whitespace)

### Example Use cases:
- Select a subset of a prompt

# Open work
- Improve code
- Add tests
- More nodes!