Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jianzhnie/gigagan

Implementation of GigaGAN in pytorch
https://github.com/jianzhnie/gigagan

aigc deep-learning gan

Last synced: 16 days ago
JSON representation

Implementation of GigaGAN in pytorch

Awesome Lists containing this project

README

        

# GigaGAN


> 1B-parameter GigaGAN, achieving lower FID than Stable Diffusion v1.5, DALL·E 2, and Parti-750M. Please reference: https://doi.org/10.48550/arxiv.2303.05511

## GigaGAN generator

## GigaGAN discriminator

## GigaGAN

Implementation of GigaGAN (project page), new SOTA GAN out of Stable Diffusion v1.5, DALL·E 2.

## Citations

```bibtex
@misc{https://doi.org/10.48550/arxiv.2303.05511,
url = {https://arxiv.org/abs/2303.05511},
author = {Kang, Minguk and Zhu, Jun-Yan and Zhang, Richard and Park, Jaesik and Shechtman, Eli and Paris, Sylvain and Park, Taesung},
title = {Scaling up GANs for Text-to-Image Synthesis},
publisher = {arXiv},
year = {2023},
copyright = {arXiv.org perpetual, non-exclusive license}
}
```