Datasets:
metadata
tags:
- pytorch
- stable diffusion
- dreambooth
- diffusion-models-class
Dreambooth training set using Nala (a bunny)
Precursor to further Dreambooth experimentation
Usage
from diffusers import DDPMPipeline
pipeline = DDPMPipeline.from_pretrained('benlehrburger/dreambooth-animal')
image = pipeline().images[0]
image