Fixed issues with custom output path and batch processing

This commit is contained in:
n00mkrad
2021-12-06 12:48:49 +01:00
parent c57fbb92ee
commit 659332dd0f
4 changed files with 26 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ try:
print("Using >= 3.9 model.")
model.load_model(os.path.join(dname, args.model), -1)
print("Loaded v3.x HD model.")
print("Loaded v3.x/4.x model.")
except:
try:
print(f"Trying to load v3 (legacy) model from {os.path.join(dname, args.model)}")