Spaces:
Running
Running
metadata
title: Content Engine
emoji: 🎨
colorFrom: purple
colorTo: blue
sdk: docker
app_port: 7860
pinned: false
Content Engine - AI Image & Video Generation
A web-based content generation platform using RunPod for GPU-powered image and video generation.
Features
- Image Generation: FLUX.2 and WAN 2.2 models via RunPod GPU
- Video Generation: WAN 2.2 Image-to-Video
- LoRA Training: Train custom character models
- Gallery: Browse, download, and manage generated content
- Templates: Pre-configured prompts for consistent results
Setup
This Space requires RunPod API credentials to function:
- Get your RunPod API key from https://www.runpod.io/console/user/settings
- Add it as a Space Secret:
RUNPOD_API_KEY
Optional:
WAVESPEED_API_KEY: For WaveSpeed cloud generation (alternative backend)
Usage
- Go to Status page and click Start Pod to boot a GPU
- Wait ~2-3 minutes for the pod to be ready
- Use Generate page to create images/videos
- Stop Pod when done to save costs
Cost
- RunPod GPU (RTX 4090): ~$0.44/hour while running
- No cost when pod is stopped
- Images/videos stored on Hugging Face (free)
Tech Stack
- FastAPI backend
- RunPod for GPU compute
- SQLite for metadata
- Pure HTML/CSS/JS frontend