-
Notifications
You must be signed in to change notification settings - Fork 3
Home
baikong edited this page Oct 19, 2024
·
8 revisions
Welcome to the ComfyUI_BaiKong_Node wiki!
Get the colors palette from image
从图片中提取颜色,并对颜色进行处理。
Extract black lines from path_image as a path, and randomly scatter batch images along this path.
输入一张白底黑线的图片作为 path_image,将 image_list 里的元素散布在这条路径上。
Find the bounding rectangle of black elements in the input image and place a suitable image from the image list within it.
在输入的白色背景图片中找到所有黑色元素的边界矩形,并将符合该矩形长宽比的图片等比缩放并居中放置其中。
Send the input image to a printer for printing. Supports Windows and Mac systems.
(实验节点)将当前 input 的图片发送至打印机,支持 Mac 和 Windows