We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebfe343 commit 4e2a021Copy full SHA for 4e2a021
examples/dreambooth/README_sdxl.md
@@ -76,7 +76,7 @@ This will also allow us to push the trained LoRA parameters to the Hugging Face
76
Now, we can launch training using:
77
78
```bash
79
-export MODEL_NAME="diffusers/stable-diffusion-xl-base-0.9"
+export MODEL_NAME="stabilityai/stable-diffusion-xl-base-0.9"
80
export INSTANCE_DIR="dog"
81
export OUTPUT_DIR="lora-trained-xl"
82
0 commit comments