#95 · Primary category: Image Generation
gigagan-pytorch
Implementation of GigaGAN, new SOTA GAN out of Adobe. Culmination of nearly a decade of research into GANs
Project last updated:01/12/25
GitHub Stars
1.9K
Forks
106
Contributors
4
License
MIT
Why we included this project
Adobe's GigaGAN set a new state of the art for GAN-based image synthesis, and this repo is a readable PyTorch implementation that includes working training loops. Researchers and ML engineers who want to train a modern GAN without jumping to diffusion will find an unconditional generator, the 1k to 4k upsamplers, and optional text conditioning via CLIP embeddings. The code adds skip-layer excitation for faster convergence and a reconstruction auxiliary loss for stability, and it supports multi-GPU training with Hugging Face Accelerate. Install it with pip, point it at a folder of images, and you can train a 256x256 generator. It's a research toolkit, though: expect to do your own training runs rather than download a pretrained model.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
stable-diffusion-webui
Stable Diffusion web UI
ComfyUI
The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
diffusers
🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.
upscayl
🆙 Upscayl - #1 Free and Open Source AI Image Upscaler for Linux, MacOS and Windows.
InvokeAI
InvokeAI is a leading open-source creative engine for Stable Diffusion, offering an industry-leading web UI for generating and editing visual media.