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 a3c9c02 commit e8458f6Copy full SHA for e8458f6
examples/research_projects/instructpix2pix_lora/README.md
@@ -9,7 +9,7 @@ export MODEL_ID="timbrooks/instruct-pix2pix"
9
export DATASET_ID="instruction-tuning-sd/cartoonization"
10
export OUTPUT_DIR="instructPix2Pix-cartoonization"
11
12
-accelerate launch finetune_instruct_pix2pix.py \
+accelerate launch train_instruct_pix2pix_lora.py \
13
--pretrained_model_name_or_path=$MODEL_ID \
14
--dataset_name=$DATASET_ID \
15
--enable_xformers_memory_efficient_attention \
0 commit comments