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