CoolFace
Modelpublic

EmanHassan26/ddpm-celebahq-finetuned-cartoon

sourceHugging Facemitupdated 26d agoView on Hugging Face
0likes104downloads
Model Card

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

Describe your model here

Usage

python
from diffusers import DDPMPipeline

pipeline = DDPMPipeline.from_pretrained('EmanHassan26/ddpm-celebahq-finetuned-cartoon')
image = pipeline().images[0]
image