Edit model card

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

In ddpm-celebahq-256, butterflies-256 1000sz datasets Finetune 10 epochs with learning rate 1e-5, 8 batch-size,

Usage

from diffusers import DDPMPipeline

pipeline = DDPMPipeline.from_pretrained('KoreadeepKai/ddpm-celebahq-finetuned-butterflies-10epochs')
image = pipeline().images[0]
image
Downloads last month
85
Inference API (serverless) does not yet support diffusers models for this pipeline type.