Skip to content

Commit fd25336

Browse files
committed
update README training command
1 parent 9274126 commit fd25336

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

examples/research_projects/instructpix2pix_lora/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ accelerate launch finetune_instruct_pix2pix.py \
2424
--rank=4 \
2525
--output_dir=$OUTPUT_DIR \
2626
--report_to=wandb \
27-
--push_to_hub
27+
--push_to_hub \
28+
--original_image_column="original_image" \
29+
--edited_image_column="cartoonized_image" \
30+
--edit_prompt_column="edit_prompt"
2831
```
2932

3033
## Inference

0 commit comments

Comments
 (0)