buruzaemon's picture
Update README.md
b039da4
|
raw
history blame
805 Bytes
---
license: creativeml-openrail-m
base_model: runwayml/stable-diffusion-v1-5
instance_prompt: a photo of sks dog
tags:
- stable-diffusion
- stable-diffusion-diffusers
- text-to-image
- diffusers
- dreambooth
inference: true
---
# DreamBooth - buruzaemon/stable-diffusion-v1.5-dreambooth-sks-dog
This is a DreamBooth model derived from runwayml/stable-diffusion-v1-5. The weights were trained on a photo of sks dog using [DreamBooth](https://dreambooth.github.io/).
The build process followed the [🤗 Diffusers documentation on DreamBooth](https://huggingface.co/docs/diffusers/training/dreambooth), but using a [forked version of `train_dreambooth.py`](https://github.com/buruzaemon/diffusers/blob/main/examples/dreambooth/train_dreambooth.py).
DreamBooth for the text encoder was not enabled.