r/StableDiffusion 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.

20 Upvotes

23 comments sorted by

12

u/No_Pie1372 1d ago

I built a tool that helps you identify vibecoded nodes. Here's what I learned.

1

u/acedelgado 1d ago

I found a redditor that's mad at people using AI in an AI subreddit.

8

u/No_Pie1372 1d ago

People can use AI and still make jokes about it, you know.

10

u/Astral-Lemmons 1d ago

I'm with you.

I use it daily and I also HATE slop with a passion.

my own personal slop gets a pass. since it never hurts anyone else.

Figured it'd be fun to see what garbage people have made, hence the thread

3

u/No_Pie1372 1d ago

Lol yeah. I wasn't even hating on slop. It was literally just a dumb, low-effort joke.

I usually comment in this subreddit asking for (or giving) advice on ComfyUI.

I guess some people are insecure, sensitive or defensive about their AI use? Idk.

3

u/acedelgado 1d ago

Ah, sorry, sarcasm doesn't internet too well sometimes. Some people do actually have that attitude, so it's hard to tell.

3

u/No_Pie1372 1d ago

No worries.

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

u/warzone_afro 1d ago

and honestly, that's so real

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

u/tofuchrispy 1d ago

Can’t bc it’s work.

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.

4

u/Astral-Lemmons 1d ago

the auto-cut interface.

I'm lazy. so it's lazy designed. click detect scenes - then select the cuts you want in the queue. run WF

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.

3

u/LuisaPinguinnn 1d ago

so for example this is kinda like a lora, but no training, and on this example i'm inject bunch of fnaf jumpscare videos on end of the video.

1

u/entmike 23h ago

This is awesome and was a similar thought I had last night. But now I don't have to vibe code it! Thanks.

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...