File size: 759 Bytes
69dc9c8 2c67a55 69dc9c8 2c67a55 69dc9c8 2c67a55 69dc9c8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
license: mit
---
# Adversarial Flow Models
This repository contains the official checkpoins of the paper [Adversarial Flow Models](https://www.arxiv.org/abs/2511.22475).
Adversarial Flow Models is a class of generative models that unifies Adversarial Models and Flow Models. This repo contains the pretrained ImageNet-256px models in the paper experiment section.
## Usage
Code and instructions are available in the [ByteDance-Seed/Adversarial-Flow-Models](https://github.com/ByteDance-Seed/Adversarial-Flow-Models) repository.
## Content
* `models/` contains pre-trained ImageNet256px checkpoints.
* `eval/` contains pre-generated 50k samples for evaluations following ADM npz format.
* `misc/` contains VAE and other checkpoints used in training. |