#144 · Primary category: Image Generation
anycost-gan
[CVPR 2021] Anycost GANs for Interactive Image Synthesis and Editing
Project last updated:10/03/23
GitHub Stars
778
Forks
98
Contributors
4
License
MIT
Why we included this project
Anycost GAN is the reference implementation of a CVPR 2021 paper that tackles a real annoyance in GAN-based image editing: the full generator takes about three seconds per image, which is too slow for interactive work. The generator can instead run at reduced channel and resolution settings, producing a preview that stays visually close to the final result while you adjust sliders, then rendering the high-quality output once you finalize. That makes it a good fit for anyone building face or car editing tools who wants responsive feedback without giving up final fidelity. The repo ships pre-trained generators, encoders, and editing directions for FFHQ and LSUN Car, plus a Colab notebook and demo video, so you can judge the approach quickly. It is a research codebase rather than a maintained product, so plan to adapt the PyTorch code to your own pipeline.
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.