ComfyUI Extension: ComfyUI-Dickson-Nodes

Authored by dicksondickson

Created

Updated

8 stars

A set of custom nodes that I've either written myself or adapted from other authors

Custom Nodes (0)

    README

    Dickson's ComfyUI Custom Nodes Collection

    This is a set of custom nodes that I've either written myself or adapted from other authors for my own convenience.

    Changelog

    v1.0.8 - Fix node name sto show up better in node library.
    v1.0.7 - Change node names to not conflict with TTPLANET.
    v1.0.6 - Add image info output to imageload node.
    v1.0.5 - Added ImageLoad node - provides filename and image width and height as integer.
    v1.0.4 - ColorMatch node is now 15x to 17x faster.
    v1.0.0 - Release.

    Nodes

    Image Load Node
    Provides filename output as string, image width and height as integer output, and image info output as string.

    Color match node
    Forked from StableSR as it seems that project is not maintained.
    Credit to: WSJUSA, StableSR, LIightChaser and Jianyi Wang

    TTPlanet controlnet tile preprocessor node
    Forked from https://huggingface.co/TTPlanet/TTPLanet_SDXL_Controlnet_Tile_Realistic for my own convienence. TTPlanet's Controlnet model is meant to be used with this node which you can download on his Huggingface repo. Credit to: Aaron Xie / TTPlanet

    Installation

    Install via ComfyUI Manager ( search for dicksondickson ) or git clone this repo to your comfyui/customnodes folder.

    Models Required

    TTPlanet/TTPLanet_SDXL_Controlnet_Tile_Realistic.
    Download all the models and put it into your ComfyUI/models/controlnet folder:
    https://huggingface.co/TTPlanet/TTPLanet_SDXL_Controlnet_Tile_Realistic/tree/main

    Acknowledgment

    Thanks to @comfyanonymous @Dr.Lt.Data and other authors for creating and sharing their work.