Skip to content
baikong edited this page Oct 19, 2024 · 8 revisions

Welcome to the ComfyUI_BaiKong_Node wiki!

Get Color

Get the colors palette from image

从图片中提取颜色,并对颜色进行处理。

Workflow

Image Random Layout

Extract black lines from path_image as a path, and randomly scatter batch images along this path.

输入一张白底黑线的图片作为 path_image,将 image_list 里的元素散布在这条路径上。

ImageRandomLayout

Image Rect Layout

Find the bounding rectangle of black elements in the input image and place a suitable image from the image list within it.

在输入的白色背景图片中找到所有黑色元素的边界矩形,并将符合该矩形长宽比的图片等比缩放并居中放置其中。

RectLayout

Print Image

Send the input image to a printer for printing. Supports Windows and Mac systems.

(实验节点)将当前 input 的图片发送至打印机,支持 Mac 和 Windows

PrintImage

Clone this wiki locally