YanivWeiss123's picture
Upload README.md with huggingface_hub
b9d5872
|
raw
history blame contribute delete
No virus
281 Bytes
metadata
license: mit
tags:
  - pytorch
  - diffusers
  - unconditional

used for testing not very good

Usage

from diffusers import DDPMPipeline

pipeline = DDPMPipeline.from_pretrained('YanivWeiss123/celebahq-finetuned-butterflies')
image = pipeline().images[0]
image