CivArchive
    ← All articles
    Published July 3, 2024by colliecollie

    CollieCollie custom nodes for ComfyUI

    231 views0 reactions0 comments on CivitAI5 collected
    comfy_uitool guidecustom node

    Some custom nodes I made and use for my generations. People sometime ask for those, and I don't want to put it on GitHub, so here you go.

    License: public domain, so do whatever you want with it. I claim no right nor can be held responsible for any damage or loss caused by using this code.

    The nodes:

    Load Image as latent

    Do what it said. Some time I load an image as seed and set KSampler denoise to 0.8~0.9.

    Tone Curve

    Imitate tone curve in Fujifilm cameras, very limited control because I'm too lazy to implement a true tone curve UI like the one in Photoshop. The bottom 3 options also do nothing because I've not implemented these yet...

    ColorMaker

    Steal colors from another image. Kinda like LUT/color preset in Lightroom. Can be hit or miss (mostly miss). Quick wrapper around this lib: color-matcher · PyPI

    Rotate/Derotate image

    For inpainting details, a straight subject is more likely to have better results. This pair of node is meant to be used like this: ---image in---> Rotate -> detailer node(s) -> Derotate ---image out-->

    You'll probably need to pause and adjust the degree of rotation for each generation. Can rotate to negative degree.

    Image Batch split/Batch merge

    As the name say. ComfyUI have some builtin node to manipulate latent batches, but nothing for images.

    Attachments