dreambooth-animal / README.md
benlehrburger's picture
Create README.md
8a05e30
---
tags:
- pytorch
- stable diffusion
- dreambooth
- diffusion-models-class
---
# Dreambooth training set using Nala (a bunny)
Precursor to further Dreambooth experimentation
## Usage
```python
from diffusers import DDPMPipeline
pipeline = DDPMPipeline.from_pretrained('benlehrburger/dreambooth-animal')
image = pipeline().images[0]
image
```