Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
4e2a0218
Unverified
Commit
4e2a0218
authored
Jul 25, 2023
by
Ragnar Rova
Committed by
GitHub
Jul 25, 2023
Browse files
Model path for sdxl wrong in dreambooth README (#4261)
parent
ebfe3431
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/dreambooth/README_sdxl.md
examples/dreambooth/README_sdxl.md
+1
-1
No files found.
examples/dreambooth/README_sdxl.md
View file @
4e2a0218
...
@@ -76,7 +76,7 @@ This will also allow us to push the trained LoRA parameters to the Hugging Face
...
@@ -76,7 +76,7 @@ This will also allow us to push the trained LoRA parameters to the Hugging Face
Now, we can launch training using:
Now, we can launch training using:
```
bash
```
bash
export
MODEL_NAME
=
"
diffusers
/stable-diffusion-xl-base-0.9"
export
MODEL_NAME
=
"
stabilityai
/stable-diffusion-xl-base-0.9"
export
INSTANCE_DIR
=
"dog"
export
INSTANCE_DIR
=
"dog"
export
OUTPUT_DIR
=
"lora-trained-xl"
export
OUTPUT_DIR
=
"lora-trained-xl"
...
...
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