File size: 6,474 Bytes
54ed165 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 | # π¬ Longer Video Generation Models
## Available Models by Duration
### π₯ Longest Videos (10+ seconds)
#### 1. **Runway Gen-3** - Up to 10 seconds β
- **Model ID:** `runway`
- **Replicate:** `stability-ai/stable-video-diffusion-img2vid-xt`
- **Duration:** Up to 10 seconds
- **Quality:** Professional, cinematic
- **Cost:** ~$0.15-0.25 per video
- **Best for:** Professional content, commercials, high-quality shorts
#### 2. **Kling AI** - Up to 10 seconds
- **Not yet on Replicate** (Chinese model)
- **Duration:** Up to 10 seconds
- **Quality:** Very high, comparable to Hailuo
- **Best for:** Realistic scenes, character animations
---
### π₯ Medium Length (5-7 seconds)
#### 3. **Hailuo Video-01** - 6 seconds
- **Model ID:** `hailuo`
- **Replicate:** `minimax/video-01`
- **Duration:** 6 seconds
- **Quality:** Excellent
- **Cost:** ~$0.05-0.10 per video
- **Best for:** General purpose, high quality
#### 4. **CogVideoX-5B** - 6 seconds
- **Model ID:** `cogvideox`
- **Replicate:** `lucataco/cogvideox-5b`
- **Duration:** 6 seconds (49 frames at 8fps)
- **Quality:** High
- **Cost:** ~$0.05 per video
- **Best for:** Good balance of quality and cost
#### 5. **HunyuanVideo** - 5+ seconds
- **Model ID:** `hunyuan`
- **Replicate:** `tencent/hunyuan-video`
- **Duration:** 5+ seconds
- **Quality:** State-of-the-art
- **Cost:** ~$0.08-0.12 per video
- **Best for:** High-quality, smooth motion
#### 6. **Luma Dream Machine** - 5 seconds
- **Model ID:** `luma`
- **Replicate:** `fofr/dream-machine`
- **Duration:** 5 seconds
- **Quality:** Cinematic
- **Cost:** ~$0.10 per video
- **Best for:** Cinematic shots, smooth camera movements
---
### π₯ Shorter Videos (3-4 seconds)
#### 7. **Pika Labs** - 3 seconds (extendable)
- Can extend videos by generating continuations
- Good for creating longer sequences
#### 8. **AnimateDiff** - 2-4 seconds
- Fast generation
- Lower cost
- Good for quick tests
---
## π Comparison Table
| Model | Duration | Quality | Cost/Video | Speed | Best For |
|-------|----------|---------|------------|-------|----------|
| **Runway Gen-3** | 10s | βββββ | $0.15-0.25 | Slow | Professional |
| **Hailuo** | 6s | βββββ | $0.05-0.10 | Medium | General |
| **CogVideoX-5B** | 6s | ββββ | $0.05 | Medium | Balanced |
| **HunyuanVideo** | 5s+ | βββββ | $0.08-0.12 | Medium | High quality |
| **Luma** | 5s | ββββ | $0.10 | Medium | Cinematic |
| **Pika** | 3s | βββ | $0.03 | Fast | Quick tests |
---
## π― How to Use Longer Video Models
### In Your App
The models are now available in your dropdown:
1. **Via Web UI:**
- Select "Runway Gen-3 - 10s β" for longest videos
- Select "Hailuo Video-01 - 6s" for good balance
- Enter your prompt and generate!
2. **Via API:**
```bash
curl -X POST https://your-app.vercel.app/api/generate-video \
-H "Content-Type: application/json" \
-d '{
"prompt": "A golden retriever running through flowers",
"model": "runway"
}'
```
3. **Via Python Backend:**
```python
import requests
response = requests.post('http://localhost:5000/generate-video', json={
'prompt': 'Ocean waves at sunset',
'model': 'runway' # For 10s videos
})
video_url = response.json()['video_url']
```
---
## π‘ Tips for Longer Videos
### 1. **Be More Specific**
Longer videos need more detailed prompts:
```
β Bad: "A dog running"
β
Good: "A golden retriever running through a field of sunflowers,
camera tracking from the side, golden hour lighting,
slow motion, cinematic"
```
### 2. **Use Camera Movements**
Longer videos benefit from camera direction:
- "Camera slowly zooms in"
- "Tracking shot following the subject"
- "Pan from left to right"
### 3. **Specify Pacing**
- "Slow motion"
- "Time-lapse"
- "Smooth, continuous motion"
### 4. **Consider Cost**
- Runway (10s): ~$0.20 per video
- Hailuo (6s): ~$0.08 per video
- Test with shorter/cheaper models first
---
## π Future: Even Longer Videos
### Coming Soon:
- **Sora (OpenAI)** - Up to 60 seconds (not yet public)
- **Kling 1.5** - Extended duration modes
- **Runway Gen-4** - Longer outputs expected
### Workarounds for Now:
1. **Video Extension:** Generate multiple clips and stitch
2. **Loop Seamlessly:** Create loopable content
3. **Multi-shot:** Generate scenes separately, edit together
---
## π§ Technical Details
### Why Are Videos Short?
1. **Computational Cost:** Each frame requires significant GPU time
2. **Memory Requirements:** Longer videos = more VRAM needed
3. **Quality Trade-off:** Maintaining quality over time is hard
4. **Training Data:** Most training videos are short clips
### Frame Rates:
- **CogVideoX:** 49 frames at 8 fps = 6.1 seconds
- **Hailuo:** 48 frames at 8 fps = 6 seconds
- **Runway:** 80 frames at 8 fps = 10 seconds
---
## π° Cost Optimization
### For Budget-Conscious Users:
1. **Start with CogVideoX** ($0.05) or **Hailuo** ($0.08)
2. **Use Runway** ($0.20) only for final/important videos
3. **Test prompts** with shorter models first
4. **Batch generate** to save on setup costs
### For Quality-First:
1. **Use Runway** for professional work
2. **HunyuanVideo** for high-quality content
3. **Hailuo** for general high-quality needs
---
## π Example Prompts for Longer Videos
### 10-Second Videos (Runway):
```
"A surfer riding a massive wave, camera following from behind,
slow motion, golden hour, spray and mist, cinematic 4k"
"City street time-lapse from day to night, cars and people
moving fast, lights turning on, smooth transition"
"A bird taking flight from a branch, slow motion, camera
tracking upward following the bird into the sky"
```
### 6-Second Videos (Hailuo/CogVideoX):
```
"A cat jumping onto a windowsill, looking outside at falling
snow, soft lighting, cozy atmosphere"
"Fireworks exploding over a city skyline at night, colorful
bursts, reflection on water below"
"A coffee cup being filled, steam rising, close-up shot,
morning light through window"
```
---
## β
Updated in Your Project
I've updated:
- β
`api/generate-video.js` - Added all longer video models
- β
`api/models.js` - Listed models with durations
- β
`backend_replicate.py` - Added model support
- β
UI will now show duration in model names
**Commit and deploy to use the new models!**
---
**For the longest videos (10s), use `model: "runway"` in your requests! π¬β¨**
|