OpenAI Consistency Models - https://arxiv.org/abs/2303.01469
Project description
Consistency Models
This repository contains the codebase for Consistency Models, implemented using PyTorch for conducting large-scale experiments on ImageNet-64, LSUN Bedroom-256, and LSUN Cat-256. We have based our repository on openai/guided-diffusion, which was initially released under the MIT license. Our modifications have enabled support for consistency distillation, consistency training, as well as several sampling and editing algorithms discussed in the paper.
The repository for CIFAR-10 experiments is in JAX and will be released separately.
Pre-trained models
We have released checkpoints for the main models in the paper. Before using these models, please review the corresponding model card to understand the intended use and limitations of these models.
Here are the download links for each model checkpoint:
- EDM on ImageNet-64: edm_imagenet64_ema.pt
- CD on ImageNet-64 with l2 metric: cd_imagenet64_l2.pt
- CD on ImageNet-64 with LPIPS metric: cd_imagenet64_lpips.pt
- CT on ImageNet-64: ct_imagenet64.pt
- EDM on LSUN Bedroom-256: edm_bedroom256_ema.pt
- CD on LSUN Bedroom-256 with l2 metric: cd_bedroom256_l2.pt
- CD on LSUN Bedroom-256 with LPIPS metric: cd_bedroom256_lpips.pt
- CT on LSUN Bedroom-256: ct_bedroom256.pt
- EDM on LSUN Cat-256: edm_cat256_ema.pt
- CD on LSUN Cat-256 with l2 metric: cd_cat256_l2.pt
- CD on LSUN Cat-256 with LPIPS metric: cd_cat256_lpips.pt
- CT on LSUN Cat-256: ct_cat256.pt
Dependencies
To install all packages in this codebase along with their dependencies, run
pip install -e .
Model training and sampling
We provide examples of EDM training, consistency distillation, consistency training, single-step generation, and multistep generation in cm/scripts/launch.sh.
Evaluations
To compare different generative models, we use FID, Precision, Recall, and Inception Score. These metrics can all be calculated using batches of samples stored in .npz
(numpy) files. One can evaluate samples with cm/evaluations/evaluator.py in the same way as described in openai/guided-diffusion, with reference dataset batches provided therein.
Citation
If you find this method and/or code useful, please consider citing
@article{song2023consistency,
title={Consistency Models},
author={Song, Yang and Dhariwal, Prafulla and Chen, Mark and Sutskever, Ilya},
journal={arXiv preprint arXiv:2303.01469},
year={2023},
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file consistency_models-0.0.1.dev0-py3-none-any.whl
.
File metadata
- Download URL: consistency_models-0.0.1.dev0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e0cbd805efb9355d66461c2186357660cfe35d3b4efa5f8d7fdd166ac675dc6 |
|
MD5 | f1fc50cfccd2ccb14a952b6415d7a3ba |
|
BLAKE2b-256 | 46d852f5514b966ecc5c54d94a47df2416db5af17ed851f51067774c217771bf |