Example Fine-Tuned Model for Unit 2 of the Diffusion Models Class 🧨
In this model, we load a pretained model : celebhq-256 and fine tuned on butterfly images with only 2 epochs.
Usage
from diffusers import DDPMPipeline
pipeline = DDPMPipeline.from_pretrained('abcd2019/ddpm-celebahq-finetuned-butterflies-2epochs')
image = pipeline().images[0]
image
- Downloads last month
- 3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support