CoolFace
Modelpublic

daspartho/bored-ape-diffusion

sourceHugging Facemitupdated 4y agoView on Hugging Face
4likes19downloads
Model Card

This model is a diffusion model for unconditional image generation of Bored Apes.

Example

example.png

Usage

python
from diffusers import DDPMPipeline

pipeline = DDPMPipeline.from_pretrained('daspartho/bored-ape-diffusion')
image = pipeline().images[0]
image

Training

The model is trained on this dataset of 10000 Bored Ape images.

Notebook for training the model is available on GitHub repo.