Edit model card

The celebhq model finetuned on vintage faces for face generation

Usage

from diffusers import DDPMPipeline

pipeline = DDPMPipeline.from_pretrained('Apocalypse-19/ddpm-celebahq-fintuned-vintage-faces')
image = pipeline().images[0]
image
Downloads last month
93
Inference API (serverless) does not yet support diffusers models for this pipeline type.