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

Used a small butterfly dataset to finetune the ddpm-celebahq-256, originally trained on celebrity photos: As expected, the resulets are not great did not move further to finetune yet

Usage

from diffusers import DDPMPipeline

pipeline = DDPMPipeline.from_pretrained('nikolpapad/ddpm-celebahq-finetuned-butterflies-4epochs-ng')
image = pipeline().images[0]
image
Downloads last month
13
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support