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 9274126 commit fd25336Copy full SHA for fd25336
examples/research_projects/instructpix2pix_lora/README.md
@@ -24,7 +24,10 @@ accelerate launch finetune_instruct_pix2pix.py \
24
--rank=4 \
25
--output_dir=$OUTPUT_DIR \
26
--report_to=wandb \
27
- --push_to_hub
+ --push_to_hub \
28
+ --original_image_column="original_image" \
29
+ --edited_image_column="cartoonized_image" \
30
+ --edit_prompt_column="edit_prompt"
31
```
32
33
## Inference
0 commit comments