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
23
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The HF Inference API does not support unconditional-image-generation models for diffusers library.

Dataset used to train adarksky/pokemon-DDPM