Edit model card

Usage

from diffusers import DDPMPipeline

pipeline = DDPMPipeline.from_pretrained('dlcvUIUC/ddpm-celebahq-finetuned-cartoonfaces-5')
image = pipeline().images[0]
image
Downloads last month
7
Inference API
Unable to determine this model’s pipeline type. Check the docs .