Edit model card

Ref. Denoising Diffusion Probabilistic Models

Model for generating new mutated pokemons! (lame though 🥲)

Usage

from diffusers import DDPMPipeline

pipeline = DDPMPipeline.from_pretrained('adarksky/pokemon-DDPM')
image = pipeline().images[0]
image
Downloads last month
11
Inference API
Inference API (serverless) does not yet support diffusers models for this pipeline type.

Dataset used to train adarksky/pokemon-DDPM