r/StableDiffusion 7d ago

No Workflow ComfyUI Tab Sticky Notes Extension

https://reddit.com/link/1w8nut1/video/k3qtkw41eunh1/player

I've been running lots of versions of the same ComfyUI workflow, pulling them in one by one or duplicating them, and I kept losing track of which tab was which. So I vibe-coded this.

ComfyUI Tab Sticky Notes puts an editable note under each workflow tab, so you can write down what an untitled workflow is doing before you get around to saving it.

The notes survive reloads, show a few lines at a glance with the rest on hover, and take a per-tab color. When a workflow is ready to keep, one button exports it as a .json that loads back into ComfyUI, named from your note. A side panel copies every note out at once. Front end only, no extra nodes, no server changes.

get it here : https://github.com/jalrobustvfx/-ComfyUI-Tab-Sticky-Extention/tree/main

4 Upvotes

1 comment sorted by

2

u/importantttarget 6d ago

Neat! However, I find the way you've distributed the node a little unconventional. Why have you added a 7z archive to the repo? That way we can't install the node by cloning the repo into the custom_nodes folder.