comfyui-missed-tool
A few tools maybe missing for ComfyUI
Nodes (11)
Recolor a mask (or punch a color out) without leaving the graph
Re-render your shortlist, not your whole batch — ImageQueueLoader hands you each image's seed
The loader that keeps your transparent PNGs transparent
This LoraLoad is not the LoraLoader you already know — it's for merging, not generating
Combine two LoRAs into one file, right in the graph
Merge two LoRAs into one file and write it from inside the graph
Scale Image to Multilple Pixels doesn't scale anything — it crops, and that's the point
Turn one string into a list, and stop hand-typing every prompt
Auto-crop every image to its subject's tight bounding box
The 'cut the empty canvas' step your cutout workflow was missing
ComfyUI won't remember anything unless you give it a notepad — that's what TxtSave is for
comfyui-missed-tool
A few tools for ComfyUI, perhaps it's exactly what you need.
Installation
To install comfyui-missed-tool, clone the repository and install the dependencies:
git clone https://github.com/ifmylove2011/comfyui-missed-tool.git
cd comfyui-missed-tool
pip install -r requirements.txt
Table of contents
- Image Queue Loader
- Load Image alpha
- TrimBG
- TxtSave
- TextSplit
- ScaleMultiPixels
- Lora Merge
- ColorImageFillRm
ImageQueueLoader
Load Images in Queue, it is possible to obtain metadata information, such as seed, from the generated images in a queue.
We can retrieve seeds sequentially during sequential execution.

LoadImagealpha
Load Image with alpha, it works when transparent images exits. Built-in load-image extension output is "RGB" default, not "RGBA".
Of course, we can also use the built-in load image of Comfyui, but it needs to be used in conjunction with a mask.

TrimBG
We can also batch read images and process them. Better with Load Image List From Dir, list, not batch.
And, Better to use with ComfyUI_BiRefNet_ll

TxtSave
Save txt file with input file path and name if "src_mode" enable.
TextSplitToList
Splitting a text or string into a list, you can use regular expressions to cut any string and output the list and the result after removing the delimiter.

ScaleMultiPixels
Scale image to multiple pixels.
A input picture pixels is 533 * 433, if base_pixel set 100, output will be 500 * 400.
![]()
LoraMerge
Load Lora, Merge Load, and Save Lora.
Combination is relatively more flexible, correspondingly, there are more nodes, totaling three!

ColorImageFillRm
Simple color replacement and removal of color pixels are useful in certain scenes where mask images are overlaid with layers.

Contributing
If you want to contribute to comfyui-missed-tool, please fork the repository and create a pull request with your changes.
License
comfyui-missed-tool is licensed under the MIT License. See the LICENSE file for more details.
Contact
For any questions or feedback, please open an issue on GitHub or contact the repository owner.
Enjoy.