Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
diffusers
Commits
2e53936c
Unverified
Commit
2e53936c
authored
Jul 21, 2023
by
Apoorva Kulkarni
Committed by
GitHub
Jul 21, 2023
Browse files
docs: Typo in dreambooth example README.md (#4203)
fix: Typo in dreambooth example README.md
parent
a69754bb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/dreambooth/README.md
examples/dreambooth/README.md
+2
-2
No files found.
examples/dreambooth/README.md
View file @
2e53936c
...
@@ -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
`bit
s
andbytes`
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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment