Skip to content

Shibiko-AI/ShibikoAI-ComfyUI-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages