Skip to content

Commit e8458f6

Browse files
committed
update README training command
1 parent a3c9c02 commit e8458f6

File tree

1 file changed

+1
-1
lines changed
  • examples/research_projects/instructpix2pix_lora

1 file changed

+1
-1
lines changed

examples/research_projects/instructpix2pix_lora/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export MODEL_ID="timbrooks/instruct-pix2pix"
99
export DATASET_ID="instruction-tuning-sd/cartoonization"
1010
export OUTPUT_DIR="instructPix2Pix-cartoonization"
1111

12-
accelerate launch finetune_instruct_pix2pix.py \
12+
accelerate launch train_instruct_pix2pix_lora.py \
1313
--pretrained_model_name_or_path=$MODEL_ID \
1414
--dataset_name=$DATASET_ID \
1515
--enable_xformers_memory_efficient_attention \

0 commit comments

Comments
 (0)