ComfyUI JK Nodes

some ComfyUI custom nodes implemented by JK

一些JK实现的ComfyUI的自定义节点

Installation(安装)

1 - Clone(克隆)

git clone https://github.com/vvip2u/ComfyUI-JK-Nodes.git

2 - Copy folder(复制文件夹) put the folder to your project's custom_nodes folder.

3 - Install Dependencies(安装依赖)

cd {comfyui_install_path}/custom_codes/ComfyUI-JK-Nodes
pip install -r requirements.txt

Usage(使用)

  • AddWatermark(添加水印)

only support text watermark now.(目前只支持文字水印) support picture watermark in the future.(未来支持图片水印)

add_watermark demo

  • text(水印文字)
  • position(水印位置,5种)
  • save_dir_path(保存路径)
  • filename_prefix(文件名前缀)
  • font(字体,系统安装好的字体,Windows)
  • font_size(字体大小)
  • font_color(字体颜色)
  • letter_spacing(字符间间距)
  • direction(方向:horizontal-横向,vertical-纵向)