Unverified Commit 2e53936c authored by Apoorva Kulkarni's avatar Apoorva Kulkarni Committed by GitHub
Browse files

docs: Typo in dreambooth example README.md (#4203)

fix: Typo in dreambooth example README.md
parent a69754bb
...@@ -121,7 +121,7 @@ accelerate launch train_dreambooth.py \ ...@@ -121,7 +121,7 @@ accelerate launch train_dreambooth.py \
With the help of gradient checkpointing and the 8-bit optimizer from bitsandbytes it's possible to run train dreambooth on a 16GB GPU. With the help of gradient checkpointing and the 8-bit optimizer from bitsandbytes it's possible to run train dreambooth on a 16GB GPU.
To install `bitandbytes` please refer to this [readme](https://github.com/TimDettmers/bitsandbytes#requirements--installation). To install `bitsandbytes` please refer to this [readme](https://github.com/TimDettmers/bitsandbytes#requirements--installation).
```bash ```bash
export MODEL_NAME="CompVis/stable-diffusion-v1-4" export MODEL_NAME="CompVis/stable-diffusion-v1-4"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment