Example Fine-Tuned Model for Unit 2 of the Diffusion Models Class 🧨
google/ddpm-celebahq-256 model fine tuned on butterfly dataset for 2 epochs
Usage
from diffusers import DDPMPipeline
pipeline = DDPMPipeline.from_pretrained('DhruvParth/ddpm-celebahq-256-fineTuned-Butterfly-2epoch')
image = pipeline().images[0]
image
- Downloads last month
- 19
Inference API (serverless) does not yet support diffusers models for this pipeline type.