dreambooth-animal / README.md
benlehrburger's picture
Create README.md
8a05e30
|
raw
history blame
348 Bytes
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