GPU requirements
1. Deploy a GPU instance
2. Install AnimateDiff
3. Generate a video
4. Download rendered videos
Monitor GPU during rendering
Tips
- AnimateDiff at 512x512 with 16 frames fits on an RTX 4090. Higher resolutions need an A100.
- Use
--L 32for longer animations. Memory scales linearly with frame count. - Convert frames to video with ffmpeg:
ffmpeg -framerate 12 -i frame_%04d.png -c:v libx264 output.mp4. - Attach a volume to persist models across sessions.