Edit model card

Usage

from diffusers import DDPMPipeline

pipeline = DDPMPipeline.from_pretrained('krasnova/ddpm-church-fine-tuned-van-gogh-256-2')
image = pipeline().images[0]
image
Downloads last month
67
Inference API (serverless) does not yet support diffusers models for this pipeline type.