Configure Offline Use for models
mainIf you cannot use the automatic downloader, you can manually provide models.
- Create a
modelsfolder in the same directory aswd14tagger.py. - Obtain the model URLs from the list provided in
pysssss.json. - Download
model.onnxand rename it to match the model name (e.g.,wd-v1-4-convnext-tagger-v2.onnx). - Download
selected_tags.csvand rename it to match the model name (e.g.,wd-v1-4-convnext-tagger-v2.csv).