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

Model Card for Unit 1 of the Diffusion Models Class 🧨

This model is a diffusion model for unconditional image generation of cute 🦋. Yujie Jia have followed the guide to complete the training process. Congrats!!!

Usage

from diffusers import DDPMPipeline

pipeline = DDPMPipeline.from_pretrained('jyj1007/sd-class-butterflies-64')
image = pipeline().images[0]
image