ComfyUI Extension: ComfyUI-TinyBee
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
A collection of custom nodes for ComfyUI, designed to provide utility functions for list processing, file management, and more.
Looking for a different extension?
Custom Nodes (76)
- Auto Seed
- Combine Lists
- Combine Properties
- CSV Parser
- Decorate List
- Dictionary Lookup
- Encode Any Properties (Dynamic)
- Encode Any Property
- Face Body Aspect Bounds
- File Metadata
- Filter Existing Files
- Filter List
- Filter Words
- Float Compare
- Floats to Rect
- Float to Int
- Float to String
- Force Aspect On Bounds
- Get File List
- Get List From File
- Get Mask Bounding Box
- Grid Divider
- Grid Maker (Dynamic)
- Images From Batch
- Incrementer
- Indexed Entry
- Int Compare
- Interpolate Frames
- Intersect Rects
- Ints to Rect
- Int to Boolean
- Int to Float
- Int to Leading String
- Is String Empty
- Iterate Seed
- Json From Properties
- Json Input
- JSON Parser
- List Count
- Load Image Batch from Zip
- Load Image w/Meta
- None Image
- Pad Image In Place
- Process Path Name
- Prompt Splitter
- Prompt Splitter (Dynamic)
- Prop From Properties
- Random Entry
- Random File Entry
- Randomize Image Batch
- Randomize List
- Rect From Image
- Rect to Floats
- Rect to Ints
- Replace List
- Sanitize File Path
- Save Image Batch to Zip
- Save Image w/Meta
- Save String to File
- Scale Rect
- Search and Replace
- Search To Boolean
- Select Bounding Box
- Sequence
- Sort List
- Split List
- S&R
- String Combiner
- String Compare
- String to Float
- String to Int
- String To List
- Strip Quotes
- Timestamp
- Tiny Random
- Token Replace
README
ComfyUI-TinyBee
A collection of custom nodes for ComfyUI, designed to provide utility functions for list processing, file management, and more.
Features
- List counting, random entry selection, and indexed entry selection
- List randomization with seed support
- Incrementer node for generating sequences
- File listing with glob and extension filtering
- Path processing utilities
Installation
- Clone or copy this folder into your ComfyUI
custom_nodesdirectory. - (Optional) Install any dependencies listed in
requirements.txt(all current dependencies are from the Python standard library).
Usage
Add the nodes to your ComfyUI workflow as needed. Each node is documented with its input and output types in the UI.
Nodes
- List Count: Counts the number of items in a list.
- Random Entry: Selects a random entry from a list, with optional seed.
- Indexed Entry: Selects an entry by index, with wrap-around.
- Randomize List: Shuffles a list with a given seed.
- Incrementer: Generates incrementing numbers with optional reset.
- Get File List: Lists files in a directory matching a glob pattern and extensions.
- Process Path Name: Splits a path into components.
License
MIT License
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.