Edit model card

LSUN pretrained church unconditional image generation model naively finetuned with modern architecture data

LSUN pretrained church unconditional image generation model naively finetuned with modern architecture data

Usage

from diffusers import DDPMPipeline

pipeline = DDPMPipeline.from_pretrained('benlehrburger/LSUN-church-finetuned-modern-model')
image = pipeline().images[0]
image
Downloads last month
81
Inference API (serverless) does not yet support diffusers models for this pipeline type.