new-model2 / README.md
AgustinZL's picture
Upload README.md with huggingface_hub
4436f18
metadata
license: mit
tags:
  - pytorch
  - diffusers
  - unconditional-image-generation
  - diffusion-models-class

Example Fine-Tuned Model for Unit 2 of the Diffusion Models Class 🧨

Describe your model here

Usage

from diffusers import DDPMPipeline

pipeline = DDPMPipeline.from_pretrained('AgustinZL/new-model2')
image = pipeline().images[0]
image