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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user