EmanHassan26/ddpm-celebahq-finetuned-cartoon
0104
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('EmanHassan26/ddpm-celebahq-finetuned-cartoon')
image = pipeline().images[0]
image