Edit model card

Usage

from diffusers import DDPMPipeline

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