ComfyUI-Dickson-Nodes

ComfyUI-Dickson-Nodes
★ 11

自定义节点功能扩展易集成Python
一组由作者编写或改编的ComfyUI自定义节点,提供多样实用扩展,便于通过插件或手工安装快速增强工作流功能与复用性。
💡 通过ComfyUI Manager或git克隆安装后,快速为项目添加自定义节点扩展功能。
🍴 7 Forks💻 Python🔄 2024-09-18
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/f414772aa5c3
📦 requirements.txt
Pillow
opencv-python-headless
📄 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.