comfyUI_SillyNodes

comfyUI_SillyNodes
★ 3

屏幕自动化模拟点击顺序执行截屏输出
基于 pyautogui 模拟点击与热键,接收 INT 输入触发并顺序运行节点组,截取全屏并输出图像,便于界面自动化与流程编排。
💡 通过整数触发,顺序运行节点组并截取全屏图像。
🍴 4 Forks💻 Python🔄 2025-01-17
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/8b0992d318c3
📦 requirements.txt
pyautogui
keyboard
📄 README

Just convert the ‘trigger_field’ to the input, an link a INT node.

whatever int input from the previous node, it takes a full screenshot, and output an image.

The print_to_screen is no use for now.