From 03be15e8909cbfcb9df1860c41ed035e44038d4f Mon Sep 17 00:00:00 2001 From: Leo Jiang Date: Mon, 18 Aug 2025 00:25:42 -0600 Subject: [PATCH] [Docs] typo error in qwen image (#12144) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit typo error in qwen image Co-authored-by: J石页 Co-authored-by: Aryan --- examples/dreambooth/README_qwen.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/dreambooth/README_qwen.md b/examples/dreambooth/README_qwen.md index ed4a4f5ac5..0f0b640c8b 100644 --- a/examples/dreambooth/README_qwen.md +++ b/examples/dreambooth/README_qwen.md @@ -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 \