Edit model card

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

Example

example.png

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
77
Inference API (serverless) does not yet support diffusers models for this pipeline type.