Skip to content

Commit 4e2a021

Browse files
authored
Model path for sdxl wrong in dreambooth README (huggingface#4261)
1 parent ebfe343 commit 4e2a021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dreambooth/README_sdxl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ This will also allow us to push the trained LoRA parameters to the Hugging Face
7676
Now, we can launch training using:
7777

7878
```bash
79-
export MODEL_NAME="diffusers/stable-diffusion-xl-base-0.9"
79+
export MODEL_NAME="stabilityai/stable-diffusion-xl-base-0.9"
8080
export INSTANCE_DIR="dog"
8181
export OUTPUT_DIR="lora-trained-xl"
8282

0 commit comments

Comments
 (0)