Shashi1717's picture
Upload README.md with huggingface_hub
c07fb0e verified
metadata
license: mit
tags:
  - pytorch
  - diffusers
  - unconditional-image-generation
  - diffusion-models-class

for Unit 2 of the Diffusion Models Class 🧨

Finetuned model to generate anique images

Usage

from diffusers import DDPMPipeline

pipeline = DDPMPipeline.from_pretrained('Shashi1717/ddpm-celebahq-antique-proj1')
image = pipeline().images[0]
image