This library is still in early development! It will likely contain bugs or oddities
This library contains utility nodes for comfyUI.
- 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).
- Selecting a random image for IPadapter
- Cycling controlnet poses
- Cycling only through a subset of images (regular expression knowledge required).
This node allows selecting parts of text using a regular expression, with a delimiter (default = whitespace)
- Select a subset of a prompt
- Improve code
- Add tests
- More nodes!