This model is a diffusion model for unconditional image generation of Bored Apes.
Example
Usage
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.
- Downloads last month
- 9
Inference API (serverless) does not yet support diffusers models for this pipeline type.