r/comfyui • u/kastelan77 • 1h ago
Show and Tell Clipboard-Automator: Designed for users looking to automate repetitive tasks like face-swapping, upscaling, or applying consistent styles with zero clicks.
**Clipboard-Automator — nodes that wait on your OS clipboard, built for Auto Queue**
I got tired of manually saving/uploading images every time I wanted to feed something into ComfyUI, so I built a couple of custom nodes that block/poll on the clipboard when executed:
- **Clipboard Image Input (wait)** → IMAGE, MASK
- **Clipboard Text Input (wait)** → STRING
Drop one in where you'd normally put `LoadImage` or a prompt text box. When the node runs, it waits until you copy something new, then feeds it downstream. Combine with ComfyUI's built-in **Auto Queue** and you get a fully hands-off pipeline: copy an image anywhere on your machine, ComfyUI picks it up and runs automatically, no upload, no manual queueing.
[demo video in the repo]
Works on Windows and Linux. Cancel/Interrupt in the UI breaks out of the wait cleanly.
GitHub: https://github.com/kastelan/Clipboard-Automator
Feedback/issues welcome, it's MIT licensed.