CoolFace
Modelpublic

Shashi1717/ddpm-celebahq-antique-proj1

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes87downloads
Model Card

for Unit 2 of the Diffusion Models Class 🧨

Finetuned model to generate anique images

Usage

python
from diffusers import DDPMPipeline

pipeline = DDPMPipeline.from_pretrained('Shashi1717/ddpm-celebahq-antique-proj1')
image = pipeline().images[0]
image