远航
2024-10-10
来自上海
# run tagger accelerate launch --num_cpu_threads_per_process=4 "./sd-scripts/finetune/tag_images_by_wd14_tagger.py" \ $train_data_dir \ --thresh=$thresh \ --caption_extension .txt \ ${extArgs[@]} ./sd-scripts/finetune/tag_images_by_wd14_tagger.py 使用哪个文件?
远航
2024-10-10
来自上海
Traceback (most recent call last): File "./scripts/stable/finetune/tag_images_by_wd14_tagger.py", line 13, in <module> import library.train_util as train_util ModuleNotFoundError: No module named 'library' 这个问题如何处理?