hp-l33/AiM
Official PyTorch Implementation of "Scalable Autoregressive Image Generation with Mamba"
This project helps machine learning engineers and researchers generate high-quality images from scratch using an autoregressive model. It takes model parameters and a desired output batch size as input, producing new, unique images. This is ideal for those working on generative AI applications.
143 stars. No commits in the last 6 months.
Use this if you need to quickly generate new images with competitive quality to diffusion models but desire faster inference speeds.
Not ideal if you need to fine-tune image generation with textual prompts or conditional inputs beyond general image synthesis.
Stars
143
Forks
5
Language
Python
License
MIT
Category
Last pushed
Jan 13, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/hp-l33/AiM"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
zhangqianhui/Conditional-GAN
Tensorflow implementation for Conditional Convolutional Adversarial Networks.
mit-han-lab/data-efficient-gans
[NeurIPS 2020] Differentiable Augmentation for Data-Efficient GAN Training
EugenHotaj/pytorch-generative
Easy generative modeling in PyTorch
kundan2510/pixelCNN
Theano reimplementation of pixelCNN architecture
shaohua0116/DCGAN-Tensorflow
A Tensorflow implementation of Deep Convolutional Generative Adversarial Networks trained on...