Welcome to HyperGen
HyperGen is an optimized inference and fine-tuning framework for diffusion models. Train LoRAs 3x faster with 80% less VRAM, or serve models with an OpenAI-compatible API.Installation
Install HyperGen
Install HyperGen via pip:For GPU support, make sure you have PyTorch with CUDA installed:
Your First LoRA Training
Train a LoRA in just 5 lines of code:Prepare Your Dataset
Create a folder with your training images:
Caption files (
.txt) are optional but recommended for better results. Just place a text file with the same name as each image.Serving a Model
Serve any diffusion model with an OpenAI-compatible API:Advanced Configuration
Customize your training with additional parameters:GPU Requirements
Minimum
- 8GB VRAM (NVIDIA GPU)
- CUDA 11.8+
- For SDXL/SD 1.5 models
Recommended
- 16GB+ VRAM
- CUDA 12.1+
- For FLUX.1 and larger models