1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

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

This commit is contained in:
Ragnar Rova
2023-07-25 14:36:50 +02:00
committed by GitHub
parent ebfe343149
commit 4e2a021829

View File

@@ -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:
```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 OUTPUT_DIR="lora-trained-xl"