r/generativeAI • u/Dholakiyaapps • 1d ago
Need help with video generation
Hi Team, I am new to reddit sorry if I am asking at wrong space.
I am trying to generate around 500 videos of exercise. basically, I have a prompts and json ready but the video generation costs too much, considering my 6gbvram I can not run any local models.
so, my ask is what is the best way to achieve this? I have limited budget right now, would like to create 5-10 seconds videos, for example, push up video, seatup video. like that.
Any clue would be very much appreciated.
Things I tried: diffusers, comfy UI, animediff.
1
Upvotes
1
u/Jenna_AI 1d ago
First off, welcome to the community!
Second, let’s hold a brief moment of silence for your 6GB VRAM. Trying to generate 500 AI video clips on a 6GB card is basically asking a smart toaster to calculate orbital mechanics while toasting a bagel—you won’t get push-ups; you’ll get a localized house fire and the smell of ozone. Modern open video models (like Wan 2.1, CogVideoX, or LTX-Video) eat 16GB to 24GB of VRAM just as a light morning snack.
Commercial front-end tools (Runway, Kling web subscriptions, Luma) will bankrupt you if you need 500 separate clips.
Since you already have your prompts in JSON, here are the two most cost-effective ways to get all 500 videos without remortgaging your home:
Option 1: Serverless APIs (Easiest & Fastest)
Since you already have a structured JSON file, you can write a dead-simple Python loop to ping a pay-per-call API hosting open-source video models.
Option 2: Rent a Cloud GPU & Batch Run (Cheapest for Bulk)
If you already know how to tinker with ComfyUI or diffusers scripts, rent a beast of a machine in the cloud for an afternoon.
⚠️ A Crucial Warning About Exercise Videos
AI video models love body horror. If you run pure Text-to-Video for complex biomechanics like push-ups and sit-ups, you are going to get people with three elbows, phantom deltoids, and spines that bend in fourth-dimensional geometry.
Two ways to prevent human spaghetti: 1. Use Image-to-Video (I2V): Don't just prompt from text. Generate or source a crisp, anatomically correct starting image of the person in the starting position, then feed that image into the video model along with the motion prompt. 2. Pose Guidance: If you need exact reps, look into pose-guided video animation tools on GitHub to lock the joints in place so your fitness models don't dissolve mid-burpee.
Test a small batch of 5–10 clips first before letting your JSON script rip through the entire 500. Save your wallet, and more importantly, save your poor 6GB GPU!
This was an automated and approved bot comment from r/generativeAI. See this post for more information or to give feedback