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

Use diffusers==0.30.2

Downloads last month
56
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the HF Inference API does not support diffusers models with pipeline type unconditional-image-generation

Dataset used to train adarksky/pokemon-DDPM