Unverified Commit 4e2a0218 authored by Ragnar Rova's avatar Ragnar Rova Committed by GitHub
Browse files

Model path for sdxl wrong in dreambooth README (#4261)

parent ebfe3431
...@@ -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"
......
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