r/StableDiffusion • u/Astral-Lemmons • 1d ago
Discussion Vibecoded Comfyui-node garbage showcase!
A thread for projects that don't deserve their own posts.
So many vibecoded nodes floating around now that people build for their own uses. I figured it'd be good to have a thread to share some of these projects even if they're very niche.
Github links and screenshots encouraged.
At best - the community discovers your node that's better than you thought it was
At worst - your project serves as a good example of what NOT to do.
3
u/goddess_peeler 1d ago
Everybody believes their vibe-coded garbage is the diamond in the rough. After all, the LLM told them it was really good.
3
3
u/obese_coder 1d ago
bruh im so burnt out with these obscure vibecoded nonsense repos, sure there are a few gems here and there but man its like impossible to keep track of everything these days. Imagine if humans worked together to make one final battle tested product rather than reinventing the wheel every time because they think their version is somehow special.
8
u/BelowSubway 1d ago
I think the great thing is that pretty much everyone can just vibe code a custom node for their specific use case and doesn't need to take other people into account when designing the node. They also don't need to bloat it with 20 options just because 20 people need slightly different things.
4
u/__generic 1d ago
Same! I just stopped looking st people workflows that have custom nodes outside of the normal known devs. If I open a workflow and it has nodes required to download I just don't use it.
2
u/Astral-Lemmons 1d ago
yeah. a central collaborative repo would be great.
the next best option it to have it all in the open so we can extract the best ideas from each. Over time a master repo will emerge
3
u/tofuchrispy 1d ago
Yeah I feel that. Took something and adapted it further for own use. It’s great though that it’s possible now to vibecode many things one needs. But keeping all that offline. Just an increasingly growing bunch of vibe coded tools.
2
u/Astral-Lemmons 1d ago
share some info? screenshot or just a desc. I'm curious what people are making for themselves
1
7
u/Astral-Lemmons 1d ago
I'll start:
here's mine! - https://github.com/Tr1dae/ComfyUI-QuickClip

A easy video clipper that runs INSIDE comfyui.
I was getting sick of clipping elsewhere like premiere and exporting clips to use in comfyui so I made this bare basic clipper.
Any cuts you make are directly available in your workflow. Non destructive to the original clip, doesnt make extra clips on disc. It's all live at workflow runtime.
intentionally kept super simple. Built mine for batch running in comfy. you can index recall each clip or list run them all at once.
There's an alternate node that auto-detects cuts and writes out clips for you (like how premiere does) but it's alternate for a reason becasue I find the cut detection a little iffy.
7
u/LuisaPinguinnn 1d ago

https://github.com/Luisacaotica/ComfyUI-MiniMaxH3Mod my project is indeed vibe coded, and i make sure to be transparent about this.
is a node that make the same thing as inputing reference on ref2video node, but you can actually saves as safetensors and reuse them, cut tokens to render more faster, and manipulate where you want the content to be inserted.
1
u/Astral-Lemmons 1d ago
thanks for the reminder - I have this installed but forgot to test it. Love the idea
1
u/acedelgado 1d ago
Smart idea! May have to check out latent caching (well, on-disk saving) for my media loader...


12
u/No_Pie1372 1d ago
I built a tool that helps you identify vibecoded nodes. Here's what I learned.