Edit model card

Usage

from diffusers import DDPMPipeline

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