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

Upload lora-scripts/tagger.ps1 with huggingface_hub

Browse files
Files changed (1) hide show
  1. lora-scripts/tagger.ps1 +1 -1
lora-scripts/tagger.ps1 CHANGED
@@ -63,7 +63,7 @@ if ($frequency_tags) {
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 `