Upload lora-scripts/tagger.ps1 with huggingface_hub
Browse files- 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 "./
|
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 `
|