Shashi1717/ddpm-celebahq-antique-proj1
087
for Unit 2 of the Diffusion Models Class 🧨
Finetuned model to generate anique images
Usage
from diffusers import DDPMPipeline
pipeline = DDPMPipeline.from_pretrained('Shashi1717/ddpm-celebahq-antique-proj1')
image = pipeline().images[0]
image