Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel Kluin committed Jul 15, 2023
1 parent 8a0eced commit 9604cd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/tagger/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def refresh_interrogators() -> List[str]:
onnx_path = getattr(shared.cmd_opts, 'onnxtagger_path', default_onnx_path)
os.makedirs(ddp_path, exist_ok=True)
os.makedirs(onnx_path, exist_ok=True)
)

for path in os.scandir(ddp_path):
print(f"Scanning {path} as deepdanbooru project")
Expand Down

0 comments on commit 9604cd8

Please sign in to comment.