Skip to content

Commit

Permalink
change log mesasge
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed Nov 6, 2024
1 parent 45889b0 commit 45abc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ModelHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
customPytorchUpscaleModels[model] = (model, model, upscaleFactor, "custom")
else:
printAndLog(
f"Custom model {model} does not have a valid upscale factor in the name"
f"Custom model {model} does not have a valid upscale factor in the name, example: 2x or x2. Skipping import..."
)
pytorchUpscaleModels = pytorchUpscaleModels | customPytorchUpscaleModels
tensorrtUpscaleModels = tensorrtUpscaleModels | customPytorchUpscaleModels
Expand Down

0 comments on commit 45abc16

Please sign in to comment.