Skip to main content

Overview

HyperGen works with any diffusers-compatible model from HuggingFace. Below are popular models that have been tested and work well with HyperGen.
HyperGen uses the diffusers library under the hood, so any model with a DiffusionPipeline should work.

Image Generation Models

FLUX.1

Black Forest Labs’ state-of-the-art image generation model.

FLUX.1 Dev

Model ID: black-forest-labs/FLUX.1-devBest for: High-quality, detailed imagesRequirements:
  • 16GB+ VRAM
  • bfloat16 dtype recommended
Usage:

FLUX.1 Schnell

Model ID: black-forest-labs/FLUX.1-schnellBest for: Fast generationRequirements:
  • 12GB+ VRAM
  • Faster than Dev variant
Usage:
Recommended Settings:
  • dtype: bfloat16
  • LoRA rank: 32-64
  • Training steps: 1500-2500

Stable Diffusion XL (SDXL)

Stability AI’s flagship image generation model.

SDXL Base

Model ID: stabilityai/stable-diffusion-xl-base-1.0Best for: General-purpose, high-quality imagesRequirements:
  • 8GB+ VRAM
  • Most popular choice
Usage:

SDXL Turbo

Model ID: stabilityai/sdxl-turboBest for: Fast generation (1-4 steps)Requirements:
  • 8GB+ VRAM
  • Optimized for speed
Usage:
Recommended Settings:
  • dtype: float16
  • LoRA rank: 16-32
  • Training steps: 1000-2000

Stable Diffusion 3 (SD3)

Latest generation Stability AI model with improved text rendering.

SD3 Medium

Model ID: stabilityai/stable-diffusion-3-medium-diffusersBest for: Text rendering, detailed scenesRequirements:
  • 12GB+ VRAM
  • Excellent prompt following
Usage:
Recommended Settings:
  • dtype: float16 or bfloat16
  • LoRA rank: 16-32
  • Training steps: 1000-2000

Stable Diffusion 1.5

Classic Stable Diffusion - lightweight and fast.

SD 1.5

Model ID: runwayml/stable-diffusion-v1-5Best for: Fast generation, low VRAMRequirements:
  • 6GB+ VRAM
  • Lightweight and fast
Usage:

SD 1.4

Model ID: CompVis/stable-diffusion-v1-4Best for: Research, experimentationRequirements:
  • 6GB+ VRAM
Usage:
Recommended Settings:
  • dtype: float16
  • LoRA rank: 8-16
  • Training steps: 800-1500

Stable Diffusion 2.1

Improved version of SD 1.5 with better quality.

SD 2.1

Model ID: stabilityai/stable-diffusion-2-1Best for: Balance of quality and speedRequirements:
  • 8GB+ VRAM
Usage:

Video Generation Models

CogVideoX

Tsinghua University’s text-to-video generation model.

CogVideoX-2B

Model ID: THUDM/CogVideoX-2bBest for: Short video clips (2-6s)Requirements:
  • 16GB+ VRAM
  • Smaller, faster variant
Usage:

CogVideoX-5B

Model ID: THUDM/CogVideoX-5bBest for: Higher quality videosRequirements:
  • 24GB+ VRAM
  • Better quality than 2B
Usage:
Video model support requires the video optional dependencies: pip install hypergen[video]

Specialized Models

ControlNet Models

ControlNet-enabled models for conditional generation.
ControlNet support is coming in a future release.

PixArt Models

High-resolution text-to-image models.

Kandinsky Models

Bilingual (English/Russian) text-to-image models.

Fine-Tuned Community Models

HyperGen works with community fine-tunes on HuggingFace:
Browse HuggingFace’s diffusion models for thousands of community models.

Model Comparison

Performance Comparison

Based on RTX 4090, 50 inference steps, 1024x1024:

Training Comparison

Approximate LoRA training times (1000 steps, 50 images, rank 16):

Model Selection Guide

Choose Based on Use Case

Best Choice: SDXL Turbo or SD 1.5
  • Fastest generation
  • Good for prototyping
  • Lower VRAM requirements

Choose Based on VRAM

1

6-8GB VRAM

  • SD 1.5 
  • SD 2.1 
  • SDXL (with optimizations) �
2

8-12GB VRAM

  • SDXL 
  • SD3 (with optimizations) �
  • All SD variants 
3

12-16GB VRAM

  • SDXL 
  • SD3 
  • FLUX.1 Schnell �
4

16GB+ VRAM

  • All models 
  • FLUX.1 Dev 
  • CogVideoX-2B 
5

24GB+ VRAM

  • All models 
  • Large batch sizes 
  • CogVideoX-5B 

Loading Custom Models

From Local Path

From Private HuggingFace Repos

With Custom Configuration

Model Licensing

Always check the license for any model you use!
Common licenses:
  • CreativeML OpenRAIL-M - Most Stable Diffusion models (permissive, with restrictions)
  • Apache 2.0 - FLUX.1 Schnell (permissive)
  • FLUX.1 Dev License - FLUX.1 Dev (non-commercial unless licensed)
  • Custom Licenses - Check each model’s HuggingFace page

Testing New Models

To test if a model works with HyperGen:

Next Steps

Training

Train LoRAs on any of these models

Serving

Serve models with the API

Quick Start

Get started in 5 minutes

Installation

Install HyperGen with GPU support