Nodes Browser

ComfyDeploy: How Shibiko AI ComfyUI Tools works in ComfyUI?

What is Shibiko AI ComfyUI Tools?

This is a collection of tools that I use to make my life easier when developing ComfyUI applications. It is a collection of tools that I have created to help me with my development process. I have decided to share these tools with the community in the hopes that they will be useful to others as well. I use this tools to further develop features for [a/https://shibiko.ai](https://shibiko.ai)

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 Shibiko AI ComfyUI Tools and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

Shibiko AI ComfyUI Tools

What is this?

This is a collection of tools that I use to make my life easier when developing ComfyUI applications. Waifu2x to reduce noise and upscale 2x and 4x trained on art or phones. Luts used in the photo and film industry to recolor images. I use this tools to further develop features for Shibiko AI

Notes

I put in credits for the original creators of the underlining tools that I use to create nodes. So links in each section are for each creator, repo, and patreon if they have one.

Waifu2x

This tool is a simple wrapper around the waifu2x command line tool. It allows you to upscale images and remove noise using the waifu2x ai model. It produces high quality upscaled images that are suitable for use in ComfyUI applications.

Credits: Nagadomi | GitHub | Pateron

waifu2x-preview

Luts

I wrote this using built in methods from the PIL library and converting the image types. This comes straight from production code I use in Shibiko AI. If you have any issues, please check to make sure that you have a luts directory in the models directory with luts in it. A luts directory is auto created in the models directory where you can add your own luts.

Default Luts come from on1.com selected a few of the free ones to use in this tool. Please go to the site and check out the rest of the free luts.

luts-preview

Cascades

Wrote this to include the opencv cascades that are built in. I also include a cascade made by Nagadomi that you can find here: lbpcascade_animeface We can use this to detect faces, eyes, and anime faces without needing yolo. Yolo has an AGPL license, meaning you can't use it commerically unless you purchase a yearly license. Works well for characters and people that are facing towards the front. You can use this as an alternate way for inpainting or in combination with other masking techniques. A cascades directory is auto created in the models directory where you can add your own cascades.

cascade-preview