Extensions/ComfyUI_BadgerTools
ComfyUI Extension

ComfyUI_BadgerTools

A ComfyUI extension with 29 custom nodes.

By AbyssBadger0·Created 3 years ago·Updated 2 years ago· 8
AbyssYuan0/ComfyUI_BadgerTools
Nodes29
On cloudLocal install
Categorybadger
Stars8
Updated2 years ago

Nodes (29)

ApplyMaskToImage-badger

Turn a mask into an alpha channel

badger
CropImageByMask-badger

Crop to whatever your mask covers — no coordinates typed by hand

badger
deleteDir-badger

A folder-delete button inside your workflow — read the warning before you wire it

badger
ExpandImageWithColor-badger

Pad your image with a border or a transparent frame — no resize node gymnastics

badger
findCenterOfMask-badger

Where is the thing? A mask's center of mass as clean X/Y coordinates

badger
FindThickLinesFromCanny-badger

Reconnect broken edge lines — despite the name, it doesn't run Canny itself

badger
FloatToInt-badger

Rounding is a workflow problem — this is the rounding node

badger
FloatToString-badger

Turn a number into text — for filenames, prompts, and anything else that wants words

badger
FrameToVideo-badger

Stitch a folder of frames back into an mp4 with one node

badger
GarbageCollect-badger

A manual 'empty the VRAM cache' button for long, bloated runs

badger
GetColorFromBorder-badger

Read the border color of an image and hand it back as a hex string

badger
GetDirName-badger

Pull the folder name out of a path — the file-helper you'll forget you needed

badger
getImageSide-badger

Ask the image how long its short or long side is — sizing math without the math

badger
getParentDir-badger

Go up one directory level — the path helper for workflows that build paths

badger
GetUUID-badger

A guaranteed-unique string for filenames and temp dirs — seed input does nothing

badger
IdentifyBorderColorToMask-badger

Mask the matte frame around your image — flood-fill from the edges

badger
IdentifyColorToMask-badger

Select every pixel of a given color — a chroma-key style mask in one node

badger
ImageNormalization-badger

Fit any image into any canvas without distortion — the padding math, pre-computed

badger
ImageOverlap-badger

Paste one image on top of another at exact coordinates — the pack's flagship

badger
ImageScaleToSide-badger

Scale to a side length, not a resolution — orientation-agnostic resizing

badger
IntToString-badger

The five-line node that names your files

badger
mkdir-badger

Make ComfyUI create folders for you mid-workflow

badger
NovelToFizz-badger

The 'Fizz' formatter for long texts (if your copy actually has it)

badger
SegmentToMaskByPoint-badger

Click a thing, get its mask — SAM in a single node

badger
StringToFizz-badger

Turn a prompt list into machine-readable index-keyed text

badger
TextListToString-badger

Collapse a list of strings into one multiline string

badger
TrimTransparentEdges-badger

Auto-trim the dead space off your transparent cutouts

badger
VideoCutFromDir-badger

Scene-cut your frame dumps automatically, with an OpenCLIP brain

badger
VideoToFrame-badger

Video to training-ready PNG frames in one go

badger
Readme

个人使用小工具 1.图片覆盖 2.int转string,float转string,float转int四舍五入