#126 · Primary category: Image Generation
ganspace
Discovering Interpretable GAN Controls [NeurIPS 2020]
Project last updated:01/20/23
GitHub Stars
1.8K
Forks
263
Contributors
4
License
Apache-2.0
Why we included this project
GANSpace is the reference implementation of a NeurIPS 2020 paper that shows how to pull interpretable editing controls out of already-trained GANs. Instead of retraining a model, it runs principal component analysis on the activations of a pretrained StyleGAN, StyleGAN2, or BigGAN, and the resulting latent directions map to edits people can actually recognize, like shifting the viewpoint or aging a face. The repo ships modified versions of those three generators with per-layer latent support, plus an interactive explorer that lets you sample directions, apply saved edits, and preview the result on a chosen class. It is a good starting point for researchers and ML engineers who want to steer image synthesis without starting from scratch, and the Colab notebook makes it easy to try the workflow before investing in a local GPU setup. Treat it as a research and experimentation toolkit rather than a turnkey product, which suits teams exploring controllable generation instead of shipping it as an endpoint.
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.