Example Fine-Tuned Model for Unit 2 of the Diffusion Models Class 🧨
celebhq fine-tuned on nelorth/oxford-flowers
Usage
from diffusers import DDPMPipeline
pipeline = DDPMPipeline.from_pretrained('nrsmac/ddpm-celebahq-finetuned-flowers-2epochs')
image = pipeline().images[0]
image
- Downloads last month
- 1
Inference API (serverless) does not yet support diffusers models for this pipeline type.