huggan/anime-faces
Preview • Updated • 1.39k • 38
TinyDiT is an 85 million parameter unconditional image generation model trained on 21,000+ anime face images.
TinyDiT was trained on a curated anime face dataset containing over 21k images.
Dataset Repository: huggan/anime-faces
The model uses a compact 13M parameter Variational Autoencoder (VAE) for latent-space encoding and decoding.
Below is a sample images generated by TinyDiT:
git clone https://github.com/Nitesh1405/TinyDiT.git && cd TinyDiT
pip install -r requirements.txt
python app.py
#the model will automatically download on first run if you have wget, if not you can download the model from https://huggingface.co/nitesh501/tinydit and place it in TinyDit Folder.
Inspired by DiT architectures, latent diffusion models, and the open-source generative AI community.