Edit model card

Model Card for Unit 2 of the Making a Class-Conditioned Diffusion Model

This model is a diffusion model for conditional image generation of FashionMNIST.

Usage

from diffusers import DDPMPipeline

pipeline = DDPMPipeline.from_pretrained('KevinCN95/fashionmnist_diffusion')
image = pipeline().images[0]
image
Downloads last month
0
Unable to determine this model’s pipeline type. Check the docs .