Discover and explore top open-source AI tools and projects—updated daily.
NVlabsFast generation from diffusion models
Top 54.9% on SourcePulse
NVIDIA FastGen is a PyTorch-based framework designed to accelerate generative models through various distillation and acceleration techniques. It targets researchers and engineers working with large-scale generative AI, offering a flexible platform for developing and training models for diverse tasks like text-to-image and video generation, with a focus on speed and efficiency.
How It Works
FastGen employs a modular design, supporting multiple distillation methods such as consistency models, distribution matching, and self-forcing, alongside other acceleration techniques. This approach allows for efficient training of generative models, including those with over 10 billion parameters. The framework is built to be agnostic to specific network architectures and datasets, enabling users to integrate their own custom components.
Quick Start & Requirements
conda create -y -n fastgen python=3.12.3 pip; conda activate fastgen), clone the repository, navigate to the directory, and run pip install -e ..python scripts/download_data.py --dataset cifar10. Further details on datasets and models are in fastgen/networks/README.md and fastgen/datasets/README.md.fastgen/methods/README.md), Networks (fastgen/networks/README.md), Configs (fastgen/configs/README.md), Datasets (fastgen/datasets/README.md), Callbacks (fastgen/callbacks/README.md), and Inference (scripts/README.md).Highlighted Details
Maintenance & Community
Core contributors include Weili Nie, Julius Berner, and Chao Liu, with Arash Vahdat as the project lead. Specific community channels like Discord or Slack are not detailed in the README.
Licensing & Compatibility
This project is licensed under the Apache License 2.0, which is generally permissive for commercial use and integration into closed-source projects. Third-party licenses are documented separately.
Limitations & Caveats
Not all combinations of supported methods and networks are guaranteed to be functional. The project plans to release distilled student checkpoints for CIFAR-10 and ImageNet in the future.
5 days ago
Inactive
openai
openai
CompVis