Edit model card

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

Hugging Face Diffusion Course - Unit 2 - Notebook 1 - google/ddpm-celebahq-256 pretrained - huggan/smithsonian_butterflies_subset retrained

Usage

from diffusers import DDPMPipeline

pipeline = DDPMPipeline.from_pretrained('kayachua/ddpm-celebahq-finetuned-butterflies-3epochs-4e-5lr')
image = pipeline().images[0]
image
Downloads last month
47
Inference API (serverless) does not yet support diffusers models for this pipeline type.