ComfyUI_Fill-Nodes
Variety of Utility and Post-Process Nodes
- Image Randomizer: This node allows you to pull images from a directory either in sequence or at random. It uses a seed value to ensure continuous pulling of new images, making it useful for cycling through images, style variation, and batch processing.
- Image Captioning Saver: Takes an input image and saves a matching .txt file with the desired caption. It overwrites both files on each run, making it suitable for saving captions for images.
- Dimension Display: Simply displays the dimensions of an image in a string for monitoring purposes, eliminating the need for INTS.
- Pixelator: A custom effect that bit reduces an image and converts it to black and white, providing a unique visual effect.
- Audio Tools (Work in Progress): Includes nodes for loading audio, scanning for BPM, cropping audio to desired bars and duration, and combining audio with VHS video.
- Directory Crawler: Loads all images in a directory and its subdirectories.
- Raw Code Node: Allows loading Python code for development within Comfy without the need to reload the instance each time.
- Glitch: A video and image effect that slices up the image or video to create a glitching feel.
- Ripple: A video and image effect that creates a rippling effect on the video or image.
- Pixel Sort: A heavy operation node that takes 5-10 seconds per frame to sort pixels in a video or image.
- Hexagon: Masks the image or video in slices, allowing each slice to act as its own video or image when rotating and adjusting parameters.
- Ascii: Provides a variety of styles for converting images and videos into ASCII art, including the use of Alt Codes for different effects.
- Prompt Selector: A simple node for selecting or randomizing prompts, useful for iterating through a list of prompts.
- Random Number Range: Randomizes numbers within a selected range, useful for scenarios where randomized numbers are needed within a specific range.
- Half Tone FX: Creates a black and white half-tone effect on images and videos, offering interesting visual effects.
Comments
None