Edit model card

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

Fine tuned DDPM model trained on celebahq to generate images of butterflies.

Usage

from diffusers import DDPMPipeline

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