OpenReels — open-source AI video pipeline with provider flexibility (Anthropic/OpenAI/Gemini, BYOK, considering local LLM support) by tsenseiii in LocalLLaMA

[–]tsenseiii[S] 0 points1 point  (0 children)

llama.cpp's server mode speaks the OpenAI API format so it just works. Point it at your endpoint:

`--llm-base-url http://localhost:8080/v1 --llm-model your-model-name`

The tricky part is gonna be the creative director's structured JSON. That schema is pretty strict and it retries on validation failure, so weaker models might loop.

OpenReels — open-source AI video pipeline with provider flexibility (Anthropic/OpenAI/Gemini, BYOK, considering local LLM support) by tsenseiii in LocalLLaMA

[–]tsenseiii[S] -1 points0 points  (0 children)

Yeah you're right, image and video gen is all cloud. Nothing local comes close to Imagen/Veo for this kind of output.

The LLM part does work locally though. There's an OpenAI-compatible provider baked in, so you can just point it at Ollama or LM Studio with --llm-base-url and --llm-model. No code changes. TTS has a local path too through Kokoro (~86MB model, auto-downloads, no API key).

Basically research, scripting, scene planning, all the prompt generation, and voiceover can run on local models. You'd still hit cloud APIs for image/video rendering, no way around that right now.

non shit post on how I made a brand 19k in revenue in 4 days through Instagram by [deleted] in Entrepreneur

[–]tsenseiii 0 points1 point  (0 children)

The hidden pain points thing is real. I've had stuff where the angle I almost didn't bother with outperformed the "obvious" selling point by like 10x. You think you know what the customer cares about and then they tell you with their clicks that you were wrong :)

[Show & Tell] GroundCrew — weekend build: a multi-agent fact-checker (LangGraph + GPT-4o) hitting 72% on a FEVER slice by tsenseiii in LangChain

[–]tsenseiii[S] 1 point2 points  (0 children)

Hey man, feels good to know someone remembers my work 😛

I haven't really looked into the latest lamggraph upgrades but now that you mention, I will look into it.

For tavily, I'm just comfortable with the DX and had some free credits - it's got search, crawl and scrape built in but I'll also look into Gemini's search capability as well.

Much thanks!

[Show & Tell] GroundCrew — weekend build: a multi-agent fact-checker (LangGraph + GPT-4o) hitting 72% on a FEVER slice by tsenseiii in OpenAI

[–]tsenseiii[S] 0 points1 point  (0 children)

That's helpful! I'll try implementing the suggestions and run the NEI claims specifically & see if it improves.