content-engine / README.md
dippoo's picture
Add app_port: 7860 to Space metadata
8129198
|
raw
history blame
1.34 kB
---
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:
1. Get your RunPod API key from https://www.runpod.io/console/user/settings
2. Add it as a Space Secret: `RUNPOD_API_KEY`
Optional:
- `WAVESPEED_API_KEY`: For WaveSpeed cloud generation (alternative backend)
## Usage
1. Go to **Status** page and click **Start Pod** to boot a GPU
2. Wait ~2-3 minutes for the pod to be ready
3. Use **Generate** page to create images/videos
4. **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
# Rebuild trigger Tue, Feb 17, 2026 5:55:55 AM