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

[Docs] typo error in qwen image (#12144)

typo error in qwen image

Co-authored-by: J石页 <jiangshuo9@h-partners.com>
Co-authored-by: Aryan <aryan@huggingface.co>
This commit is contained in:
Leo Jiang
2025-08-18 00:25:42 -06:00
committed by GitHub
parent 85cbe589a7
commit 03be15e890

View File

@@ -75,9 +75,9 @@ Now, we can launch training using:
```bash
export MODEL_NAME="Qwen/Qwen-Image"
export INSTANCE_DIR="dog"
export OUTPUT_DIR="trained-sana-lora"
export OUTPUT_DIR="trained-qwenimage-lora"
accelerate launch train_dreambooth_lora_sana.py \
accelerate launch train_dreambooth_lora_qwenimage.py \
--pretrained_model_name_or_path=$MODEL_NAME \
--instance_data_dir=$INSTANCE_DIR \
--output_dir=$OUTPUT_DIR \