ACCC1380 commited on
Commit
442fb48
1 Parent(s): 5569e36

Upload lora-scripts/tagger.sh with huggingface_hub

Browse files
Files changed (1) hide show
  1. lora-scripts/tagger.sh +1 -1
lora-scripts/tagger.sh CHANGED
@@ -63,7 +63,7 @@ fi
63
 
64
 
65
  # run tagger
66
- accelerate launch --num_cpu_threads_per_process=8 "./sd-scripts/finetune/tag_images_by_wd14_tagger.py" \
67
  $train_data_dir \
68
  --thresh=$thresh \
69
  --caption_extension .txt \
 
63
 
64
 
65
  # run tagger
66
+ accelerate launch --num_cpu_threads_per_process=8 "./scripts/finetune/tag_images_by_wd14_tagger.py" \
67
  $train_data_dir \
68
  --thresh=$thresh \
69
  --caption_extension .txt \