Nodes Browser

ComfyDeploy: How comfyui-missing-tool works in ComfyUI?

What is comfyui-missing-tool?

NODES: TrimBG, TrimBG Advanced, Image Queue Loader, Load Image Alpha. A few tools for ComfyUI, perhaps it's exactly what you need.

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for comfyui-missing-tool and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

comfyui-missing-tool

A few tools for ComfyUI, perhaps it's exactly what you need.

Installation

To install comfyui-missing-tool, clone the repository and install the dependencies:

git clone https://github.com/ifmylove2011/comfyui-missing-tool.git
cd comfyui-missing-tool
pip install -r requirements.txt

Table of contents

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. Image Queue Loader

LoadImagealpha

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

TrimBG

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

Contributing

If you want to contribute to comfyui-missing-tool, please fork the repository and create a pull request with your changes.

License

comfyui-missing-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.