We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8888a commit 0e46c55Copy full SHA for 0e46c55
examples/dreambooth/README_qwen.md
@@ -77,7 +77,7 @@ export MODEL_NAME="Qwen/Qwen-Image"
77
export INSTANCE_DIR="dog"
78
export OUTPUT_DIR="trained-qwenimage-lora"
79
80
-accelerate launch train_dreambooth_lora_qwenimage.py \
+accelerate launch train_dreambooth_lora_qwen_image.py \
81
--pretrained_model_name_or_path=$MODEL_NAME \
82
--instance_data_dir=$INSTANCE_DIR \
83
--output_dir=$OUTPUT_DIR \
0 commit comments