#179 · Primary category: Image Generation
BMSG-GAN
[MSG-GAN] Any body can GAN! Highly stable and robust architecture. Requires little to no hyperparameter tuning. Pytorch Implementation
Project last updated:06/17/22
GitHub Stars
626
Forks
103
Contributors
5
License
MIT
Why we included this project
GAN training is famously finicky, and this PyTorch implementation of MSG-GAN tackles the usual instability head-on. Instead of moving gradients from the discriminator to the generator at a single scale, MSG-GAN passes them at several resolutions at once, which keeps training steadier and cuts down on hyperparameter fiddling. That makes it a reasonable place to start for anyone wanting to try multi-scale image synthesis on CIFAR10, Oxford flowers, or CelebA-HQ without nursing a fragile run. The code is compact enough to read through, so it also works as a reference for how multi-scale gradient architectures fit together. One caveat: this is a community implementation, not the official research release, so treat it as a learning tool rather than a production 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.