Edit model card

Example Fine-Tuned Model for Unit 2 of the Diffusion Models Class 🧨

Describe your model here

Usage

from diffusers import DDPMPipeline

pipeline = DDPMPipeline.from_pretrained('GoGiants1/ddpm-celebahq-finetuned-VintageFace-16epochs')
image = pipeline().images[0]
image
Downloads last month
13
Inference API
Inference API (serverless) does not yet support diffusers models for this pipeline type.